Skip to content

Commit

Permalink
Fix: remove Template title to fix duplicate title
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Jan 31, 2013
1 parent 20b5d97 commit e0044e2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
3 changes: 3 additions & 0 deletions source/plg_system_t3/admin/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ var T3Admin = window.T3Admin || {};
var titles = jptitle.html().split(':');

jptitle.html(titles[0] + '<small>' + titles[1] + '</small>');

//remove joomla title
$('#template-manager .tpl-desc-name').remove();
},

hideDisabled: function(){
Expand Down
48 changes: 26 additions & 22 deletions source/tpl_t3_blank/templateDetails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,33 @@
<group>t3</group>
<description>
<![CDATA[
<div align="left"><h2>T3 Blank Template</h2>
<div style='font-weight: normal'>
<p><span style='color: #ff6600;'>
<p><strong><span style='color: #ff0000;'>Overview:</span></strong></p>
<p>T3 Blank is a blank theme for T3 Framework. With the latest improvements, features and ease of usage, you can now easily adapt it to your site. T3 is way ahead of its predecessors versions viz T3v1 and T3v2. Its more powerful, elegant, user friendly, feature rich and developed to support the latest Joomla 3.0 improvements, don't worry T3v3 is also available for Joomla 2.5 too.</p>
<p><strong><span style='color: #ff0000;'>Upgrade Method:</span></strong></p>
<ul>
<li>You can install new version directly over this version. Uninstallation is not required. </li>
<li>Follow upgrade instructions and backup site / plugin before upgrading</li>
</ul>
<p><span style='color: #008000;'><strong>Resource:</strong></span></p>
<ul>
<li>Demo: <a href="http://demo.t3.joomlart.com/joomla25/" title="">Joomla! 2.5</a> / <a href="http://demo.t3.joomlart.com/joomla30/" title="">Joomla! 3.0</a></li>
<li><a href="http://www.joomlart.com/forums/downloads.php?do=cat&id=460" title="">Download Link</a></li>
<li><a href="http://www.joomlart.com/forums/forumdisplay.php?411-JA-T3V3-Framework" title="">Forum Link</a></li>
<li><a href="http://update.joomlart.com/" title="">Update & Version</a></li>
<li><a href="http://t3.joomlart.com/documentation.html" title="">Documentation Link</a></li>
<li><a href="http://pm.joomlart.com/browse/JATCBLANK3" title="">Changelog Link</a></li>
</ul>
<p>Copyright 2004 - 2013 <a href='http://www.joomlart.com/' title='Visit Joomlart.com!'>JoomlArt.com</a>.</p>
<div align="left">
<h2 class="tpl-desc-name">T3 Blank Template</h2>
<div style='font-weight: normal'>
<p><span style='color: #ff6600;'>
<p><strong><span style='color: #ff0000;'>Overview:</span></strong></p>
<p>T3 Blank is a blank theme for T3 Framework. With the latest improvements, features and ease of usage, you can now easily adapt it to your site. T3 is way ahead of its predecessors versions viz T3v1 and T3v2. Its more powerful, elegant, user friendly, feature rich and developed to support the latest Joomla 3.0 improvements, don't worry T3 is also available for Joomla 2.5 too.</p>
<p><strong><span style='color: #ff0000;'>Upgrade Method:</span></strong></p>
<ul>
<li>You can install new version directly over this version. Uninstallation is not required.</li>
<li>Follow upgrade instructions and backup site / plugin before upgrading</li>
</ul>
<p><span style='color: #008000;'><strong>Resource:</strong></span></p>
<ul>
<li>Demo:
<a href="http://demo.t3.joomlart.com/joomla25/" title="">Joomla! 2.5</a> /
<a href="http://demo.t3.joomlart.com/joomla30/" title="">Joomla! 3.0</a>
</li>
<li><a href="http://www.joomlart.com/forums/downloads.php?do=cat&id=460" title="">Download Link</a></li>
<li><a href="http://www.joomlart.com/forums/forumdisplay.php?411-JA-T3V3-Framework" title="">Forum Link</a></li>
<li><a href="http://update.joomlart.com/" title="">Update & Version</a></li>
<li><a href="http://t3.joomlart.com/documentation.html" title="">Documentation Link</a></li>
<li><a href="http://pm.joomlart.com/browse/JATCBLANK3" title="">Changelog Link</a></li>
</ul>
<p>Copyright 2004 - 2013 <a href='http://www.joomlart.com/' title='Visit Joomlart.com!'>JoomlArt.com</a>.</p>
</div>
</div>
</div>
]]>
]]>
</description>
<files>
<filename>component.php</filename>
Expand Down

0 comments on commit e0044e2

Please sign in to comment.