Code

Fixed object lock output for comma attached dn's
[gosa.git] / plugins / gofax / blocklists / generic.tpl
index d2e80aae030021ca9651cd112df406b3cc2ca6bb..a1c60b3718b773e6243a55e7e874597c7c4631a4 100644 (file)
@@ -1,4 +1,4 @@
-<h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
 <table summary="" style="width:100%; vertical-align:top; text-align:left;">
 
  <tr>
@@ -31,7 +31,7 @@
      <tr>
        <td><LABEL for="type">{t}Type{/t}</LABEL></td>
        <td>
-        <select size="1" id="type" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
+        <select size="1" id="type" name="type" {$goFaxBlocklistACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
         {html_options options=$types selected=$type}
                <option disabled>&nbsp;</option>
         </select>
@@ -40,7 +40,7 @@
       <tr>
        <td><LABEL for="description">{t}Description{/t}</LABEL></td>
        <td>
-         <input name="description" id="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
+         <input name="description" id="description" size=25 maxlength=80 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
        </td>
       </tr>
     </table>
@@ -53,7 +53,7 @@
 <table summary="" style="width:100%">
  <tr>
    <td style="width:50%;">
-     <h2><img alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
+     <h2><img class="center" alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
      <select style="width:100%; height:200px;" name="numbers[]" size=15 multiple>
       {html_options values=$goFaxBlocklist output=$goFaxBlocklist}
          <option disabled>&nbsp;</option>
@@ -66,8 +66,8 @@
   <td style="border-left:1px solid #A0A0A0">
    &nbsp;
   </td>
-   <td style="vertical-align:top;">
-     <h2><img alt="" align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
+   <td style="vertical-align:top;" >
+     <h2><img class="center" alt="" align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
      <p>
       {t}Numbers can also contain wild cards.{/t}
      </p>