http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4093 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard@myacpl.org |paul.poulain@biblibre.com --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-02-02 21:29:51 --- In the template that table cell is wrapped in <!-- TMPL_IF NAME="showcheckbox" --> ...but "showcheckbox" is not defined by any script in Koha that I can find. Hence the cell never shown. I can see how "showcheckbox" might be useful, as there are no other controls for display of the checkbox than whether or not there is a logged in user. It might be wise to introduce additional checks, like whether or not a particular suggestion has been accepted by the library. I would think it shouldn't be possible to delete a suggestion which has been accepted. Does the <!-- TMPL_IF NAME="showcheckbox" --> indicate some work in progress? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.