removed a stale button left in the default theme

This commit is contained in:
SJ 2013-04-18 22:24:21 +02:00
parent 86a236311d
commit bf5b71fbe4

View File

@ -82,16 +82,6 @@
<td><?php print $v; ?></td>
</tr>
<?php } } ?>
<?php if(Registry::get('admin_user') == 1) { ?>
<tr>
<td colspan="2">
<form action="index.php?route=health/worker" method="post">
<input type="hidden" name="resetcounters" value="1" />
<input type="submit" name="submit" class="btn" value="<?php print $text_reset_counters; ?>" />
</form>
</td>
</tr>
<?php } ?>
</table>