PageRenderTime 51ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/modules/InboundEmail/DetailView.html

https://github.com/albertobraschi/SuperSweetAdmin
HTML | 248 lines | 194 code | 8 blank | 46 comment | 0 complexity | c26f51c1f5b4d301c56e773de896758d MD5 | raw file
  1. <!--
  2. /*********************************************************************************
  3. * SugarCRM is a customer relationship management program developed by
  4. * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it under
  7. * the terms of the GNU Affero General Public License version 3 as published by the
  8. * Free Software Foundation with the addition of the following permission added
  9. * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
  10. * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
  11. * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
  12. *
  13. * This program is distributed in the hope that it will be useful, but WITHOUT
  14. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15. * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Affero General Public License along with
  19. * this program; if not, see http://www.gnu.org/licenses or write to the Free
  20. * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  21. * 02110-1301 USA.
  22. *
  23. * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
  24. * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
  25. *
  26. * The interactive user interfaces in modified source and object code versions
  27. * of this program must display Appropriate Legal Notices, as required under
  28. * Section 5 of the GNU Affero General Public License version 3.
  29. *
  30. * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
  31. * these Appropriate Legal Notices must retain the display of the "Powered by
  32. * SugarCRM" logo. If the display of the logo is not reasonably feasible for
  33. * technical reasons, the Appropriate Legal Notices must display the words
  34. * "Powered by SugarCRM".
  35. ********************************************************************************/
  36. /*********************************************************************************
  37. * Description:
  38. * Created On: Oct 17, 2005
  39. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  40. * All Rights Reserved.
  41. * Contributor(s): Chris Nojima
  42. ********************************************************************************/
  43. -->
  44. <!-- BEGIN: main -->
  45. {MODULE_TITLE}
  46. {ERROR}
  47. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  48. <tr>
  49. <td>
  50. <form action="index.php" method="post" name="DetailView" id="form">
  51. <input type="hidden" name="module" value="InboundEmail">
  52. <input type="hidden" name="record" value="{ID}">
  53. <input type="hidden" name="isDuplicate" value=false>
  54. <input type="hidden" name="action">
  55. <input type="hidden" name="return_module">
  56. <input type="hidden" name="return_action">
  57. <input type="hidden" name="return_id">
  58. <input title="{APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{APP.LBL_EDIT_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='EditView'; this.form.return_id.value='{ID}'; this.form.action.value='EditView'" type="submit" name="Edit" value=" {APP.LBL_EDIT_BUTTON_LABEL} ">
  59. <input title="{APP.LBL_DUPLICATE_BUTTON_TITLE}" accessKey="{APP.LBL_DUPLICATE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='index'; this.form.isDuplicate.value=true; this.form.action.value='EditView'" type="submit" name="Duplicate" value=" {APP.LBL_DUPLICATE_BUTTON_LABEL} ">
  60. <input title="{APP.LBL_DELETE_BUTTON_TITLE}" accessKey="{APP.LBL_DELETE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='ListView'; this.form.action.value='Delete'; return confirm('{APP.NTC_DELETE_CONFIRMATION}')" type="submit" name="Delete" value=" {APP.LBL_DELETE_BUTTON_LABEL} ">
  61. </form>
  62. </td>
  63. </tr>
  64. </table>
  65. <div class="detail view">
  66. <table width="100%" border=0 cellspacing="{GRIDLINE}" cellpadding="0">
  67. <tr>
  68. <th align="left" colspan="4"><h4>{MOD.LBL_BASIC}</h4></th>
  69. </tr>
  70. <tr>
  71. <td valign="top" width='20%' scope='row'>
  72. <slot>{MOD.LBL_NAME}:</slot></td>
  73. <td valign="top" width='30%'>
  74. <slot>{NAME}&nbsp;</slot></td>
  75. <td valign="top" scope='row'>
  76. <slot>{MOD.LBL_STATUS}:</slot></td>
  77. <td valign="top">
  78. <slot>{STATUS}&nbsp;</slot></td>
  79. </tr>
  80. <tr>
  81. <td valign="top" scope='row'>
  82. <slot>{MOD.LBL_SERVER_URL}:</slot></td>
  83. <td valign="top">
  84. <slot>{SERVER_URL}&nbsp;</slot></td>
  85. <td valign="top" scope='row'>
  86. <slot>{MOD.LBL_LOGIN}:</slot></td>
  87. <td valign="top">
  88. <slot>{USER}&nbsp;</slot></td>
  89. </tr>
  90. <tr>
  91. <td valign="top" width='20%' scope='row'>
  92. <slot>{MOD.LBL_SERVER_TYPE}:</slot></td>
  93. <td valign="top" width='30%'>
  94. <slot>{SERVER_TYPE}&nbsp;</slot></td>
  95. <td valign="top" width='20%' scope='row'>
  96. <slot>&nbsp;</slot>&nbsp;</td>
  97. <td valign="top" width='30%'>
  98. <slot>&nbsp;</slot>&nbsp;
  99. </td>
  100. </tr>
  101. <tr>
  102. <td valign="top" width='20%' scope='row'>
  103. <slot>{MOD.LBL_PORT}:</slot</td>
  104. <td valign="top" width='30%'>
  105. <slot>{PORT}&nbsp;</slot>&nbsp;
  106. </td>
  107. <td valign="top" scope='row'>
  108. <slot>{MOD.LBL_MAILBOX}:</slot></td>
  109. <td valign="top">
  110. <slot>{MAILBOX}&nbsp;</slot></td>
  111. </tr>
  112. <tr>
  113. <td valign="top" width='20%' scope='row'>
  114. <slot>{MOD.LBL_MAILBOX_SSL}:</slot></td>
  115. <td valign="top" width='30%'>
  116. <slot>{SSL}&nbsp;</slot></td>
  117. <td valign="top" width='20%' scope='row'>
  118. <slot><span style="{TRASH_SENT_FOLDER_STYLE}">{MOD.LBL_TRASH_FOLDER}:</span></slot></td>
  119. <td valign="top" width='30%'>
  120. <slot><span style="{TRASH_SENT_FOLDER_STYLE}">{TRASHFOLDER}&nbsp;</span></slot></td>
  121. </tr>
  122. <tr style="{TRASH_SENT_FOLDER_STYLE}">
  123. <td valign="top" width='20%' scope='row'>
  124. <slot>&nbsp;</slot>&nbsp;</td>
  125. <td valign="top" width='30%'>
  126. <slot>&nbsp;</slot>&nbsp;
  127. </td>
  128. <td valign="top" width='20%' scope='row'>
  129. <slot>{MOD.LBL_SENT_FOLDER}:</slot></td>
  130. <td valign="top" width='30%'>
  131. <slot>{SENTFOLDER}&nbsp;</slot>&nbsp;</td>
  132. </tr>
  133. </table>
  134. <br>
  135. <table width="100%" border=0 cellspacing="{GRIDLINE}" cellpadding="0">
  136. <tr>
  137. <th align="left" colspan="4"><h4>{MOD.LBL_SERVER_OPTIONS}</h4></th>
  138. </tr>
  139. <tr>
  140. <td valign="top" scope='row'>
  141. </td>
  142. <td valign="top">
  143. &nbsp;
  144. </td>
  145. <td valign="top" width='20%' scope='row'>
  146. <slot>{MOD.LBL_FROM_NAME}:&nbsp;</slot></td>
  147. <td valign="top" width='30%'>
  148. <slot>{FROM_NAME}&nbsp;</slot>&nbsp;
  149. </td>
  150. </tr>
  151. <tr>
  152. <td valign="top" width='20%' scope='row'>
  153. <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{MOD.LBL_ENABLE_AUTO_IMPORT}:</div>&nbsp;</slot>&nbsp;</td>
  154. <td valign="top" width='30%'>
  155. <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{IS_AUTO_IMPORT_ENABLED}</div>&nbsp;</slot>&nbsp;</td>
  156. <td valign="top" width='20%' scope='row'>
  157. <slot>{MOD.LBL_FROM_ADDR}:&nbsp;</slot>&nbsp;</td>
  158. <td valign="top" width='30%'>
  159. <slot>{FROM_ADDR}&nbsp;</slot>&nbsp;
  160. </td>
  161. </tr>
  162. <tr>
  163. <td valign="top" scope='row'>
  164. <slot>{MOD.LBL_CREATE_CASE}:</slot></td>
  165. <td valign="top">
  166. <slot>{IS_CREATE_CASE}&nbsp;</slot></td>
  167. <td valign="top" width='20%' scope='row'>
  168. <slot>{MOD.LBL_REPLY_TO_NAME}:&nbsp;</slot>&nbsp;</td>
  169. <td valign="top" width='30%'>
  170. <slot>{REPLY_TO_NAME}</slot>&nbsp;
  171. </td>
  172. </tr>
  173. <tr style="{CREATE_CASE_ROW_STYLE}">
  174. <td valign="top" width='20%' scope='row'>
  175. <slot>{MOD.LBL_DISTRIBUTION_METHOD}:&nbsp;</slot>&nbsp;</td>
  176. <td valign="top" width='30%'>
  177. <slot>{DISTRIBUTION_METHOD}</slot>&nbsp;
  178. </td>
  179. <td valign="top" width='20%' scope='row'>
  180. <slot>&nbsp;</slot>&nbsp;</td>
  181. <td valign="top" width='30%'>
  182. <slot>&nbsp;</slot>&nbsp;
  183. </td>
  184. </tr>
  185. <tr style="{CREATE_CASE_ROW_STYLE}">
  186. <td valign="top" width='20%' scope='row'>
  187. <slot>{MOD.LBL_CREATE_CASE_REPLY_TEMPLATE}:&nbsp;</slot>&nbsp;</td>
  188. <td colspan="3" valign="top" width='30%'>
  189. <slot>{CREATE_CASE_EMAIL_TEMPLATE}</slot>&nbsp;
  190. </td>
  191. </tr>
  192. <tr>
  193. <td valign="top" width='20%' scope='row'>
  194. <slot>&nbsp;</slot>&nbsp;</td>
  195. <td valign="top" width='30%'>
  196. <slot>&nbsp;</slot>&nbsp;
  197. </td>
  198. <td valign="top" width='20%' scope='row'>
  199. <slot>{MOD.LBL_REPLY_TO_ADDR}:&nbsp;</slot>&nbsp;</td>
  200. <td valign="top" width='30%'>
  201. <slot>{REPLY_TO_ADDR}</slot>&nbsp;
  202. </td>
  203. </tr>
  204. <tr>
  205. <td valign="top" scope='row'>
  206. <slot>{MOD.LBL_AUTOREPLY}:</slot></td>
  207. <td valign="top">
  208. <slot>{EMAIL_TEMPLATE}&nbsp;</slot></td>
  209. <td valign="top" width='20%' scope='row'>
  210. <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{MOD.LBL_ALLOW_OUTBOUND_GROUP_USAGE}:</div></slot>&nbsp;</td>
  211. <td valign="top" width='30%'>
  212. <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{ALLOW_OUTBOUND_GROUP_USAGE}</div></slot>
  213. </td>
  214. </tr>
  215. <tr>
  216. <td valign="top" width='20%' scope='row'>
  217. <slot>{MOD.LBL_FILTER_DOMAIN}:</slot></td>
  218. <td valign="top" width='30%'>
  219. <slot>{FILTER_DOMAIN}&nbsp;</slot></td>
  220. <td valign="top" width='20%' scope='row'>
  221. <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{MOD.LBL_MAX_AUTO_REPLIES}:</div></slot>&nbsp;</td>
  222. <td valign="top" width='30%'>
  223. <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{EMAIL_NUM_AUTOREPLIES_24_HOURS}</div></slot>&nbsp;
  224. </td>
  225. </tr>
  226. <tr style="{LEAVEMESSAGESONMAILSERVER_STYLE}">
  227. <td valign="top" width='20%' scope='row'>
  228. <slot>{MOD.LBL_MARK_READ}:</slot></td>
  229. <td valign="top" width='30%'>
  230. <slot>{LEAVEMESSAGESONMAILSERVER}&nbsp;</slot></td>
  231. <td valign="top" width='20%' scope='row'>
  232. <slot>&nbsp;</slot>&nbsp;</td>
  233. <td valign="top" width='30%'>
  234. <slot>&nbsp;</slot>&nbsp;
  235. </td>
  236. </tr>
  237. </table>
  238. </div>
  239. <!-- END: main -->