source: trunk/admin/template/goto/cat_options.tpl @ 5021

Last change on this file since 5021 was 5021, checked in by nikrou, 14 years ago

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

  • Property svn:eol-style set to LF
File size: 237 bytes
Line 
1<div class="titrePage">
2  <h2>{'Properties'|@translate} {$TABSHEET_TITLE}</h2>
3</div>
4
5<form method="post" action="{$F_ACTION}" id="cat_options">
6  <fieldset>
7    <legend>{$L_SECTION}</legend>
8    {$DOUBLE_SELECT}
9  </fieldset>
10</form>
11
Note: See TracBrowser for help on using the repository browser.