Code

Rise description size to 80
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Apr 2006 09:39:10 +0000 (09:39 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Apr 2006 09:39:10 +0000 (09:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2972 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/generic.tpl
plugins/admin/departments/generic.tpl
plugins/admin/groups/generic.tpl
plugins/admin/ogroups/generic.tpl
plugins/gofax/blocklists/generic.tpl
plugins/gofon/conference/generic.tpl
plugins/gofon/macro/generic.tpl

index 91ee0a9805ce08bd06cde7c44c220da1be0d8f16..f0e3eef4a930ab074637aa6d00ea41bbbc5fbce4 100644 (file)
@@ -22,7 +22,7 @@
     <tr>
      <td><LABEL for="description">{t}Description{/t}</LABEL></td>
      <td>
-      <input id="description" name="description" size=35 maxlength=60 {$descriptionACL} value="{$description}">
+      <input id="description" name="description" size=35 maxlength=80 {$descriptionACL} value="{$description}">
      </td>
     </tr>
 
index c41f9e1b337536a84236297323cb2d43bf20afd7..ef30d12d1642052faec2271382d5c1276eacf4e8 100644 (file)
       <tr>
        <td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
        <td>
-        <input id="description" name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for department{/t}">
+        <input id="description" name="description" size=25 maxlength=80 {$descriptionACL} value="{$description}" title="{t}Descriptive text for department{/t}">
        </td>
       </tr>
       <tr>
        <td><LABEL for="businessCategory">{t}Category{/t}</LABEL></td>
        <td>
-        <input id="businessCategory" name="businessCategory" size=25 maxlength=60 {$businessCategoryACL} value="{$businessCategory}" title="{t}Category for this subtree{/t}">
+        <input id="businessCategory" name="businessCategory" size=25 maxlength=80 {$businessCategoryACL} value="{$businessCategory}" title="{t}Category for this subtree{/t}">
        </td>
       </tr>
       <tr>
index ea71820be995b96c3b6723bf9aff83dcc4b5032f..3ee42bea3e4143826d2a9744cbf3c4cf5d35a9a3 100644 (file)
@@ -11,7 +11,7 @@
     </tr>
     <tr>
      <td><LABEL for="description"> {t}Description{/t}</LABEL></td>
-     <td><input id="description" name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
+     <td><input id="description" name="description" size=40 maxlength=80 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
      </td>
     </tr>
     <tr>
index fb87d7204b3c2a1681cdb658192f14360758c7b1..8de8350dcb4e4f2616f1b8037a7b8de64f70010c 100644 (file)
@@ -11,7 +11,7 @@
     </tr>
     <tr>
      <td><LABEL for="description">{t}Description{/t}</LABEL></td>
-     <td><input id="description" name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
+     <td><input id="description" name="description" size=40 maxlength=80 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
      </td>
     </tr>
     <tr>
index 61a0f2189aaac488425555ed5bb6a9ee28457dbe..a1c60b3718b773e6243a55e7e874597c7c4631a4 100644 (file)
@@ -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>
index 7bedf5bbb7610d68b811bf33df9f4748b2f5e657..0ba84c1ecf3fb802b3a3e6efa958436cc7ab1baa 100644 (file)
@@ -52,7 +52,7 @@
        </LABEL>
        </td>
        <td>
-       <input id="description" name="description" size=40 maxlength=60 {$descriptionACL} 
+       <input id="description" name="description" size=40 maxlength=80 {$descriptionACL} 
        value="{$description}" title="{t}Descriptive text for department{/t}">
        </td>
        </tr>
index 1379e73864107676f0e6ab9339c9d935b6351541..f3a3096e5bde5d39c832a1bf2741c020c9de3962 100755 (executable)
@@ -35,7 +35,7 @@
                        <tr>
                                <td><LABEL for="description">{t}Description{/t}</LABEL></td>
                                <td>
-                                       <input name="description" id="description" size=35 maxlength=60 value="{$description}">
+                                       <input name="description" id="description" size=35 maxlength=80 value="{$description}">
                                </td>
                        </tr>
                        <tr>