Code

... center -> middle, for all non templates
[gosa.git] / plugins / gofax / blocklists / generic.tpl
1 <h2><img align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
2 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
4  <tr>
5    <td style="width:50%; vertical-align:top;">
6     <table>
7      <tr>
8       <td>{t}List name{/t}{$must}</td>
9       <td>
10        <input name="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
11       </td>
12      </tr>
13      <tr>
14       <td>{t}Base{/t}{$must}</td>
15       <td>
16        <select size="1" name="base" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
17         {html_options options=$bases selected=$base_select}
18        </select>
19       </td>
20      </tr>
21     </table>
22    </td>
24   <td style="border-left:1px solid #A0A0A0">
25    &nbsp;
26   </td>
28    <td style="vertical-align:top;">
29     <table>
30      <tr>
31        <td>{t}Type{/t}</td>
32        <td>
33         <select size="1" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
34          {html_options options=$types selected=$type}
35         </select>
36         </td>
37       </tr>
38       <tr>
39        <td>{t}Description{/t}</td>
40        <td>
41          <input name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
42        </td>
43       </tr>
44     </table>
45    </td>
46  </tr>
47 </table>
49 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
51 <table>
52  <tr>
53    <td>
54      <h2><img align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
55      <select style="width:400px; height:200px;" name="numbers[]" size=15 multiple>
56       {html_options values=$goFaxBlocklist output=$goFaxBlocklist}
57      </select>
58      <br>
59      <input name="number" size=25 maxlength=60 {$goFaxBlocklistACL}>&nbsp;
60      <input type=submit value="{t}Add{/t}" {$goFaxBlocklistACL} name="add_number">&nbsp;
61      <input type=submit value="{t}Delete{/t}" {$goFaxBlocklistACL} name="delete_number">
62    </td>
63    <td style="vertical-align:top;">
64      <h2><img align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
65      <p>
66       {t}Numbers can also contain wild cards.{/t}
67      </p>
68    </td>
69  </tr>
70 </table>
73 <p class="plugbottom">
74   <input type=submit name="edit_finish" value="{t}Finish{/t}">
75   &nbsp;
76   <input type=submit name="edit_cancel" value="{t}Cancel{/t}">
77 </p>
79 <!-- Place cursor -->
80 <script language="JavaScript" type="text/javascript">
81   <!-- // First input field on page
82   document.mainform.cn.focus();
83   -->
84 </script>