[Koha-bugs] [Bug 7517] Patron category types not appearing as an <optgroup> when editing or creating a patron.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 17 11:45:29 CET 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |paul.poulain at biblibre.com

--- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2012-02-17 10:45:29 UTC ---
QA comment

This patch also does 2 un-announced changes:

-<input type="text" name="datedebarred" id="debarred" class="debarred"
value="[% datedebarred %]" />
+<input type="text" name="datedebarred" id="datedebarred" class="debarred"
value="[% datedebarred %]" />
and
-<textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" ">[%
debarredcomment %]</textarea> 
+<textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3">[%
debarredcomment %]</textarea> 

While the 2nd one fixes a HTML mistake (trailing single " at the end of
<textarea> I don't understand what the 1st is made for, and I think it should
not be here.

and if it should, a few line below, we should also have 
-<input type="text" name="datedebarred" id="debarred" class="debarred"
value="[% datedebarred %]" onclick="this.value=''" />
+<input type="text" name="datedebarred" id="datedebarred" class="debarred"
value="[% datedebarred %]" onclick="this.value=''" />

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list