Changeset 1887 for trunk/template/yoga


Ignore:
Timestamp:
Mar 11, 2007, 1:06:34 AM (17 years ago)
Author:
rub
Message:

Corrections, improvements, adaptation to new tabsheet for configuration help.

Change menu item "Batch management" by "Properties"

Location:
trunk/template/yoga
Files:
3 edited

Legend:

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

    r1881 r1887  
    2828        <li><a href="{U_CATEGORIES}">{lang:manage}</a></li>
    2929        <li><a href="{U_MOVE}">{lang:Move}</a></li>
    30         <li><a href="{U_CAT_OPTIONS}">{lang:Batch management}</a></li>
     30        <li><a href="{U_CAT_OPTIONS}">{lang:cat_options_title}</a></li>
    3131        <li><a href="{U_PERMALINKS}">{lang:Permalinks}</a></li>
    3232      </ul>
  • trunk/template/yoga/admin/cat_options.tpl

    r1878 r1887  
    44    <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>
    55  </ul>
    6   <h2>{lang:Batch management} {TABSHEET_TITLE}</h2>
     6  <h2>{lang:cat_options_title} {TABSHEET_TITLE}</h2>
    77  {TABSHEET}
    88</div>
  • trunk/template/yoga/admin/configuration.tpl

    r1884 r1887  
    7373  <ul>
    7474      <li>
    75         <label><span class="property">{lang:Users}</span><input type="checkbox" name="log" {history.LOG} /></label>
     75        <label><span class="property">{lang:conf_history_guest}</span><input type="checkbox" name="history_guest" {history.HISTORY_GUEST} /></label>
    7676      </li>
    7777
    7878      <li>
    79         <label><span class="property">{lang:user_status_admin}</span><input type="checkbox" name="history_admin" {history.HISTORY_ADMIN} /></label>
     79        <label><span class="property">{lang:conf_history_user}</span><input type="checkbox" name="log" {history.LOG} /></label>
    8080      </li>
    8181
    8282      <li>
    83         <label><span class="property">{lang:Guests}</span><input type="checkbox" name="history_guest" {history.HISTORY_GUEST} /></label>
     83        <label><span class="property">{lang:conf_history_admin}</span><input type="checkbox" name="history_admin" {history.HISTORY_ADMIN} /></label>
    8484      </li>
    8585  </ul>
Note: See TracChangeset for help on using the changeset viewer.