Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -1,42 +1,32 @@
<form method="post">
<input type="hidden" name="action" value="parent_create">
<table>
<tr>
<td>
Név:
</td>
<td>
<input type="text" name="up_name">
</td>
</tr>
<tr>
<td>
E-mail cím:
</td>
<td>
<input type="text" name="up_email">
</td>
</tr>
<tr>
<td>
Telefonszám:
</td>
<td>
<input type="text" name="up_phone">
</td>
</tr>
<tr>
<td>
Facebook:
</td>
<td>
<input type="text" name="up_facebook">
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="Létrehozás">
</td>
</tr>
</table>
</form>
<div class="form_wrapper">
<form method="post">
<input type="hidden" name="action" value="parent_create">
<div>
<label class="desc" id="title1" for="up_name">Név:</label>
<div><input type="text" name="up_name" id="up_name" required></div>
</div>
<div>
<label class="desc" id="title1" for="up_email">Email cím:</label>
<div><input type="text" name="up_email" id="up_email"></div>
</div>
<div>
<label class="desc" id="title1" for="up_phone">Telefonszám:</label>
<div><input type="text" name="up_phone" id="up_phone"></div>
</div>
<div>
<label class="desc" id="title1" for="up_phone">Facebook:</label>
<div><input type="text" name="up_phone" id="up_phone"></div>
</div>
<div>
<div>
<input class="button black" type="submit" value="Létrehozás">
</div>
</div>
</form>
</div>