#%]
 [% MACRO button(obj, action) BLOCK; %]
-<a class="action" href="[% base %]/[% obj.table %]/[% action %]/[% obj.id %]">
-    [% action %]</a>
+<form class="actionform" action="[% base %]/[% obj.table %]/[% action %]/[% obj.id %]" method=POST>
+    <input id="actionbutton" type="submit" value="[% action %]" /></form>
 [% END %]
 [%#
 
 
     background-color: #7d95b5;
 }
 
+.actionform {
+    display: inline;
+}
+
+#actionbutton {
+    height: 16px;
+    width: 40px;
+    font-family: sans-serif;
+    font-size: 10px;
+    border: 1px outset;
+    background-color: #fff;
+    margin-bottom: 0px;
+}
+
+#actionbutton:hover {
+    color: #fff;
+    background-color: #7d95b5;
+}
+
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
     text-align: center;