Ignore:
Timestamp:
Feb 28, 2008, 3:41:48 AM (16 years ago)
Author:
rvelices
Message:
  • migrate many templates to smarty
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/cat_options.tpl

    r2222 r2223  
    1 <!-- DEV TAG: not smarty migrated -->
    2 <!-- $Id$ -->
     1{* $Id$ *}
    32<div class="titrePage">
    43  <ul class="categoryActions">
    5     <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>
     4    <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>
    65  </ul>
    7   <h2>{lang:cat_options_title} {TABSHEET_TITLE}</h2>
    8   {TABSHEET}
     6  <h2>{'cat_options_title'|@translate} {$TABSHEET_TITLE}</h2>
     7  {include file='admin/tabsheet.tpl'}
    98</div>
    109
    11 <form method="post" action="{F_ACTION}" id="cat_options">
     10<form method="post" action="{$F_ACTION}" id="cat_options">
    1211  <fieldset>
    13     <legend>{L_SECTION}</legend>
    14     {DOUBLE_SELECT}
     12    <legend>{$L_SECTION}</legend>
     13    {$DOUBLE_SELECT}
    1514  </fieldset>
    1615</form>
    1716
    18 <p class="information">{L_CAT_OPTIONS_INFO}</p>
    19 
Note: See TracChangeset for help on using the changeset viewer.