summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b98bf57)
raw | patch | inline | side by side (parent: b98bf57)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:49 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:49 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16659 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/generic.tpl | patch | blob | history | |
gosa-plugins/goto/admin/applications/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/generic.tpl b/gosa-plugins/goto/admin/applications/generic.tpl
index e79a3d27d16626b076e1f9b500b6ababa73da1ae..c9339b9ccc7c4d0fa80313fda5b078cf535fb111 100644 (file)
<input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.png" id="picture_file">
{/render}
{render acl=$gosaApplicationIconACL}
-<input type="submit" name="update" value="{t}Update{/t}" title="{t}Reload picture from LDAP{/t}">
+<button type='submit' name='update' title="{t}Reload picture from LDAP{/t}">{t}Update{/t}</button>
+
{/render}
{render acl=$gosaApplicationIconACL}
-<input type="submit" name="remove_picture" value="{t}Remove picture{/t}" title="{t}Remove picture from LDAP{/t}">
+<button type='submit' name='remove_picture' title="{t}Remove picture from LDAP{/t}">{t}Remove picture{/t}</button>
+
{/render}
</td>
</tr>
<input type="file" name="ScriptFile" value="{t}Import{/t}">
{/render}
{render acl=$gotoLogonScriptACL}
- <input type="submit" name="upLoad" value="{t}Upload{/t}">
+ <button type='submit' name='upLoad'>{t}Upload{/t}</button>
+
{/render}
<input type='image' name='downloadScript' src='images/save.png' title='{t}Download{/t}' class='center'>
</td>
diff --git a/gosa-plugins/goto/admin/applications/remove.tpl b/gosa-plugins/goto/admin/applications/remove.tpl
index 87d24103a97e9d5d184293feaabd8bdeaa3218eb..c677b267e8d61166a5a1b3025a8a02b66a958f1c 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
- <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
+
+ <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
</div>