Code

Udpated JS focus,
[gosa.git] / plugins / gofax / blocklists / generic.tpl
index 61a0f2189aaac488425555ed5bb6a9ee28457dbe..629cf3852cae149add5b886b6577ff100062c2da 100644 (file)
         {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>
@@ -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>
@@ -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>
@@ -85,6 +90,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.cn.focus();
+       focus_field('n');
   -->
 </script>