Add TPL files
This commit is contained in:
59
modules/EcmCashs/tpls/QuickCreate.tpl
Executable file
59
modules/EcmCashs/tpls/QuickCreate.tpl
Executable file
@@ -0,0 +1,59 @@
|
||||
|
||||
<form name="ecmcashsQuickCreate" id="ecmcashsQuickCreate" method="POST" action="index.php">
|
||||
<input type="hidden" name="module" value="EcmCashs">
|
||||
|
||||
<input type="hidden" name="return_action" value="{$REQUEST.return_action}">
|
||||
<input type="hidden" name="return_module" value="{$REQUEST.return_module}">
|
||||
<input type="hidden" name="return_id" value="{$REQUEST.return_id}">
|
||||
<input type="hidden" name="action" value='Save'>
|
||||
<input type="hidden" name="duplicate_parent_id" value="{$REQUEST.duplicate_parent_id}">
|
||||
<input type="hidden" name="to_pdf" value='1'>
|
||||
<input id='assigned_user_id' name='assigned_user_id' type="hidden" value="{$ASSIGNED_USER_ID}" />
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td align="left" style="padding-bottom: 2px;">
|
||||
<input title= "{$APP.LBL_SAVE_BUTTON_TITLE}"
|
||||
accessKey= "{$APP.LBL_SAVE_BUTTON_KEY}"
|
||||
class= "button"
|
||||
type= "submit"
|
||||
name= "button" {$saveOnclick|default:"onclick=\"return check_form('EcmCashsQuickCreate');\""} value=" {$APP.LBL_SAVE_BUTTON_LABEL} " >
|
||||
<input title= "{$APP.LBL_CANCEL_BUTTON_TITLE}"
|
||||
accessKey= "{$APP.LBL_CANCEL_BUTTON_KEY}"
|
||||
class= "button"
|
||||
type= "submit"
|
||||
name= "button" {$cancelOnclick|default:"onclick=\"this.form.action.value='$RETURN_ACTION'; this.form.module.value='$RETURN_MODULE'; this.form.record.value='$RETURN_ID'\""}
|
||||
value= " {$APP.LBL_CANCEL_BUTTON_LABEL} ">
|
||||
<input title= "{$APP.LBL_FULL_FORM_BUTTON_TITLE}"
|
||||
accessKey= "{$APP.LBL_FULL_FORM_BUTTON_KEY}"
|
||||
class= "button"
|
||||
type= "submit"
|
||||
name= "button"
|
||||
onclick= "this.form.to_pdf.value='0';this.form.action.value='EditView'; this.form.module.value='EcmCashs';"
|
||||
value= " {$APP.LBL_FULL_FORM_BUTTON_LABEL} ">
|
||||
</td>
|
||||
<td align="right" nowrap>
|
||||
<span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span>
|
||||
{$APP.NTC_REQUIRED}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabForm">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<th align="left" class="dataLabel" colspan="4">
|
||||
<h4 class="dataLabel"><slot>{$MOD.LBL_ECMCACH_INFORMATION}</slot></h4>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" class="dataLabel" width="15%"><slot>{$MOD.LBL_NAME} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></slot></td>
|
||||
<td width="35%"><slot><textarea name='name' cols="40" tabindex='1' rows="1">{$NAME}</textarea></slot></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<script>
|
||||
{$additionalScripts}
|
||||
</script>
|
||||
Reference in New Issue
Block a user