Code

Fixed buttons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 16:24:08 +0000 (16:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 16:24:08 +0000 (16:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15817 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 5f21d7624fbda8f056be838aa207766ca8b145cd..f466b03c91cc4545298d8fe48ee44dfcfb467cb6 100644 (file)
@@ -12,7 +12,7 @@
 {/if}
         <br>
         {render acl=$userPictureACL checkbox=$multiple_support checked=$use_edit_picture}
-          <input style='vertical-align:top;' type="submit" name="edit_picture" value="{t}Change picture{/t}...">
+          <button class='button' type="submit" name="edit_picture">{t}Change picture{/t}...</button>
         {/render}
       </fieldset>
     </div>
       {/render}
       {render acl=$passwordStorageACL checkbox=$multiple_support checked=$use_pw_storage}
        {if $pw_configurable eq "true"}
-               &nbsp; <input id="edit_pw_method" type="submit" name="edit_pw_method" value="{t}Configure{/t}...">
+               &nbsp; <button class='button' id="edit_pw_method" type="submit" name="edit_pw_method">{t}Configure{/t}...</button>
              {/if}
       {/render}
      
       {if $is_template ne "true" && !$multiple_support}
         <label for="edit_cert">{t}Certificates{/t}</label>
         {render acl=$CertificatesACL mode=read_active}
-          <input id="edit_cert" type="submit" name="edit_cert" value="{t}Edit certificates{/t}...">
+          <button class='button 'id="edit_cert" type="submit" name="edit_cert">{t}Edit certificates{/t}...</button>
         {/render}
       {/if}