Code

Updated generic buttons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Mar 2010 10:06:47 +0000 (10:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Mar 2010 10:06:47 +0000 (10:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15834 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/generic/generic_picture.tpl
gosa-core/plugins/personal/generic/password.tpl

index 07fd4522d3a2bf38dbf2751b67d453bf78906ae9..e365bef60da9eaebb39b2446a1c5825fac3802f8 100644 (file)
      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
      <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
      &nbsp;
-     <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
+     <button type='submit' name='picture_remove'>{t}Remove picture{/t}</button>
+
    </td>
  </tr>
 </table>
 <br>
 <p class="plugbottom">
-  <input type=submit name="picture_edit_finish" value="{msgPool type=saveButton}">
+  <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
+
   &nbsp;
-  <input type=submit name="picture_edit_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
+
 </p>
 
index 0430e544e76dc13a3a84037ab08fd9c124b3625c..6bba5a9b746c14df25cf6560f29fd90221dbd67c 100644 (file)
 </table>
 <br>
 <p class="plugbottom">
-  <input type=submit name="password_finish" value="{t}Set password{/t}">
+  <button type='submit' name='password_finish'>{t}Set password{/t}</button>
+
   &nbsp;
-  <input type=submit name="password_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='password_cancel'>{msgPool type=cancelButton}</button>
+
 </p>
 
 <!-- Place cursor -->