90 lines
4.3 KiB
HTML
Executable File
90 lines
4.3 KiB
HTML
Executable File
<!-- BEGIN: main -->
|
|
|
|
<script type="text/javascript" src="include/javascript/popup_parent_helper.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
|
|
<script type="text/javascript" src="include/JSON.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
|
|
|
|
<script type="text/javascript" src="modules/EcmCalls/MyTable.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="modules/EcmCalls/MyTable.css" />
|
|
|
|
<script type="text/javascript" src="modules/EcmCalls/Settings.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
|
<tr>
|
|
<form name="Settings" onsubmit="return ItemListSave(true);" method="POST" action="index.php">
|
|
<input type="hidden" name="module" value="EcmCalls">
|
|
<input type="hidden" name="action" value="SettingsSave">
|
|
<input type="hidden" name="return_module" value="{RETURN_MODULE}">
|
|
<input type="hidden" name="return_id" value="{RETURN_ID}">
|
|
<input type="hidden" name="return_action" value="{RETURN_ACTION}">
|
|
<input type="hidden" id="phone_list" name="phone_list" value='{PHONE_LIST}' >
|
|
|
|
|
|
<td style="padding-bottom: 2px;">
|
|
<input title="{APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" tabindex="1" class="button"
|
|
onclick="this.form.action.value='SettingsSave';return check_form('Settings');"
|
|
type="submit" name="button" value=" {APP.LBL_SAVE_BUTTON_LABEL} " >
|
|
<input title="{APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" tabindex="1" class="button"
|
|
onclick="this.form.action.value='{RETURN_ACTION}'; this.form.module.value='{RETURN_MODULE}'; this.form.record.value='{RETURN_ID}'"
|
|
type="submit" name="button" value=" {APP.LBL_CANCEL_BUTTON_LABEL} ">
|
|
</td>
|
|
|
|
<td align="right" nowrap><span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> {APP.NTC_REQUIRED}</td>
|
|
<td align='right'>{ADMIN_EDIT}</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>
|
|
<td width="15%" class="dataLabel" valign="top"><span sugar='slot1'>{MOD.LBL_CENTRAL_AREACODE} <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span></span sugar='slot'></td>
|
|
<td width="35%" class="dataField"><span sugar='slot1b'><input name='central_areacode' tabindex="1" maxlength='10' value="{CENTRAL_AREACODE}"></span sugar='slot'></td>
|
|
|
|
</tr>
|
|
-->
|
|
<tr>
|
|
<td width="15%" valign="top" class="dataLabel">
|
|
<span sugar="slot4">{MOD.LBL_CENTRAL_TIMEZONE} <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span>
|
|
</span sugar="slot"></td>
|
|
<td width="35%" class="dataField">
|
|
<span sugar="slot4b">
|
|
<select tabindex='1' name='central_timezone'>{CENTRAL_TIMEZONE_OPTIONS}</select>
|
|
</span sugar="slot"></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td width="15%" class="dataLabel" valign="top" colspan="4"><span sugar='slot1'>{MOD.LBL_OWN_PHONES} </span sugar='slot'>
|
|
<div style="width:50%;border: 1px solid rgb(48,192,255);background-color:white;height:400px;max-height:400px;overflow:auto;">
|
|
<table class="positions" style="width:100%;" id="phonesTable">
|
|
<thead id="head">
|
|
<tr id="tr">
|
|
<td width="10%">No.</td>
|
|
<td width="20%">Number</td>
|
|
<td width="60%">Description</td>
|
|
<td width="10%">Options</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tbody">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<div style="padding-top: 2px">
|
|
<input title="{APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" tabindex="1" class="button" onclick="this.form.action.value='SettingsSave';return check_form('Settings');" type="submit" name="button" value=" {APP.LBL_SAVE_BUTTON_LABEL} " >
|
|
<input title="{APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" tabindex="1" class="button" onclick="this.form.action.value='{RETURN_ACTION}'; this.form.module.value='{RETURN_MODULE}'; this.form.record.value='{RETURN_ID}'" type="submit" name="button" value=" {APP.LBL_CANCEL_BUTTON_LABEL} ">
|
|
</div>
|
|
</form>
|
|
{JAVASCRIPT}
|
|
<!-- END: main --> |