summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d2daf33)
raw | patch | inline | side by side (parent: d2daf33)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:07 +0000 (14:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:07 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16687 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/kiosk/goKioskService.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/kiosk/goKioskService.tpl b/gosa-plugins/goto/admin/systems/services/kiosk/goKioskService.tpl
index a0b27993d548dafc8a7041678a4274062a3c76f0..b7b3047002ef93a79240b54bb07643729a3767ee 100644 (file)
<hr>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
+
</div>
{else}
<input type="file" size=50 name="newProfile" value="{t}Browse{/t}">
{/render}
{render acl=$ThisACL}
-<input type="submit" name="profileAdd" value="{msgPool type=addButton}">
+<button type='submit' name='profileAdd'>{msgPool type=addButton}</button>
+
{/render}
<hr>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+
- <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
+
</div>
<input type="hidden" name="goKioskPosted" value="1">