From 5dbf7a8fb79a9c73c5ed337214d4b6024d347059 Mon Sep 17 00:00:00 2001 From: pavel Date: Sun, 15 Feb 2015 20:33:34 +0000 Subject: [PATCH] EXPO-95-7 --- .../client/includes/company/company_edit.html | 32 ++++++++-- .../includes/company/company_object.html | 9 ++- templates/client/static_client/css/main.css | 10 +++- .../client/static_client/css_min/main.min.css | 2 +- .../static_client/js/_modules/page.company.js | 58 +++++++++++++++++-- .../js_min/_modules/page.company.min.js | 2 +- 6 files changed, 94 insertions(+), 19 deletions(-) diff --git a/templates/client/includes/company/company_edit.html b/templates/client/includes/company/company_edit.html index 57d1ed3c..365b84ca 100644 --- a/templates/client/includes/company/company_edit.html +++ b/templates/client/includes/company/company_edit.html @@ -515,7 +515,15 @@ -
{% if found_form.foundation.value %}{{ found_form.foundation.value }}{% else %}{% trans 'Не заполнено' %}{% endif %}
+
+ + {% if found_form.foundation.value %}{{ found_form.foundation.value }}{% endif %} + + + {% trans 'Не заполнено' %} + + +
@@ -528,7 +536,7 @@
 
-
{% csrf_token %} + {% csrf_token %}
@@ -548,7 +556,14 @@
-
{% if staff_form.staff_number.value %}{{ staff_form.staff_number.value }}{% else %}{% trans 'Не заполнено' %}{% endif %}
+
+ + {% if staff_form.staff_number.value %}{{ staff_form.staff_number.value }}{% endif %} + + + {% trans 'Не заполнено' %} + +
@@ -559,7 +574,7 @@
 
- {% csrf_token %} + {% csrf_token %}
@@ -579,7 +594,14 @@
-
{% if description_form.description.value %}{{ description_form.description.value }}{% else %}{% trans 'Не заполнено' %}{% endif %}
+
+ + {% if description_form.description.value %}{{ description_form.description.value }}{% endif %} + + + {% trans 'Не заполнено' %} + +
diff --git a/templates/client/includes/company/company_object.html b/templates/client/includes/company/company_object.html index 7ed4b367..91bcecd2 100644 --- a/templates/client/includes/company/company_object.html +++ b/templates/client/includes/company/company_object.html @@ -4,7 +4,7 @@ {% load thumbnail %} {% block page_body %} -
+