removed unneeded and dangerous reset button
This commit is contained in:
parent
86f6d2fc25
commit
b3f6eb2224
2 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue