1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix property

This commit is contained in:
Mzhelskiy Maxim 2017-01-22 20:17:25 +07:00
parent fe85ecdd3f
commit 337b17b3d7
3 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@
name = "property[{$property->getId()}]"
value = $property->getValue()->getValueForForm()
label = $property->getTitle()
escape = false
inputClasses = 'js-editor-default' }
{else}
@ -10,6 +11,7 @@
name = "property[{$property->getId()}]"
value = $property->getValue()->getValueForForm()
rows = 10
escape = false
note = $property->getDescription()
label = $property->getTitle()}
{/if}

View file

@ -3,7 +3,7 @@
{$property->getTitle()}
</div>
<strong class="ls-property-list-item-content">
<div class="ls-property-list-item-content">
{$property->getValue()->getValueForDisplay()}
</strong>
</div>
</div>

@ -1 +1 @@
Subproject commit e3415baa049043e2d85d611e84fe160fdef016c3
Subproject commit 1f3d5d8b03a5c55c05d163de38b708094ad19e25