Responsive design;
New menus (members); Improved interface for parent editing;
This commit is contained in:
27
template/templates/shirt_data_edit.tpl
Normal file
27
template/templates/shirt_data_edit.tpl
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="form_wrapper">
|
||||
<form method="post">
|
||||
<div class="buttons">
|
||||
<a href="/admin/delete_shirt/{$shirt_array.shirt_id}" class="addbutton delete-big">Póló törlése</a>
|
||||
</div>
|
||||
<input type="hidden" name="action" value="shirt_data_edit">
|
||||
<input type="hidden" name="shirt_id" value="{$shirt_array.shirt_id}">
|
||||
|
||||
<div>
|
||||
<label class="desc" id="title1" for="shirt_name">Póló típus neve:</label>
|
||||
<div><input type="text" name="shirt_name" id="shirt_name" value="{$shirt_array.shirt_name}" required></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" id="title1" for="shirt_year">Év:</label>
|
||||
<div><input type="text" name="shirt_year" id="shirt_year" value="{$shirt_array.shirt_year}"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<input class="button black" type="submit" value="Létrehozás">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user