Hi there,
the edit controls of ConfiForms consists of an Edit Button and a delete Link. Is there a way to have both options beeing a link or both beeing a button for consistency?
Thanks in advance.
Markus
As you are on a DC, then probably an approach with a custom CSS/Script will be a way to do that
<script> AJS.$(document).ready(function () { AJS.$('a[id^="i_confiform_delete_button_"]').addClass("aui-button button"); }); </script> |
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.