Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • aspik Friend
    #184861

    Hi,
    Please enter the language constants

    pluginssystemt3admintourtour.tpl.php

    <div id="t3-admin-tour-overlay" class="hide">
    <div class="t3-admin-tour-overlay"></div>
    <div class="t3-admin-tour-intro">
    <div class="t3-admin-tour-intro-msg">
    <h1>Welcome to T3!</h1>
    <p>Are you ready to discover the best framework for Joomla! yet? Click the buttons below to start your travel and having fun!</p>
    </div>
    <div class="t3-admin-tour-intro-action clearfix">
    <button class="t3-admin-tour-starttour btn btn-large btn-primary pull-left"><i class="icon-signin"></i>Start the tour!</button>
    <button class="t3-admin-tour-endtour btn btn-large pull-right"><i class="icon-ok"></i>End</button>
    </div>
    </div>

    <div id="t3-admin-tour-controls" class="t3-admin-tour-controls clearfix">
    <div class="btn-group pull-left">
    <button class="t3-admin-tour-prevtourstep btn btn-primary"><i class="icon-caret-left"></i>Prev</button>
    <button class="t3-admin-tour-nexttourstep btn btn-primary">Next<i class="icon-caret-right" style="margin-left: 5px; margin-right: 0;"></i></button>
    </div>
    <button class="t3-admin-tour-endtour btn pull-right"><i class="icon-ok"></i>End</button>
    <div class="t3-admin-tour-count"><span class="t3-admin-tour-idx"></span>/<span class="t3-admin-tour-total"></span></div>
    </div>
    </div>

    replace with

    <div id="t3-admin-tour-overlay" class="hide">
    <div class="t3-admin-tour-overlay"></div>
    <div class="t3-admin-tour-intro">
    <div class="t3-admin-tour-intro-msg">
    <h1><?php echo JText::_('T3_TOUR_GUIDE_WELCOME')?></h1>
    <p><?php echo JText::_('T3_TOUR_GUIDE_WELCOME_DESC')?></p>
    </div>
    <div class="t3-admin-tour-intro-action clearfix">
    <button class="t3-admin-tour-starttour btn btn-large btn-primary pull-left"><i class="icon-signin"></i><?php echo JText::_('T3_TOUR_GUIDE_START')?></button>
    <button class="t3-admin-tour-endtour btn btn-large pull-right"><i class="icon-ok"></i><?php echo JText::_('T3_TOUR_GUIDE_END')?></button>
    </div>
    </div>

    <div id="t3-admin-tour-controls" class="t3-admin-tour-controls clearfix">
    <div class="btn-group pull-left">
    <button class="t3-admin-tour-prevtourstep btn btn-primary"><i class="icon-caret-left"></i><?php echo JText::_('T3_TOUR_GUIDE_PREV')?></button>
    <button class="t3-admin-tour-nexttourstep btn btn-primary"><?php echo JText::_('T3_TOUR_GUIDE_NEXT')?><i class="icon-caret-right" style="margin-left: 5px; margin-right: 0;"></i></button>
    </div>
    <button class="t3-admin-tour-endtour btn pull-right"><i class="icon-ok"></i><?php echo JText::_('T3_TOUR_GUIDE_END')?></button>
    <div class="t3-admin-tour-count"><span class="t3-admin-tour-idx"></span>/<span class="t3-admin-tour-total"></span></div>
    </div>
    </div>

    aspik Friend
    #483064

    pluginssystemt3adminmegamenumegamenu.tpl.php


    <fieldset class="btn-group">
    <a href="" class="btn toolcol-addcol toolbox-action" data-action="addColumn">Add Column</a>
    <a href="" class="btn toolcol-removecol toolbox-action" data-action="removeColumn">Remove Column</a>
    </fieldset>

    replace

    <fieldset class="btn-group">
    <a href="" class="btn toolcol-addcol toolbox-action" data-action="addColumn"><?php echo JTexT::_('T3_NAVIGATION_MM_SUBMNEU_ADD_COLUMN') ?></a>
    <a href="" class="btn toolcol-removecol toolbox-action" data-action="removeColumn"><?php echo JTexT::_('T3_NAVIGATION_MM_SUBMNEU_REMOVE_COLUMN') ?></a>
    </fieldset>

    Language constants:


    T3_NAVIGATION_MM_SUBMNEU_ADD_COLUMN ="Add Column"
    T3_NAVIGATION_MM_SUBMNEU_REMOVE_COLUMN ="Remove Colum"

    Wall Crasher Developer
    #483160

    Hi aspik,

    Thank you very much.
    You can also contribute by creating pull request on github.
    https://github.com/t3framework/t3 🙂

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Wall Crasher 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum