]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Create a templates_kcls to hold KCLS branding of TT OPAC
authorDan Scott <dan@coffeecode.net>
Sun, 1 May 2011 20:57:01 +0000 (16:57 -0400)
committerDan Scott <dan@coffeecode.net>
Sun, 1 May 2011 20:57:01 +0000 (16:57 -0400)
commite368f3acde6c968d31e9b166f5c8193371a2f4f4
treee60418e6b5406608e3b14712f78cf63e0b3093b3
parent4d36c86bca3e89703d3e2cc08f91948a8ab960fa
Create a templates_kcls to hold KCLS branding of TT OPAC

The debranding of the TT OPAC begins with the top navigation.
  * Replace the KCLS logo with the Evergreen logo (even though
    white background on black doesn't look great, it's something)
  * Replace the KCLS specific top links with example links.
  * Split the logo and the links sections out into separate
    templates so that we can maximize commonality of the
    topnav.tt2 template.

For now, all files containing the string 'kcls' have been
copied into the templates_kcls directory. As we move through
the templates, we may refactor them in similar to how we just
refactored topnav.tt2.

Signed-off-by: Dan Scott <dbs@coffeecode.net>
13 files changed:
Open-ILS/web/templates/default/opac/parts/printnav.tt2
Open-ILS/web/templates/default/opac/parts/topnav.tt2
Open-ILS/web/templates/default/opac/parts/topnav_links.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/opac/parts/topnav_logo.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/myopac/main.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/myopac/prefs_settings.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/footer.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/homesearch.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/login/form.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/printnav.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/record/summary.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/topnav_links.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/topnav_logo.tt2 [new file with mode: 0644]