Code

Updated icon menu
[gosa.git] / plugins / gofax / blocklists / generic.tpl
index d2e80aae030021ca9651cd112df406b3cc2ca6bb..00e945a5302c52f47f4f473a54e92cbe7b0eac75 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>
         {html_options options=$bases selected=$base_select}
                <option disabled>&nbsp;</option>
        </select>
+        {if $selectmode == ""}
+            <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+        {else}
+            <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
+        {/if}
       </td>
      </tr>
     </table>
@@ -31,7 +36,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 +45,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 +58,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 +71,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>
@@ -77,7 +82,7 @@
 
 
 <p class="plugbottom">
-  <input type=submit name="edit_finish" value="{t}Finish{/t}">
+  <input type=submit name="edit_finish" value="{t}Save{/t}">
   &nbsp;
   <input type=submit name="edit_cancel" value="{t}Cancel{/t}">
 </p>