update
This commit is contained in:
60
Admin/template/partial/SimpleArticle/Index/EditStructure.tpl
Normal file
60
Admin/template/partial/SimpleArticle/Index/EditStructure.tpl
Normal file
@@ -0,0 +1,60 @@
|
||||
<script language="javascript" type="text/javascript">urlStatic='{$urlStatic}';</script>
|
||||
|
||||
{if isset($obj)}
|
||||
|
||||
<input type="hidden" name="lang" value="{$lang}" />
|
||||
{/if}
|
||||
<input type="hidden" name="SaveArt" value="true" />
|
||||
|
||||
|
||||
|
||||
{assign var="additionalTitle" value=""}
|
||||
|
||||
<div {if $objModule->Getid() != 3}style="display: none;"{/if}>
|
||||
{dropDownContainer title="Zajawka"}
|
||||
|
||||
<div class="articlePreviewRight">
|
||||
{if isset($obj)}
|
||||
{assign var='shortnote' value=$obj->GetShortnote()}
|
||||
{else}
|
||||
{assign var='shortnote' value=''}
|
||||
{/if}
|
||||
{insertCkEditor width='399' height='159' name='shortnote' toolbar='Basic' value=$shortnote}
|
||||
{if isset($error.shortnote)}<div style="color: red;" id="actionError">{$error.shortnote}</div>{/if}
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
{/dropDownContainer}
|
||||
</div>
|
||||
{dropDownContainer title="Treść"}
|
||||
<div class="center">
|
||||
{if isset($obj)}
|
||||
{assign var='description' value=$obj->GetDescription()}
|
||||
{else}
|
||||
{assign var='description' value=''}
|
||||
{/if}
|
||||
{insertCkEditor width='620' height='380' name='description' toolbar='Formix' value=$description}
|
||||
{if isset($error.description)}<div style="color: red;" id="actionError">{$error.description}</div>{/if}
|
||||
</div>
|
||||
|
||||
{/dropDownContainer}
|
||||
|
||||
{*dropDownContainer title="Ustawienia"}
|
||||
<table width="100%" cellspacing="0" cellpadding="5" border="0" class="frameTableForm tableContetntWhite">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Publikuj:</td>
|
||||
<td>{formField type='checkbox' name='publication' obj='obj' func='GetPublication'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Publikuj w języku</td>
|
||||
<td>{formField type='checkbox' name='publikujWJezyku' obj='obj' func='GetLangPublication'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tagi:<br /><small>po przecinkach</small></td>
|
||||
<td><input type="text" name="tagi" value="" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
{/dropDownContainer*}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user