Browse Source

added TODO

master
n0m1s 10 years ago
parent
commit
b13ca44dca
2 changed files with 7 additions and 2 deletions
  1. +2
    -1
      addEvent.css
  2. +5
    -1
      addEvent.php

+ 2
- 1
addEvent.css View File

@ -1,4 +1,5 @@
/* TODO: submit button styling */
/* TODO: checkboxes bugfix */
#eventForm {
margin-top: 30px;
border: 1px solid #5B5B5B;


+ 5
- 1
addEvent.php View File

@ -201,8 +201,12 @@ else
<div id="left">Contact :</div>
<input type="text" name="contact" value="<?php echo $defaults['contact']; ?>" />
<br>
<div id="buttonDiv"><button id="submit">Ajouter l'évènement !</button></div>
<!-- //TODO: change submit buttons if edit instead of add -->
<input id="submitButton" type="submit" value="Ajouter l'évènement" !/>
</form>
</div>
</body>
<script type="text/javascript">
//TODO: check form before sending
</script>
</html>

Loading…
Cancel
Save