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

             Bug #: 7183
           Summary: consistency of displays
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
            Blocks: 7119


There is no consistency for most displays in Koha. Sometimes, patron
information is displayed
John, Doe +123 45 67 89, New York
sometimes
Doe, John, New York Adult
Sometimes
<b>John Doe</b>
Adult, New York
...

Template Toolkit can help us having a consistent display: we should define
basic objects and how they are displayed is managed in a specific include,
ensuring consistency.
A first list of objects:
* biblio
* biblio+item (location, without availability, like what is displayed in item
bulkmodification, cart,...)
* biblio+item (location and availability like what is displayed in
circulation/hold pages)
* patron

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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