clean and simplify tree of the plugin
This commit is contained in:
parent
35c88400b0
commit
12a11611c6
18 changed files with 31 additions and 77 deletions
|
|
@ -1,30 +0,0 @@
|
|||
{include file="admin/_head.tpl" title="%s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id}
|
||||
|
||||
{include file="%s_nav.tpl"|args:$plugin_tpl current="entrees_definitives"}
|
||||
|
||||
<fieldset>
|
||||
<legend>Ajouter une entrée définitive pour du </legend>
|
||||
{linkbutton shape="plus" label="Matériel pas encore répertorié" href="non_repertorie.php"}
|
||||
{linkbutton shape="plus" label="Matériel déjà répertorié" href="deja_repertorie.php"}
|
||||
</fieldset>
|
||||
|
||||
<table class="list">
|
||||
<thead>
|
||||
<th><b>Date</b></th>
|
||||
<th><b>Type</b></th>
|
||||
<th><b>Nombre</b></th>
|
||||
<th><b>Matériel</b></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$entries item="entry"}
|
||||
<tr>
|
||||
<td>{$entry.date_of_entry}</td>
|
||||
<td>{$entry.kind}</td>
|
||||
<td>{$entry.number_of_equipments}</td>
|
||||
<td>{$entry.equipment.designation}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{include file="admin/_foot.tpl"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue