| 1 |
<form method="POST" name="tools-etc" action="{toolsMaintenanceFormActionLink}"> |
| 2 |
<input type="hidden" name="action" value="runMaintenance"> |
| 3 |
<p> |
| 4 |
<BR/><strong>{Maintenance}</strong> |
| 5 |
</p> |
| 6 |
{Run maintenance to delete old data (etc). It is not necessary to run this manually, as it's done automatically on a daily basis.} |
| 7 |
<BR/> |
| 8 |
<input type="submit" value="{Run Maintenance}" class="button-secondary"> |
| 9 |
<p></p> |
| 10 |
</form><!-- end tools-etc --> |
| 11 |
|