|
|
@@ -8,7 +8,7 @@
|
|
|
{% else %}
|
|
|
<form name="azienda" method="POST">
|
|
|
{% csrf_token %}
|
|
|
- <button type="submit" class='btn btn-primary' name="utenti" value="{{ azienda.id }}">Utenti</button>
|
|
|
+ <button type="submit" class='btn btn-primary' name="utenti" value="{{ azienda.id }}">Dipendenti</button>
|
|
|
<button type='submit' class="btn btn-primary" name="documenti" value='{{ azienda.id }}'>Documenti</button>
|
|
|
{% if listaAttivitaxAzienda %}
|
|
|
<button type 'submit' class='btn btn-primary' name="xx" value='{{ azienda.id }}'>Attività proprie</button>
|
|
|
@@ -40,7 +40,7 @@
|
|
|
<tr>
|
|
|
<th scope='col'>Data</th>
|
|
|
<th scope='col'>Causale</th>
|
|
|
- <th scope='col'>Utente</th>
|
|
|
+ <th scope='col'>Dipendente</th>
|
|
|
<th scope='col'>Amministratore</th>
|
|
|
<th scope='col'>documento</th>
|
|
|
</tr>
|
|
|
@@ -63,9 +63,9 @@
|
|
|
<tr>
|
|
|
<th scope='col'>Data</th>
|
|
|
<th scope='col'>Causale</th>
|
|
|
- <th scope='col'>Utente</th>
|
|
|
+ <th scope='col'>Dipendente</th>
|
|
|
<th scope='col'>Amministratore</th>
|
|
|
- <th scope='col'>documento</th>
|
|
|
+ <th scope='col'>Documento</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|