mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:21:59 +01:00
removed a stale button left in the default theme
This commit is contained in:
parent
86a236311d
commit
bf5b71fbe4
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user