summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
William Rockwood [Fri, 20 Jul 2012 21:04:58 +0000 (17:04 -0400)]
mostly searchbox revamp + css load order change
- Removed Evergreen logo from homesearch.tt2, to be replaced (at some
point) by either a news slideshow, or content sliders (new music,
movies, books, etc).
- Massive restructuring of searchbar.tt2 and modification of relevant
bits of tadl.css.
- Did I mention MASSIVE restructuring of searchbar.tt2? There is still
more to do, but these are the initial changes.
- Changed load order of CSS files, so tadl.css is the last to be loaded
so it won't be overridden by dojo/dijit.css (dojo.css was overriding
the body {} for goodness sake!)
Signed-off-by: William Rockwood <wrockwood@tadl.org>
Jeff Godin [Fri, 20 Jul 2012 21:01:12 +0000 (17:01 -0400)]
Flesh out README
Add info on how to put templates into place on an Evergreen
system.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
William Rockwood [Fri, 20 Jul 2012 19:19:59 +0000 (15:19 -0400)]
temporary list submit button
- Themed yet another submit button to use opac-button class.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
William Rockwood [Fri, 20 Jul 2012 18:54:53 +0000 (14:54 -0400)]
dashboard, search bar, payments history initial
- Tweaked the dashboard a bit. Made the text bigger, got rid of the
colored numbers. Still want to do something about the account and
logout buttons (push them further to the right).
- Changed the 'Search' button in the searchbar to 'Go!'
- Began changing the 'Print' and 'Email' form buttons under account
summary->payments to use opac-buttons instead of default browser
buttons.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
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.