deletions

This commit is contained in:
Ricsi
2016-11-23 08:28:51 +00:00
parent ccbc7b0e53
commit c4caabe6d4
7 changed files with 44 additions and 13 deletions

View File

@@ -2,6 +2,9 @@
<input type="hidden" name="action" value="parent_data_update">
<input type="hidden" name="up_id" value="{$parent->get_up_id()}">
<table>
<tr>
<td colspan="2"><a href="/admin/delete_parent/{$parent->get_up_id()}">TÖRLÉS</a></td>
</tr>
<tr>
<td>
Név:

0
template/templates/training_data_create.tpl Executable file → Normal file
View File

0
template/templates/training_data_edit.tpl Executable file → Normal file
View File

0
template/templates/training_data_view.tpl Executable file → Normal file
View File

5
template/templates/user_data_create.tpl Executable file → Normal file
View File

@@ -38,6 +38,11 @@
<td><input type="text" name="uk_birth_date" id="uk_birth_date"></td>
</tr>
<tr>
<td>Születési év: </td>
<td><input type="text" name="uk_birth_year" id="uk_birth_year"></td>
</tr>
<tr>
<td>Lakcím: </td>
<td><input type="text" name="uk_address" id="uk_address"></td>