summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6cc168)
raw | patch | inline | side by side (parent: b6cc168)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:39 +0000 (14:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:39 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16700 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/blocklists/generic.tpl | patch | blob | history | |
gosa-plugins/gofax/gofax/blocklists/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/blocklists/generic.tpl b/gosa-plugins/gofax/gofax/blocklists/generic.tpl
index f358fbc1cc981be37f5ac63c4353afe77ccd67d0..2f5eadbb7b91575b26c63cb466fe8d75747dbf01 100644 (file)
<input type='text' id="number" name="number" size=25 maxlength=60 >
{/render}
{render acl=$goFaxBlocklistACL}
- <input type=submit value="{msgPool type=addButton}" name="add_number">
+ <button type='submit' name='add_number'>{msgPool type=addButton}</button>
+
{/render}
{render acl=$goFaxBlocklistACL}
- <input type=submit value="{msgPool type=delButton}" name="delete_number">
+ <button type='submit' name='delete_number'>{msgPool type=delButton}</button>
+
{/render}
</td>
<td style="border-left:1px solid #A0A0A0">
diff --git a/gosa-plugins/gofax/gofax/blocklists/remove.tpl b/gosa-plugins/gofax/gofax/blocklists/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>