source: tags/release-1_5_0RC2/template/yoga/admin/maintenance.tpl @ 14365

Last change on this file since 14365 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 653 bytes
Line 
1<!-- $Id: maintenance.tpl 859 2005-09-03 20:01:14Z plg $ -->
2<div class="titrePage">
3  <ul class="categoryActions">
4    <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="template/yoga/theme/help.png" alt="(?)"></a></li>
5  </ul>
6  <h2>{lang:Maintenance}</h2>
7</div>
8
9<ul>
10  <li><a href="{U_MAINT_CATEGORIES}">{lang:update categories informations}</a></li>
11  <li><a href="{U_MAINT_IMAGES}">{lang:update images informations}</a></li>
12  <li><a href="{U_MAINT_HISTORY}">{lang:purge history}</a></li>
13  <li><a href="{U_MAINT_SESSIONS}">{lang:purge sessions}</a></li>
14  <li><a href="{U_MAINT_FEEDS}">{lang:purge never used notification feeds}</a></li>
15</ul>
Note: See TracBrowser for help on using the repository browser.