[Koha-bugs] [Bug 7959] Update OPAC suggestions interface to match lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 10 16:20:32 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7959

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Hi Owen,

Is there a reason to use double quote instead of simple quote in your html
replacement ?

I think:

  $("span.checkall").html("<a id=\"CheckAll\" href=\"#\">"+_('Select
all')+"<\/a>");

is not easier to read than:

  $("span.checkall").html('<a id="CheckAll" href="#">'+_('Select all')+'</a>');

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


More information about the Koha-bugs mailing list