mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 04:43:20 -04:00
remove reset button (again)
This commit is contained in:
parent
3cb07254e5
commit
09c8cd17cc
2 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue