Skip to content

Commit

Permalink
fixed suggest-page
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoba committed Sep 22, 2021
1 parent cd6ba74 commit f79da65
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions tpl/page/info/suggest.tpl
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
[{capture append="oxidBlock_content"}]
<h1>[{$oView->getTitle()}]</h1>
<div class="container-xxl">
<div class="row">
<div class="col-12">
<h1>[{$oView->getTitle()}]</h1>

<ol>
<li>[{oxmultilang ident="MESSAGE_ENTER_YOUR_ADDRESS_AND_MESSAGE"}]</li>
<li>[{oxmultilang ident="MESSAGE_RECOMMEND_CLICK_ON_SEND"}]</li>
</ol>
<ol>
<li>[{oxmultilang ident="MESSAGE_ENTER_YOUR_ADDRESS_AND_MESSAGE"}]</li>
<li>[{oxmultilang ident="MESSAGE_RECOMMEND_CLICK_ON_SEND"}]</li>
</ol>

[{oxifcontent ident="oxsecurityinfo" object="oCont"}]
<p>[{oxmultilang ident="MESSAGE_READ_DETAILS"}] <a href="[{$oCont->getLink()}]">[{$oCont->oxcontents__oxtitle->value}]</a></p>
[{/oxifcontent}]

[{include file="form/suggest.tpl"}]
[{oxifcontent ident="oxsecurityinfo" object="oCont"}]
<p>[{oxmultilang ident="MESSAGE_READ_DETAILS"}] <a href="[{$oCont->getLink()}]">[{$oCont->oxcontents__oxtitle->value}]</a></p>
[{/oxifcontent}]

[{include file="form/suggest.tpl"}]
</div>
</div>
</div>
[{/capture}]
[{include file="layout/page.tpl" sidebar="Right"}]

0 comments on commit f79da65

Please sign in to comment.