diff options
Diffstat (limited to 'template/yoga/admin/cat_options.tpl')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 8551ff3e3..356e66223 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -1,19 +1,16 @@ -<!-- DEV TAG: not smarty migrated --> -<!-- $Id$ --> +{* $Id$ *} <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> + <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> - <h2>{lang:cat_options_title} {TABSHEET_TITLE}</h2> - {TABSHEET} + <h2>{'cat_options_title'|@translate} {$TABSHEET_TITLE}</h2> + {include file='admin/tabsheet.tpl'} </div> -<form method="post" action="{F_ACTION}" id="cat_options"> +<form method="post" action="{$F_ACTION}" id="cat_options"> <fieldset> - <legend>{L_SECTION}</legend> - {DOUBLE_SELECT} + <legend>{$L_SECTION}</legend> + {$DOUBLE_SELECT} </fieldset> </form> -<p class="information">{L_CAT_OPTIONS_INFO}</p> - |