Code

Removed class='button'
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 16:29:45 +0000 (16:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 16:29:45 +0000 (16:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15819 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index f466b03c91cc4545298d8fe48ee44dfcfb467cb6..c579e787969500cbf393803fa9ad180e5ea161f2 100644 (file)
@@ -12,7 +12,7 @@
 {/if}
         <br>
         {render acl=$userPictureACL checkbox=$multiple_support checked=$use_edit_picture}
-          <button class='button' type="submit" name="edit_picture">{t}Change picture{/t}...</button>
+          <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; <button class='button' id="edit_pw_method" type="submit" name="edit_pw_method">{t}Configure{/t}...</button>
+               &nbsp; <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}
-          <button class='button 'id="edit_cert" type="submit" name="edit_cert">{t}Edit certificates{/t}...</button>
+          <button id="edit_cert" type="submit" name="edit_cert">{t}Edit certificates{/t}...</button>
         {/render}
       {/if}
 
           value="{t}IP or network{/t}" onFocus='document.getElementById("res").value=""'>
         {/render}
         {render acl=$gosaLoginRestrictionACL}
-          <input id="add_res" type="submit" name="add_res" value="{t}Add{/t}">
+          <button id="add_res" type="submit" name="add_res">{t}Add{/t}<button>
         {/render}
       
       {else}