-
AuthorPosts
-
aspik Friend
aspik
- Join date:
- September 2009
- Posts:
- 39
- Downloads:
- 1
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 11, 2013 at 1:21 pm #184861Hi,
Please enter the language constantspluginssystemt3admintourtour.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 Friendaspik
- Join date:
- September 2009
- Posts:
- 39
- Downloads:
- 1
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 11, 2013 at 1:41 pm #483064pluginssystemt3adminmegamenumegamenu.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"
2 users say Thank You to aspik for this useful post
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 12, 2013 at 8:23 am #483160Hi aspik,
Thank you very much.
You can also contribute by creating pull request on github.
https://github.com/t3framework/t3 🙂Regards
1 user says Thank You to Wall Crasher for this useful post
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by Wall Crasher 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum