remove reset button (again)

This commit is contained in:
Georg Ehrke 2011-08-20 22:50:43 +02:00
parent 3cb07254e5
commit 09c8cd17cc
2 changed files with 0 additions and 10 deletions

View File

@ -95,12 +95,7 @@
</tr>
</table>
<span id="editevent_actions">
<<<<<<< HEAD
<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');?>">
>>>>>>> b3f6eb22249408e927c8c83e66d60d2aba52ccaf
</span>
</div>
<script type="text/javascript">
@ -135,8 +130,4 @@
document.getElementById("totime").style.color = "#A9A9A9";
}
}
<<<<<<< HEAD
</script>
=======
</script>
>>>>>>> b3f6eb22249408e927c8c83e66d60d2aba52ccaf

View File

@ -112,7 +112,6 @@
</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");?>">
</span>
</div>
<script type="text/javascript">