@@ -43,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ type.type }} |
{{ type.extension }} |
- {{ type.need_infra }} |
+ {{ type.need_infra|tick }} |
{{ type.domaine_ip_start }}-{{ type.domaine_ip_stop }} |
{{ type.prefix_v6 }} |
{{ type.vlan }} |
@@ -53,6 +55,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% include 'buttons/edit.html' with href='machines:edit-iptype' id=type.id %}
{% acl_end %}
{% history_button type %}
+ {% include 'buttons/history.html' with href='machines:history' name='iptype' id=type.id %}
{% endfor %}
diff --git a/machines/templates/machines/aff_nas.html b/machines/templates/machines/aff_nas.html
index 2c2cfd21..86e75c7d 100644
--- a/machines/templates/machines/aff_nas.html
+++ b/machines/templates/machines/aff_nas.html
@@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load acl %}
{% load logs_extra %}
+{% load design %}
@@ -42,12 +43,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ nas.nas_type }} |
{{ nas.machine_type }} |
{{ nas.port_access_mode }} |
- {{ nas.autocapture_mac }} |
+ {{ nas.autocapture_mac|tick }} |
{% can_edit nas %}
{% include 'buttons/edit.html' with href='machines:edit-nas' id=nas.id %}
{% acl_end %}
{% history_button nas %}
+ {% include 'buttons/history.html' with href='machines:history' name='nas' id=nas.id %}
|
{% endfor %}
diff --git a/machines/templates/machines/aff_servers.html b/machines/templates/machines/aff_servers.html
index 030afcea..90629e04 100644
--- a/machines/templates/machines/aff_servers.html
+++ b/machines/templates/machines/aff_servers.html
@@ -22,6 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
+{% load design %}
+
@@ -37,8 +39,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ server.service }} |
{{ server.server }} |
{{ server.last_regen }} |
- {{ server.asked_regen }} |
- {{ server.need_regen }} |
+ {{ server.asked_regen| tick }} |
+ {{ server.need_regen | tick }} |
|
diff --git a/machines/templates/machines/aff_service.html b/machines/templates/machines/aff_service.html
index 6ca6278b..95705858 100644
--- a/machines/templates/machines/aff_service.html
+++ b/machines/templates/machines/aff_service.html
@@ -47,6 +47,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% include 'buttons/edit.html' with href='machines:edit-service' id=service.id %}
{% acl_end %}
{% history_button service %}
+ {% include 'buttons/history.html' with href='machines:history' name='service' id=service.id %}
{% endfor %}
diff --git a/preferences/templates/preferences/display_preferences.html b/preferences/templates/preferences/display_preferences.html
index 10fd947f..34417695 100755
--- a/preferences/templates/preferences/display_preferences.html
+++ b/preferences/templates/preferences/display_preferences.html
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block title %}Création et modification des préférences{% endblock %}
{% block content %}
-Préférences utilisateur
+Préférences utilisateur
Editer
@@ -56,12 +56,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Creations de clubs par tous |
{{ useroptions.all_can_create_club|tick }} |
-
- Auto inscription |
- {{ useroptions.self_adhesion }} |
- Shell par défaut des utilisateurs |
- {{ useroptions.shell_default }} |
-
@@ -75,7 +69,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Mot de passe par machine |
- {{ machineoptions.password_machine }} |
+ {{ machineoptions.password_machine|tick }} |
Machines/interfaces autorisées par utilisateurs |
{{ machineoptions.max_lambdauser_interfaces }} |
@@ -87,7 +81,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Creation de machines |
- {{ machineoptions.create_machine }} |
+ {{ machineoptions.create_machine|tick }} |
Préférences topologie