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">
@ -131,4 +130,4 @@
document.getElementById("totime").style.color = "#A9A9A9";
}
}
</script>
</script>

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">
@ -146,4 +145,4 @@
document.getElementById("totime").style.color = "#A9A9A9";
}
}
</script>
</script>