[Koha-bugs] [Bug 15990] Moving record matching rules actions into a drop-down menu

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 7 16:09:57 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15990

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
I think we should not make dropdowns where there are only two options.

I would like to propose that we start using Bootstrap-styled buttons like this
when there are only two links:

      <a class="btn btn-mini" href="[% available_matching_rule.script_name
%]?op=edit_matching_rule&matcher_id=[% available_matching_rule.matcher_id
|html %]"><i class="fa fa-pencil"></i> Edit</a>
      <a class="btn btn-mini" href="[% available_matching_rule.script_name
%]?op=delete_matching_rule&matcher_id=[% available_matching_rule.matcher_id
|html %]"><i class="fa fa-remove"></i> Delete</a>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list