[Koha-bugs] [Bug 5436] Extended patron attributes display improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 3 18:01:36 CEST 2011


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Patch Status|Passed QA                   |Failed QA

--- Comment #20 from Owen Leonard <oleonard at myacpl.org> 2011-08-03 16:01:36 UTC ---
These changes to staff-global.css should not be included:

+#cartmenulink img {
+       background-image : none;
+       display : inline;
+       padding : 3px 6px 0 0;
+}
+
+* html #cartmenulink {
+       border : 1px solid #336600;
+}
+
+* html #listsmenulink {
+       border : 1px solid #006699;
+}
+

-----------------------

In admin/patron-attr-types.tt:

+            <span>Check to show this attribute in member check-out.</span>

The standard term is "patron," not member.

-----------------------

Updates to returns.tt revert two recent improvements. The change to this
template should include *only* the link to circulation.pl

-----------------------

Why this change in moremember.tt?

-    <li><span class="label">Gender:</span>
-    [% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][%
sex %][% END %]
-    </li>[% END %]
+    <li><span class="label">Sex:</span>[% sex %]</li>[% END %]

or this?

-    <li><span class="label">Username: </span>[% userid %]</li>
-    <li><span class="label">Password: </span>
+    <li><span class="label">OPAC login: </span>[% userid %]</li>
+    <li><span class="label">OPAC password: </span>

-----------------------

All of the changes in moremember.tt to the "Relatives Checkouts" section appear
to be reversions of previous corrections. Should any of this have been touched
by this patch?

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list