Responsive design;
New menus (members); Improved interface for parent editing;
This commit is contained in:
18
template/templates/shirt_list.tpl
Normal file
18
template/templates/shirt_list.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="buttons">
|
||||
|
||||
<a href="/admin/create/shirt" class="addbutton add-big">Új póló hozzáadása</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="list">
|
||||
{foreach $shirt_assoc_array as $shirt}
|
||||
<a href="/admin/shirts/{$shirt.shirt_id}">
|
||||
<div class="list_item">
|
||||
<img src="/_image/shirt.png">
|
||||
{$shirt.shirt_name} {if $shirt.shirt_year}({$shirt.shirt_year}){/if}
|
||||
</div>
|
||||
</a>
|
||||
{/foreach}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user