Browse Source

moved AddEvent to the bottom of the nav

master
n0m1s 10 years ago
parent
commit
32e1ded4b8
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      index.php

+ 4
- 3
index.php View File

@ -64,9 +64,6 @@ $categories = getCategories($db);
Rennes
</div>
</a>
<a id="ancherEvent" href="#addEvent" onclick="alert('Ajoute un evenement');"><div class="Button" id="AddEvent">
+ Ajouter un Évènement
</div></a>
<div id="container">
<h2>Conférences, Évènements</h2>
<form name="confs" action="" method="POST">
@ -105,6 +102,10 @@ $categories = getCategories($db);
</div>
</form>
</div>
<!-- //TODO: update to use a button instead of a link -->
<a id="ancherEvent" href="#addEvent" onclick="alert('Ajoute un evenement');"><div class="Button" id="AddEvent">
+ Ajouter un Évènement
</div></a>
</nav>


Loading…
Cancel
Save