|
|
@@ -30,10 +30,12 @@ function toggle(source) {
|
|
|
<thead class='thead-dark'>
|
|
|
<tr>
|
|
|
{% if "UTENTE.CREA" in permesso %}<th scope='col'>*</th>{% endif %}
|
|
|
- <th scope='col'>Dipendente <button name='utDW' type="submit" class="btn btn-outline-primary btn-sm">↓</button>
|
|
|
- <button name='utUP' type="submit" class="btn btn-outline-primary btn-sm">↑</button></th>
|
|
|
- <th scope='col'>CF <button name='cfDW' type="submit" class="btn btn-outline-primary btn-sm">↓</button>
|
|
|
- <button name="cfUP" type="submit" class="btn btn-outline-primary btn-sm">↑</button></th>
|
|
|
+ <th scope='col' style='white-space: nowrap; width: 1%;'>Dipendente
|
|
|
+ <button name='utDW' type="submit" class="btn btn-outline-primary btn-sm">↓</button>
|
|
|
+ <button name='utUP' type="submit" class="btn btn-outline-primary btn-sm">↑</button></th>
|
|
|
+ <th scope='col' style='white-space: nowrap; width: 1%;'>Codice Fiscale
|
|
|
+ <button name='cfDW' type="submit" class="btn btn-outline-primary btn-sm">↓</button>
|
|
|
+ <button name="cfUP" type="submit" class="btn btn-outline-primary btn-sm">↑</button></th>
|
|
|
<th scope='col'>Sede</th>
|
|
|
<th scope='col'>Data di Nascita</th>
|
|
|
<th scope='col'>Luogo di Nascita</th>
|