summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
William Rockwood [Fri, 20 Jul 2012 18:29:52 +0000 (14:29 -0400)]
dashboard color changes
- Changed css for dash_checked, dash_holds, dash_pickup and dash_fines
to set the color to #424242 instead of the various random colors
they were previously using.
Might want to revisit this at some point in the future to set up
conditionals to cause different colors to be used depending on state
(such as fines >$0).
Signed-off-by: William Rockwood <wrockwood@tadl.org>
William Rockwood [Fri, 20 Jul 2012 18:15:52 +0000 (14:15 -0400)]
topnav logo changes
- changed the path of the topnav_logo to fetch the local file rather
than the one from tadl.org
- changed the URL the logo href points to.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
Jeff Godin [Fri, 20 Jul 2012 17:37:23 +0000 (13:37 -0400)]
Add images, Makefile copies images, chowns
Add images dir, and one image within. Teach Makefile to copy
the images into place, and to chown the destinations.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Jeff Godin [Fri, 20 Jul 2012 17:06:27 +0000 (13:06 -0400)]
Change path to tadl.css
Change path to tadl.css to reflect where it is actually installed.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Jeff Godin [Fri, 20 Jul 2012 16:43:26 +0000 (12:43 -0400)]
wjr changes to extras.tt2
wjr changes to extras.tt2 -- removal of image.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Jeff Godin [Fri, 20 Jul 2012 16:29:41 +0000 (12:29 -0400)]
Checking in wjr changes so far, minus a few files
Checking in changes from wjr so far, minus changes made to two files:
opac/parts/searchbar.tt2
opac/parts/record/extras.tt2
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Jeff Godin [Thu, 19 Jul 2012 19:57:16 +0000 (15:57 -0400)]
Add tadl.css, adjust Makefile to copy CSS also
Add tadl.css and adjust Makefile to copy CSS in place.
Nothing yet references this CSS file, but an updated base.tt2
shall.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Jeff Godin [Thu, 19 Jul 2012 19:56:15 +0000 (15:56 -0400)]
Makefile for easy install, rel_2_2 opac templates
Testing and proof of concept - this is a Makefile to run a
simple copy of templates in the working dir to the proper
destination in /openils/var/templates_tadlskin
Also, a copy of the current rel_2_2 opac templates, which
we will apply our changes to.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Jeff Godin [Wed, 18 Jul 2012 20:57:36 +0000 (16:57 -0400)]
Initial commit - just a README
Initial commit of a README for the master branch of our local
template repository.