Compare commits
3 commits
1877984f41
...
93591595a7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
93591595a7 | ||
![]() |
5081d36580 | ||
![]() |
0e064f6db1 |
4 changed files with 4 additions and 12 deletions
|
@ -53,7 +53,7 @@
|
|||
}}
|
||||
{{:assign var=cat_name from=categories.%s|args:$category}}
|
||||
<tr>
|
||||
<td>{{$name}}</td>
|
||||
<td>{{:link href="equipment_history.html?key=%s&prop=1"|args:$key" label=$name}}</td>
|
||||
<td>{{$cat_name}}</td>
|
||||
<td class="num">{{$stock}}</td>
|
||||
<td class="num">{{$out}}</td>
|
||||
|
@ -72,10 +72,6 @@
|
|||
href="movements/input_equipment.html?key=%s"|args:$key
|
||||
target="_dialog"}}
|
||||
{{:linkbutton
|
||||
label="Historique"
|
||||
href="equipment_history.html?key=%s&prop=1"|args:$key
|
||||
shape="table"}}
|
||||
{{:linkbutton
|
||||
label="Modifier"
|
||||
href="modify_equipment.html?key=%s&prop=1"|args:$key
|
||||
shape="edit"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
}}
|
||||
{{:assign var=cat_name from=categories.%s|args:$category}}
|
||||
<tr>
|
||||
<td>{{$name}}</td>
|
||||
<td>{{:link href="equipment_history.html?key=%s&prop=0"|args:$key" label=$name}}</td>
|
||||
<td>{{$cat_name}}</td>
|
||||
<td class="num">{{$col3}}</td>
|
||||
<td class="actions">
|
||||
|
@ -61,10 +61,6 @@
|
|||
href="movements/input_equipment.html?key=%s"|args:$key
|
||||
target="_dialog"}}
|
||||
{{:linkbutton
|
||||
label="Historique"
|
||||
href="equipment_history.html?key=%s&prop=0"|args:$key
|
||||
shape="table"}}
|
||||
{{:linkbutton
|
||||
label="Modifier"
|
||||
href="modify_equipment.html?key=%s&prop=0"|args:$key
|
||||
shape="edit"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{* -*- brindille -*- *}}
|
||||
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
{{:admin_header title="Gestion des matériels" custom_css="./style.css" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
{{if $_GET.prop == null || $_GET.prop}}
|
||||
|
|
|
@ -2,7 +2,7 @@ name="Gestion des matériels"
|
|||
description="Permet de gérer un inventaire de matériels, ainsi que de suivre les prêts (en test)."
|
||||
author="Jean-Christophe Engel"
|
||||
author_url="https://gitea.zaclys.com/lesanges"
|
||||
home_button=false
|
||||
home_button=true
|
||||
menu=true
|
||||
restrict_section="accounting"
|
||||
restrict_level="write"
|
||||
|
|
Loading…
Add table
Reference in a new issue