Ticket #1220: edit_mail_acc.tpl.patch
|
File edit_mail_acc.tpl.patch, 5.0 kB
(added by JCD, 4 months ago)
|
Diff of edit_mail_acc.tpl
|
-
edit_mail_acc.tpl
| old |
new |
|
| 6 | 6 | <meta name="robots" content="nofollow"> |
|---|
| 7 | 7 | <link href="{THEME_COLOR_PATH}/css/ispcp.css" rel="stylesheet" type="text/css"> |
|---|
| 8 | 8 | <script type="text/javascript" src="{THEME_COLOR_PATH}/css/ispcp.js"></script> |
|---|
| | 9 | <script type="text/javascript" src="{THEME_COLOR_PATH}/css/tooltip.js"></script> |
|---|
| 9 | 10 | <script language="JavaScript" type="text/JavaScript"> |
|---|
| 10 | 11 | <!-- |
|---|
| 11 | 12 | function sbmt(form, uaction) { |
| … | … | |
| 16 | 17 | return false; |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | } |
|---|
| | 20 | |
|---|
| | 21 | function begin_js(){ |
|---|
| | 22 | document.forms[0].forward_list.disabled = {FORWARD_LIST_DISABLED}; |
|---|
| | 23 | } |
|---|
| | 24 | |
|---|
| | 25 | function changeType(what){ |
|---|
| | 26 | if (what == "forward") { |
|---|
| | 27 | if (document.forms[0].elements['forward_list'].disabled == true) { |
|---|
| | 28 | document.forms[0].elements['forward_list'].disabled = false; |
|---|
| | 29 | } else { |
|---|
| | 30 | document.forms[0].elements['forward_list'].disabled = true; |
|---|
| | 31 | } |
|---|
| | 32 | } |
|---|
| | 33 | } |
|---|
| 19 | 34 | //--> |
|---|
| 20 | 35 | </script> |
|---|
| 21 | 36 | <style type="text/css"> |
| … | … | |
| 25 | 40 | </style> |
|---|
| 26 | 41 | </head> |
|---|
| 27 | 42 | |
|---|
| 28 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/ftp_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/email_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 29 | | <!-- BDP: logged_from --><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 43 | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/ftp_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/email_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif'); begin_js();"> |
|---|
| | 44 | <!-- BDP: logged_from --> |
|---|
| | 45 | <!-- ToolTip --> |
|---|
| | 46 | <div id="fwd_help" style="background-color:#ffffe0;border: 1px #000000 solid;display:none;margin:5px;padding:5px;font-size:11px;width:200px;position:absolute;">{TR_FWD_HELP}</div> |
|---|
| | 47 | <!-- ToolTip end --> |
|---|
| | 48 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 30 | 49 | <tr> |
|---|
| 31 | 50 | <td height="20" nowrap background="{THEME_COLOR_PATH}/images/button.gif"> <a href="change_user_interface.php?action=go_back"><img src="{THEME_COLOR_PATH}/images/icons/close_interface.png" width="18" height="18" border="0" align="absmiddle"></a> <font color="red">{YOU_ARE_LOGGED_AS}</font> </td> |
|---|
| 32 | 51 | </tr> |
| … | … | |
| 83 | 102 | <td class="content"><input type="password" name="pass_rep" value="" style="width:210px" class="textinput"> |
|---|
| 84 | 103 | </td> |
|---|
| 85 | 104 | </tr> |
|---|
| | 105 | <tr> |
|---|
| | 106 | <td nowrap class="content2" colspan="2"> |
|---|
| | 107 | <input type="checkbox" name="mail_forward" value="1" {FORWARD_MAIL_CHECKED} onClick="changeType('forward');">{TR_FORWARD_MAIL}</td> |
|---|
| | 108 | </tr> |
|---|
| | 109 | <tr> |
|---|
| | 110 | <td class="content2" style="width:200px;vertical-align:top;"> |
|---|
| | 111 | {TR_FORWARD_TO} <img src="{THEME_COLOR_PATH}/images/icons/help.png" width="16" height="16" onMouseOver="showTip('fwd_help', event)" onMouseOut="hideTip('fwd_help')" /> |
|---|
| | 112 | </td> |
|---|
| | 113 | <td nowrap class="content"> |
|---|
| | 114 | <textarea name="forward_list" cols="35" rows="5" wrap="virtual" style="width:210px">{FORWARD_LIST}</textarea> |
|---|
| | 115 | </td> |
|---|
| | 116 | </tr> |
|---|
| 86 | 117 | </table> |
|---|
| 87 | 118 | <!-- EDP: normal_mail --> |
|---|
| 88 | 119 | <!-- BDP: forward_mail --> |
|---|
| 89 | 120 | <table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| 90 | 121 | <tr> |
|---|
| | 122 | <td class="content2" style="width:125px;vertical-align:top;"> |
|---|
| | 123 | {TR_FORWARD_TO} <img src="{THEME_COLOR_PATH}/images/icons/help.png" width="16" height="16" onMouseOver="showTip('fwd_help', event)" onMouseOut="hideTip('fwd_help')" /> |
|---|
| | 124 | </td> |
|---|
| 91 | 125 | <td class="content"><textarea name="forward_list" cols="35" rows="5" wrap="virtual" style="width:210px">{FORWARD_LIST}</textarea></td> |
|---|
| 92 | 126 | </tr> |
|---|
| 93 | 127 | </table> |
| … | … | |
| 95 | 129 | <br> |
|---|
| 96 | 130 | <input name="Button" type="button" class="button" value=" {TR_SAVE} " onClick="return sbmt(document.forms[0],'{ACTION}');"> |
|---|
| 97 | 131 | <input type="hidden" name="id" value="{MAIL_ID}"> |
|---|
| | 132 | <input type="hidden" name="mail_type" value="{MAIL_TYPE}"> |
|---|
| 98 | 133 | <input type="hidden" name="mail_account" value="{EMAIL_ACCOUNT}"> |
|---|
| 99 | 134 | <input type="hidden" name="uaction" value=""> |
|---|
| 100 | 135 | </form></td> |
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>