From 3ebbae6c105e1270c6514e514df867fabd115fc3 Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Sat, 28 Jan 2017 14:37:04 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D1=84?= =?UTF-8?q?=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/frontend/components/talk/add.tpl | 2 +- application/frontend/components/user/info.tpl | 4 ++-- application/frontend/skin/synio/components/user/info.tpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/frontend/components/talk/add.tpl b/application/frontend/components/talk/add.tpl index 4777cb94..a7b853ad 100644 --- a/application/frontend/components/talk/add.tpl +++ b/application/frontend/components/talk/add.tpl @@ -29,7 +29,7 @@ {* Текст сообщения *} {component 'editor' sSet = 'light' - sMediaTargetType = 'talk' + mediaTargetType = 'talk' id = 'talk_text' name = 'talk_text' rules = [ 'required' => true, 'length' => '[2,3000]' ] diff --git a/application/frontend/components/user/info.tpl b/application/frontend/components/user/info.tpl index 8218071a..8b22e764 100644 --- a/application/frontend/components/user/info.tpl +++ b/application/frontend/components/user/info.tpl @@ -60,11 +60,11 @@ {capture 'info_private_geo'} {if $geoTarget->getCountryId()} - {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} + {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} {/if} {if $geoTarget->getCityId()} - {$user->getProfileCity()|escape} + {$user->getProfileCity()|escape} {/if} {/capture} diff --git a/application/frontend/skin/synio/components/user/info.tpl b/application/frontend/skin/synio/components/user/info.tpl index 9c9bed50..5b29205d 100644 --- a/application/frontend/skin/synio/components/user/info.tpl +++ b/application/frontend/skin/synio/components/user/info.tpl @@ -68,11 +68,11 @@ {capture 'info_private_geo'} {if $geoTarget->getCountryId()} - {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} + {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} {/if} {if $geoTarget->getCityId()} - {$user->getProfileCity()|escape} + {$user->getProfileCity()|escape} {/if} {/capture}