33 lines
1.6 KiB
Smarty
33 lines
1.6 KiB
Smarty
|
|
<script type="text/javascript" src="modules/EcmSysInfos/js/headersDocuments.js"></script>
|
||
|
|
<script type="text/javascript" src="include/jQuery/ckeditor/ckeditor.js"></script>
|
||
|
|
<input type="hidden" id="data" value='{$DATA}'>
|
||
|
|
<h1>{$MOD.LNK_HEADERS_DOCUMENTS}</h1>
|
||
|
|
<form action="index.php" method="POST" name="where" id="where">
|
||
|
|
<input type="hidden" name="module" value="{$MOD.LBL_MODULE}" />
|
||
|
|
<input type="hidden" name="action" value="headersDocuments" />
|
||
|
|
<input type="hidden" name="parentTab" value="{$MOD.LBL_MODULE_NAME}"/>
|
||
|
|
<br>
|
||
|
|
<input type="submit" value='{$MOD.LBL_SAVE}'/><br><br>
|
||
|
|
{if $selected === null }
|
||
|
|
{html_options name=docselect id=docselect options=$data}
|
||
|
|
{else}
|
||
|
|
{html_options name=docselect id=docselect options=$data selected=$selected}
|
||
|
|
{/if}
|
||
|
|
{if $selectedLanguage === null }
|
||
|
|
{html_options name=languageselect id=languageselect options=$dataLanguage}<br><br>
|
||
|
|
{else}
|
||
|
|
{html_options name=languageselect id=languageselect options=$dataLanguage selected=$selectedLanguage}<br><br>
|
||
|
|
{/if}
|
||
|
|
|
||
|
|
<br><br>
|
||
|
|
{$MOD.LBL_INVOICE_NUMBER_FORMAT}:
|
||
|
|
{html_options name=invoice_number_format id=invoice_number_format options=$InvoiceNumberFormat}
|
||
|
|
<input type="text" id="custom_number_format" name="custom_number_format" style="display: none"><br><br>
|
||
|
|
<div>
|
||
|
|
<h2>{$MOD.LBL_HEADER}:</h2>
|
||
|
|
<textarea id="header1" name="header1"></textarea><br><br>
|
||
|
|
<h2>{$MOD.LBL_FOOTER}:</h2>
|
||
|
|
<textarea id="footer1" name="footer1"></textarea><br><br>
|
||
|
|
</div>
|
||
|
|
<input type="submit" value='{$MOD.LBL_SAVE}'/>
|
||
|
|
</form>
|