added allocation_list.pt and edit.pt
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="form-group">
|
||||
<div class="form-group">
|
||||
<button class="btn btn-primary" type="submit" name="form.submitted">
|
||||
<span class="glyphicon glyphicon-refresh"></span> MAJ du portefueille</button>
|
||||
<span class="glyphicon glyphicon-refresh"></span> MAJ du portefeuille</button>
|
||||
<a href="#" class="btn btn-success" role="button"
|
||||
data-toggle="modal" data-target="#choixTypeActif"><span class="glyphicon glyphicon-plus"></span> Nouvel actif</a>
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr tal:repeat="ligne items">
|
||||
<td class="${ligne.bg}">${ligne.categorie}</td>
|
||||
<td class="${ligne.bg_color}">${ligne.categorie}</td>
|
||||
<td>${ligne.symbole}</td>
|
||||
<td tal:condition="ligne.type=='ACTION'"><a href="actif_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
||||
<td tal:condition="ligne.type<>'ACTION'"><a href="actif2_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user