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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.