Projet

Général

Profil

« Précédent | Suivant » 

Révision e1e1e18f

Ajouté par Mikaël Ates il y a plus de 9 ans

ressources: add group field column to the ActType list.

Voir les différences:

calebasse/ressources/templates/ressources/acttype_list.html
6 6
    <thead>
7 7
     <th class="col-id">Identifiant</th>
8 8
     <th class="col-label">Libellé</th>
9
     <th class="col-group">En groupe</th>
9 10
     <th class="col-service">Service</th>
10 11
     <th class="col-action"></th>
11 12
    </thead>
......
14 15
     <tr id="ressource-{{ object.pk }}" {% if new_id == object.pk %}class="new-object"{% endif %}>
15 16
     <td class="col-id">{{object.pk}}</td>
16 17
     <td class="col-label"><a href="{{ object.pk }}">{{object}}</a></td>
18
     <td class="col-groupe">{% if object.group %}<span class="icon-ok"></span>{% endif %}</td>
17 19
     <td class="col-service"><span class="box {{object.service.slug}}" title="{{object.service.name}}"></span></td>
18 20
     <td class="col-action"><button class="dialog-button delete-object-button"
19 21
               data-url="{{ object.pk }}/delete/ #form-content">Supprimer</button></td>

Formats disponibles : Unified diff