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 { #eventForm {
margin-top: 30px; margin-top: 30px;
border: 1px solid #5B5B5B; border: 1px solid #5B5B5B;


+ 5
- 1
addEvent.php View File

@ -201,8 +201,12 @@ else
<div id="left">Contact :</div> <div id="left">Contact :</div>
<input type="text" name="contact" value="<?php echo $defaults['contact']; ?>" /> <input type="text" name="contact" value="<?php echo $defaults['contact']; ?>" />
<br> <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> </form>
</div> </div>
</body> </body>
<script type="text/javascript">
//TODO: check form before sending
</script>
</html> </html>

Loading…
Cancel
Save