removed unneeded and dangerous reset button

This commit is contained in:
Jan-Christoph Borchardt 2011-08-19 23:15:27 +02:00
parent 86f6d2fc25
commit b3f6eb2224
2 changed files with 4 additions and 6 deletions

View File

@ -95,8 +95,7 @@
</tr>
</table>
<span id="editevent_actions">
<input type="button" style="float: left;" value="<?php echo $l -> t("Submit");?>">
<input type="button" style="float: right;" value="<?php echo $l -> t("Reset");?>">
<input type="button" value="<?php echo $l -> t('Submit');?>">
</span>
</div>
<script type="text/javascript">

View File

@ -111,8 +111,7 @@
</tr>
</table>
<span id="newcalendar_actions">
<input type="button" style="float: left;" value="<?php echo $l -> t("Submit");?>">
<input type="button" style="float: right;" value="<?php echo $l -> t("Reset");?>">
<input type="button" value="<?php echo $l -> t('Submit');?>">
</span>
</div>
<script type="text/javascript">