From 60d520ee352cbcaf518edfef4170f1065bca0c67 Mon Sep 17 00:00:00 2001 From: joomlart Date: Wed, 27 Feb 2013 15:56:18 +0700 Subject: [PATCH] T3 Blank: Add languages for templateInfo --- source/plg_system_t3/admin/frameworkInfo.php | 14 ++++++++++++++ source/plg_system_t3/admin/js/admin.js | 7 +++++-- .../languages/en-GB.tpl_t3_blank.ini | 12 +++++++++++- .../languages/en-GB.tpl_t3_blank.sys.ini | 4 ++-- source/tpl_t3_blank/templateInfo.php | 16 ++++++++-------- 5 files changed, 40 insertions(+), 13 deletions(-) diff --git a/source/plg_system_t3/admin/frameworkInfo.php b/source/plg_system_t3/admin/frameworkInfo.php index 0591405102..6df945eded 100644 --- a/source/plg_system_t3/admin/frameworkInfo.php +++ b/source/plg_system_t3/admin/frameworkInfo.php @@ -1,4 +1,18 @@ diff --git a/source/plg_system_t3/admin/js/admin.js b/source/plg_system_t3/admin/js/admin.js index c7ef00ce80..fc83531933 100644 --- a/source/plg_system_t3/admin/js/admin.js +++ b/source/plg_system_t3/admin/js/admin.js @@ -139,10 +139,13 @@ var T3Admin = window.T3Admin || {}; initT3Title: function(){ var jptitle = $('.pagetitle'); - if (!jptitle.length) jptitle = $('.page-title'); + if (!jptitle.length){ + jptitle = $('.page-title'); + } + var titles = jptitle.html().split(':'); - jptitle.html(titles[0] + '' + titles[1] + ''); + jptitle.removeClass('icon-48-thememanager').html(titles[0] + '' + titles[1] + ''); //remove joomla title $('#template-manager .tpl-desc-name').remove(); diff --git a/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.ini b/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.ini index 6fe1dd023d..345e95c10b 100644 --- a/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.ini +++ b/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.ini @@ -22,4 +22,14 @@ T3_THEMER_FOOTER ="Footer Styles" T3_VARS_FOOTER_MOD_TCOLOR_LABEL ="Module Color" T3_VARS_FOOTER_MOD_TCOLOR_DESC ="Module Color" T3_VARS_FOOTER_MOD_COLOR_LABEL ="Module Title Color" -T3_VARS_FOOTER_MOD_COLOR_DESC ="Module Title Color" \ No newline at end of file +T3_VARS_FOOTER_MOD_COLOR_DESC ="Module Title Color" + + +T3_BLANK_DESC_1 ="T3 Blank" +T3_BLANK_DESC_2 ="Your solid Starting Point" +T3_BLANK_DESC_3 ="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." +T3_BLANK_DESC_4 ="Resources:" +T3_BLANK_DESC_5 ="Download Link" +T3_BLANK_DESC_6 ="Documentation Link" +T3_BLANK_DESC_7 ="Changelog Link" +T3_BLANK_DESC_8 ="Forum Link" diff --git a/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.sys.ini b/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.sys.ini index 543f4a855c..fad8837871 100644 --- a/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.sys.ini +++ b/source/tpl_t3_blank/languages/en-GB.tpl_t3_blank.sys.ini @@ -1,4 +1,4 @@ T3_OVERVIEW_TPL_SAME ="Congrats! You are using latest version of %s!" T3_OVERVIEW_TPL_SAME_MSG ="Your version is %s" -T3_OVERVIEW_TPL_NEW_MSG ="Your version is %s. %s's latest version is %s." -T3_OVERVIEW_TPL_NEW ="Dude! There's a newer version for your %s!" +T3_OVERVIEW_TPL_NEW_MSG ="Your version is %s. %s's latest version is %s." +T3_OVERVIEW_TPL_NEW ="Dude! There's a newer version for your %s!" diff --git a/source/tpl_t3_blank/templateInfo.php b/source/tpl_t3_blank/templateInfo.php index 0cc4ec1992..edca30fc8d 100644 --- a/source/tpl_t3_blank/templateInfo.php +++ b/source/tpl_t3_blank/templateInfo.php @@ -25,18 +25,18 @@

- T3 Blank - Your solid Starting Point + +

-

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.

+

\ No newline at end of file