[Koha-bugs] [Bug 8597] New theme for the OPAC with a mobile view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 13 02:39:29 CEST 2012


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

--- Comment #18 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
The first three patches I uploaded are equivalent to the first two patches from
fcapovilla, but with the new theme in a separate ccsr theme directory rather
than in prog. The first one incorporates all changes to .tt files, and the
second and third incorporate desktop and mobile theme changes to the .inc,
.css, and .js files respectively. The fourth patch fixes a hardcoded reference
to prog in the ccsr theme. There is a fifth patch which adds all the missing
css, javascript, and image assets to the ccsr theme, but it was too large to
attach to this bug. I pushed all the patches, as well as the patches for bug
8622 and bug 8623, to the branch bug_8597_theme on my github account at
https://github.com/jcamins/koha

Frederick, it should be pretty clear what I did here (I basically just renamed
directories), but let me know if you have any questions. I didn't do anything
with the system preferences patch because I wasn't sure whether that was the
correct patch. An additional note on the system preferences patch: you cannot
include TT conditionals inside HTML tags. You need to use a structure like
this: [% UNLESS blah %]<span class="selected">[% ELSE %]<span>[% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list