Changeset 1887 for trunk/template/yoga
- Timestamp:
- Mar 11, 2007, 1:06:34 AM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin.tpl
r1881 r1887 28 28 <li><a href="{U_CATEGORIES}">{lang:manage}</a></li> 29 29 <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> 31 31 <li><a href="{U_PERMALINKS}">{lang:Permalinks}</a></li> 32 32 </ul> -
trunk/template/yoga/admin/cat_options.tpl
r1878 r1887 4 4 <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> 5 5 </ul> 6 <h2>{lang: Batch management} {TABSHEET_TITLE}</h2>6 <h2>{lang:cat_options_title} {TABSHEET_TITLE}</h2> 7 7 {TABSHEET} 8 8 </div> -
trunk/template/yoga/admin/configuration.tpl
r1884 r1887 73 73 <ul> 74 74 <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> 76 76 </li> 77 77 78 78 <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> 80 80 </li> 81 81 82 82 <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> 84 84 </li> 85 85 </ul>
Note: See TracChangeset
for help on using the changeset viewer.