{% block structure_content %}
{% include "dasettings/structure_content.html" %}
@@ -133,7 +138,9 @@
{% endif %}
{% if user|usergperm:"usermanager" %}
diff --git a/news/templates/news/news_management.html b/news/templates/news/news_management.html
index 05e2be6..8c69e57 100644
--- a/news/templates/news/news_management.html
+++ b/news/templates/news/news_management.html
@@ -7,6 +7,7 @@
{% if perms.users.modulenews %}
@@ -260,4 +261,64 @@ $('#news_tabs a').on('click', function (e) {
{% else %}
+
+
{% endblock content %}
diff --git a/organizer/templates/organizer/organizer_management.html b/organizer/templates/organizer/organizer_management.html
index 1912438..24c3b59 100644
--- a/organizer/templates/organizer/organizer_management.html
+++ b/organizer/templates/organizer/organizer_management.html
@@ -3,7 +3,9 @@
{% block content %}
{% if request.user.profile.agency.module_organizer %}
-
Organizer{% if request.user.profile.showtooltips %} {% endif %}
+
Organizer{% if request.user.profile.showtooltips %} {% endif %}
+
+
@@ -116,4 +118,66 @@ function saveDefQL(){
{% else %}
Das Modul Organizer wurden in ihrer Agentur deaktiviert.
{% endif %}
+
+
+
+
+
+
+
+
+
+
{% endblock content %}
diff --git a/standards/templates/standards/standards_add_SAVE.html b/standards/templates/standards/standards_add_SAVE.html
index 6df3c8d..70e3145 100644
--- a/standards/templates/standards/standards_add_SAVE.html
+++ b/standards/templates/standards/standards_add_SAVE.html
@@ -475,7 +475,7 @@ function updateLinkedStandards(){
actualStandards.push(tempid_standard);
clearSearchfieldAddStandard();
$("#" + id).remove();
- $("#linkedstandards").append('
' + g + ' ');
+ $("#linkedstandards").append('
' + g + ' ');
}
$("#id_added_standards").val(actualStandards);
@@ -616,7 +616,7 @@ function doUploadAction(filetodo, replacestat){
hideUpload();
actualFiles.push(String(data["data"]["savedobj_id"]));
$("#id_added_files").val(actualFiles);
- $("#linkedfiles") .append('
' + data["data"]["savedobj_name"] + ' ');
+ $("#linkedfiles") .append('
' + data["data"]["savedobj_name"] + ' ');
}, 1000);
}
else{
@@ -646,7 +646,7 @@ function updateLinkedFiles(){
$("#id_added_files").val(actualFiles)
clearSearchfieldAddFile();
$("#" + id).remove();
- $("#linkedfiles") .append('
' + g + ' ');
+ $("#linkedfiles") .append('
' + g + ' ');
}
}
diff --git a/standards/templates/standards/standards_management.html b/standards/templates/standards/standards_management.html
index b1337c7..c16516e 100644
--- a/standards/templates/standards/standards_management.html
+++ b/standards/templates/standards/standards_management.html
@@ -5,7 +5,7 @@
Standards{% if request.user.profile.showtooltips %} {% endif %}
-
+
Standard
Sichtbar sind alle veröffentlichten und von {{ user.first_name }} {{ user.last_name}} erstellten Standards.
@@ -237,7 +237,7 @@
+
+
+
+
+
+
+
+
+
+
{% endblock content %}
\ No newline at end of file
diff --git a/standards/templates/standards/standards_update.html b/standards/templates/standards/standards_update.html
index a3cfd60..e3685d0 100644
--- a/standards/templates/standards/standards_update.html
+++ b/standards/templates/standards/standards_update.html
@@ -111,7 +111,7 @@
Verlinkte Dateien:
{% for f in standard.addedfiles.all %}
- {{f.name|truncatechars:30}}
+ {{f.name|truncatechars:30}}
{% endfor %}
@@ -152,7 +152,7 @@
Verlinkte Standards:
{% for s in standard.linked_standards.all %}
- {{s.name|truncatechars:30}}
+ {{s.name|truncatechars:30}}
{% endfor %}
@@ -561,7 +561,7 @@ function updateLinkedStandards(){
tempid_standard = id.split("_")[1];
clearSearchfieldAddStandard();
$("#" + id).remove();
- $("#linkedstandards").append('
' + g + ' ');
+ $("#linkedstandards").append('
' + g + ' ');
}
$.ajax({
@@ -600,7 +600,7 @@ function updateLinkedFiles(){
tempid_file = id.split("_")[1];
clearSearchfieldAddFile();
$("#" + id).remove();
- $("#linkedfiles") .append('
' + g + ' ');
+ $("#linkedfiles") .append('
' + g + ' ');
$.ajax({
url: "{% url 'update_standard_by_ajax' standard.pk %}",
@@ -745,7 +745,7 @@ function doUploadAction(filetodo, parid, replacestat){
if(data["success"] == true){
setTimeout(function(){
$("#uploadModalProgress").modal("toggle");
- $("#linkedfiles") .append('
' + data["data"]["savedobj_name"] + ' ');
+ $("#linkedfiles") .append('
' + data["data"]["savedobj_name"] + ' ');
}, 1000);
$.ajax({
url: "{% url 'update_standard_by_ajax' standard.pk %}",
@@ -760,7 +760,7 @@ function doUploadAction(filetodo, parid, replacestat){
{
if(data["success"] == true){
- $("#linkedfiles") .append('
' + data["data"]["savedobj_name"] + ' ');
+ $("#linkedfiles") .append('
' + data["data"]["savedobj_name"] + ' ');
$.ajax({
url: "{% url 'update_standard_by_ajax' standard.pk %}",
data: {
diff --git a/users/templates/users/dashboard.html b/users/templates/users/dashboard.html
index 24da1a7..35981d9 100644
--- a/users/templates/users/dashboard.html
+++ b/users/templates/users/dashboard.html
@@ -11,7 +11,7 @@
{% if request.user.profile.agency.module_news %}
-
News
+ News
{% if perms.users.modulenews %}
{% endif %}
@@ -83,9 +83,66 @@
{% endif %}
+
+
+
+
+
+
+
+
{% endblock content %}