Homogénéisation titres dialogues
This commit is contained in:
parent
3b185348a8
commit
6330861130
|
@ -11,7 +11,9 @@
|
|||
{{:error message="Le matériel %s n'appartient à aucune catégorie"|args:$equipment.designation}}
|
||||
{{/load}}
|
||||
|
||||
<h2>Historique des mouvements de {{$equipment.designation}} ({{$category.name}})</h2>
|
||||
<header class="header">
|
||||
<h1>Historique des mouvements de {{$equipment.designation}} ({{$category.name}})</h1>
|
||||
</header>
|
||||
|
||||
{{* lister tous les mouvements du matériel passé en paramètre *}}
|
||||
{{#list
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
|
||||
{{else}}
|
||||
<header class="header">
|
||||
<h1>Entrée de matériel</h1>
|
||||
<h1>Entrée de matériel</h1>
|
||||
</header>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
|
||||
{{else}}
|
||||
<header class="header">
|
||||
<h1>Entrée de matériel</h1>
|
||||
<h1>Entrée de matériel</h1>
|
||||
</header>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
|
||||
{{else}}
|
||||
<header class="header">
|
||||
<h1>Entrée de matériel</h1>
|
||||
<h1>Entrée de matériel</h1>
|
||||
</header>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
{{:include file="/%s/_nav.html"|args:$module.name current="sorties"}}
|
||||
{{else}}
|
||||
<header class="header">
|
||||
<h1>Sortie de matériel</h1>
|
||||
<h1>Sortie de matériel</h1>
|
||||
</header>
|
||||
{{/if}}
|
||||
|
||||
{{* types de sorties *}}
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
{{:include file="/%s/_nav.html"|args:$module.name current="sorties"}}
|
||||
{{else}}
|
||||
<header class="header">
|
||||
<h1>Sortie de matériel</h1>
|
||||
<h1>Sortie de matériel</h1>
|
||||
</header>
|
||||
{{/if}}
|
||||
|
||||
{{* types de sorties *}}
|
||||
|
|
Loading…
Reference in New Issue