{% if messages %}
{% for message in messages %}
@@ -532,7 +542,7 @@ function removeNotification(notifyid){
}
-
+/*
$(document).on('click', function (e) {
if(e.target["id"] != 'chatButton'){
@@ -540,13 +550,13 @@ $(document).on('click', function (e) {
$("#chat_alluserscontent").fadeOut();
}
}
-});
+});*/
diff --git a/adm/templates/adm/adm_import_flow.html b/adm/templates/adm/adm_import_flow.html
new file mode 100644
index 0000000..6f5082b
--- /dev/null
+++ b/adm/templates/adm/adm_import_flow.html
@@ -0,0 +1,9 @@
+{% extends "adm/adm_base.html" %}
+{% block content %}
+{% load adm_tags %}
+
+{% endblock content %}
\ No newline at end of file
diff --git a/adm/urls.py b/adm/urls.py
index 2f0acda..53d6453 100644
--- a/adm/urls.py
+++ b/adm/urls.py
@@ -10,6 +10,8 @@ Permissions definiert in models.py bei USERS und dann hier vor die View geschrie
urlpatterns = [
path('', AdmMain.as_view(), name='adm-main'),
path('ag/', AdmAgencys.as_view(), name="adm-agencys"),
+ path('import/', AdmImport.as_view(), name="adm-import"),
+ path('doimport/
+
+
+{% endblock content %}
\ No newline at end of file
diff --git a/adm/templates/adm/adm_import_overview.html b/adm/templates/adm/adm_import_overview.html
new file mode 100644
index 0000000..b9b639f
--- /dev/null
+++ b/adm/templates/adm/adm_import_overview.html
@@ -0,0 +1,58 @@
+{% extends "adm/adm_base.html" %}
+{% block content %}
+{% load adm_tags %}
+Agenturimport der Agentur {{agency.name}}
+ Die Seite nicht verlassen oder neu laden! ++
+
+
+
+
+
+
+Agenturimport
+ Agenturen können hier importiert werden und erhalten einen detallierten Bericht. Bereits importierte Agenturen speichern ihre MainGroupID in Nextcloud ++
| Agenturname | +Importierstatus | ++ |
|---|---|---|
| {{ele.name}} | ++ | + {% if ele.importid|length == 0 %} + Agentur jetzt zu Nextcloud migrieren + {% else %} + Agentur importiert + {% endif %} + | +
| Modul | -Aktiviert | Einstellungen |
|---|---|---|
| {{formfield.label_tag}} | -{{formfield}} | {% if formfield.name == 'module_organigramm' and user.profile.agency.module_organigramm %} @@ -25,13 +25,13 @@ {% endif %} |
Einstellungen{% if request.user.profile.showtooltips %} {% endif %}
+
+