summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 18d3fc4)
raw | patch | inline | side by side (parent: 18d3fc4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:33 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:33 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16653 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/DaemonEvent_notify.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/DaemonEvent_notify.tpl b/gosa-plugins/goto/addons/goto/events/DaemonEvent_notify.tpl
index 3eb714b367fc314f920e81cefeec5118b17600b4..ed132fe9dd82539922c975e9b41c1444bc44162e 100644 (file)
</tr>
<tr>
<td colspan="2">
- <input type="submit" name="open_target_list" value="{$add_str}">
- <input type="submit" name="del_any_target" value="{$del_str}">
+ <button type='submit' name='open_target_list'>{$add_str}</button>
+
+ <button type='submit' name='del_any_target'>{$del_str}</button>
+
</td>
</tr>
</table>