mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
25 lines
750 B
Smarty
25 lines
750 B
Smarty
|
<!-- BEGIN main -->
|
||
|
<table style="width:100%; background-color:white;">
|
||
|
<tr>
|
||
|
<td style="width:80px;">
|
||
|
{lang_description}
|
||
|
</td>
|
||
|
<td>
|
||
|
<input id="signatureDesc" type="text" style="width:100%;" value="{description}">
|
||
|
</td>
|
||
|
<td style="width:25%;text-align:right;">
|
||
|
{checkbox_isDefaultSignature}
|
||
|
{lang_default_signature}
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
{tinymce}
|
||
|
<button type="button" onclick="fm_saveSignature()">{lang_save}</button>
|
||
|
<button type="button" onclick="fm_applySignature()">{lang_apply}</button>
|
||
|
<button type="button" onclick="window.close()">{lang_cancel}</button>
|
||
|
<input type="hidden" id="signatureID" value="{signatureID}">
|
||
|
<script language="JavaScript1.2">
|
||
|
document.getElementById('signatureDesc').focus();
|
||
|
</script>
|
||
|
<!-- END main -->
|