Code

Updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 10:50:30 +0000 (10:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 10:50:30 +0000 (10:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17613 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/modern/accountexpired.tpl
gosa-core/ihtml/themes/modern/help.tpl
gosa-core/ihtml/themes/modern/sizelimit.tpl

index 9755ce5eb173da65a74957aa044db76e1a3fc0d0..f8667e154e2277a6f4fcb10630e0b7922f72d97f 100644 (file)
@@ -17,7 +17,8 @@
     
     <!-- Formular data, containing a table to center fields -->
     <form action='index.php' method='post' name='mainform' onSubmit='js_check(this);return true;'>
-     <table summary="" style='vertical-align:middle; text-align:left;' cellspacing='7' align='center'>
+     <table summary="">
+
       <tr>
         <td>
           <p> {t}Old password{/t}</p>
@@ -48,8 +49,7 @@
       <tr>
        <td colspan='2' style='text-align:center;'>
             <br />
-         <input type='submit' name='changepassword' value='{t}Change password{/t}'
-                title='{t}Click here to change your password{/t}'>
+         <button type='submit' name='changepassword' title='{t}Click here to change your password{/t}'>{t}Change password{/t}</button>
             </td>
       </tr>
      </table>
index d8bf3e9249dec7eda449f9c39d7b702d9cbc973d..32620b25425fcb17ff6f91315e70489ba011f834 100644 (file)
@@ -18,7 +18,8 @@
                {$forward}
        </td>
        <td style="text-align:right;">
-        <input type='text' name="search_string" size="15" value="{$search_string}" maxlength="50">&nbsp;<input type="submit" name="search" value="{t}Search{/t}">
+        <input type='text' name="search_string" size="15" value="{$search_string}" maxlength="50">&nbsp;<button type='submit' name='search'>{t}Search{/t}</button>
+
        </td>
    </tr>
   </table>
index 276404de807d6a126ca80dd5d47bd884f78644ad..94b226f6a374ea7a0ce9ee0bbe3add848dbed2cd 100644 (file)
@@ -11,7 +11,8 @@
 <input type="radio" name="action" value="newlimit">{$limit_message}
 
 <p class="plugbottom">
- <input type=submit name="set_size_action" value="{t}Set{/t}">
+ <button type='submit' name='set_size_action'>{t}Set{/t}</button>
+
 </p>
 
 <input type="hidden" name="ignore">