summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0bd762)
raw | patch | inline | side by side (parent: d0bd762)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Mar 2010 16:24:08 +0000 (16:24 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/generic.tpl b/gosa-core/plugins/personal/generic/generic.tpl
index 5f21d7624fbda8f056be838aa207766ca8b145cd..f466b03c91cc4545298d8fe48ee44dfcfb467cb6 100644 (file)
{/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"}
- <input id="edit_pw_method" type="submit" name="edit_pw_method" value="{t}Configure{/t}...">
+ <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}