From 0defa1dfc903869871b96104ee1a860881cafc78 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 3 Mar 2015 19:46:23 +0000 Subject: [PATCH] expo-93 ready --- .../includes/company/company_object.html | 94 ++++++++++++++++++- .../static_client/js/_modules/page.company.js | 2 +- 2 files changed, 94 insertions(+), 2 deletions(-) diff --git a/templates/client/includes/company/company_object.html b/templates/client/includes/company/company_object.html index c7157c90..d9f5958d 100644 --- a/templates/client/includes/company/company_object.html +++ b/templates/client/includes/company/company_object.html @@ -48,7 +48,17 @@
{% endif %} {% if company.address_inf %} - {{ company.address_inf }} +
+  Раскрыть карту +
+ {{ company.address_inf }} +
+ + +

{% endif %} @@ -245,4 +255,86 @@ {% endif %} + {% endblock %} \ No newline at end of file diff --git a/templates/client/static_client/js/_modules/page.company.js b/templates/client/static_client/js/_modules/page.company.js index f91397c8..62440714 100644 --- a/templates/client/static_client/js/_modules/page.company.js +++ b/templates/client/static_client/js/_modules/page.company.js @@ -712,7 +712,7 @@ if (EXPO.company){ } }; - // methods + // module methods //инициализация общих свойств that.init = function(options) {