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

--- Comment #2 from Owen Leonard <oleon...@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&amp;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&amp;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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to