first commit
This commit is contained in:
17
template/templates/training_date_view.tpl
Normal file
17
template/templates/training_date_view.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="2"><a href="/admin/edit_training/{$training_data.tr_id}">SZERKESZTÉS</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>Dátum: </td>
|
||||
<td>{$training_data.tr_date}</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
Reference in New Issue
Block a user