0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/InboundEmail/tpls/systemSettingsForm.tpl
Daniel Samson e5703f7d21 Adding subject function field
This provides a way to change the URL of the link in the subject field.
2017-04-19 09:47:46 +01:00

39 lines
1.5 KiB
Smarty

<form action="index.php" method="post" name="Macro" id="form">
<input type="hidden" name="module" value="InboundEmail">
<input type="hidden" name="action" value="ListView">
<input type="hidden" name="save" value="true">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<input title="{$APP.LBL_SAVE_BUTTON_TITLE}"
accessKey="{$APP.LBL_SAVE_BUTTON_KEY}"
class="button"
onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='ListView';"
type="submit" name="Edit" value="{$APP.LBL_SAVE_BUTTON_LABEL}">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="detail view">
<tr>
<td valign="top" width='10%' NOWRAP scope="row">
<span>
<b>{$MOD.LBL_CASE_MACRO}:</b>
</span>
</td>
<td valign="top" width='20%'>
<span>
<input name="inbound_email_case_macro" type="text" value="{$MACRO}">
</span>
</td>
<td valign="top" width='70%'>
<span>
{$MOD.LBL_CASE_MACRO_DESC}
<br />
<i>{$MOD.LBL_CASE_MACRO_DESC2}</i>
</span>
</td>
</tr>
</table>
</form>