Michael Hafen
a0a24ae25f
tweek css for staff search results item type images
...
This add a clear:left; to the #searchresults ul li selector. Otherwise
it's possible an item type image will be offset by an image above it and
not float all the way to the left. This makes sure the image is clear
of the above image.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-04-03 18:52:50 -05:00
da42e098e0
Resubmitting: tweaks to search results page, including using amazonisbn to pull cover image and inline display of itemtype images to improve display.
...
The previous method for displaying itemtype images relied on setting a background-image for a list item. This method didn't take into account the possibility of varying sizes for images, resulting in overlap with some images. This patch also includes some changes to improve readability of holdings information.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-03-11 08:37:07 -05:00
d4ed156eb4
Adding information that patron is restricted/address in doubt to hold notification screen
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-02-26 14:23:39 -06:00
Jesse Weaver
1301705150
Add holds policies
...
This adds holds policy creation support to smart rules and read support to
C4/Circulation.pm, and the two reservation pages. It also adds a system
preference, AllowHoldPolicyOverride, to control whether the staff can override
these policies.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Daniel Sweeney <daniel.sweeney@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-01-16 08:21:07 -06:00
ef612e5667
Providing options for adding to order when existing record search has failed.
...
I've duplicated the "Add to Order" block on the search results page to display after a user has searched for an existing record to add to an order. This block is displayed whether or not results were found on the assumption that a non-empty result set may not contain the desired result. Changes to neworderbiblio.pl allow supplier name to appear in breadcrumb nav.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-01-06 19:09:29 -06:00
Jesse Weaver
06d2a720ae
bug 2867 [1/2]: Move basic editing to main system preferences screen
...
This allows the user to edit system preferences from the main system
preferences screen, rather than having to dig down into each
preference.
[This patch includes some modifications by Galen Charlton
to fix XHTML validation errors and a couple errors that
would crop up under warnings.]
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-12-17 14:47:00 -06:00
41db97255c
Corrections and tweaks to recent lists fixes.
...
Corrected an instance where <!-- TMPL_IF --> was embedded inside an HTML tag (conflicts with translation script). Modified styling of confirm button to match existing interface convention.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-12-01 11:24:25 -06:00
Galen Charlton
c0536b1ed6
followup 5 to renewal limit override
...
With removal of content_hidden CSS class from
the circ templates, undoing change to staff-global.css
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-10-23 10:35:11 -05:00
Michael Hafen
03d8521cbf
Allow renewal limits to be overridden
...
Originally by Jesse Weaver <jesse.weaver@liblime.com>
This patch creates a new system preference, AllowRenewalLimitOverride,
that, if YES, allows the renewal limit to be manually overridden. It
updates C4::Circulation and reserve/renewscript.pl to obey this.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-10-23 10:34:50 -05:00
cf56684c68
Markup and formatting improvements to Manage Staged Records interface.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-10-01 12:08:20 -05:00
13fca44836
Adding progress bar and some other visual enhancements to file upload interactions.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-10-01 11:58:21 -05:00
62b550a0be
Some formatting fixes for bookcount.tmpl and issuehistory.tmpl. Linking to moredetail.pl from issuehistory.pl (just as barcode on detail.pl links to moredetail.pl).
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-09-16 22:03:39 -05:00
0dcd876e6a
Trying again: Standardizing styling of error messages; other markup corrections.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-09-16 21:23:54 -05:00
Jesse Weaver
c6e2bcf67d
Fix for bug 2155: duplicate checkin box on returns screen
...
This changes some css and markup to make the return box at the top not show when one is on the checkin screen. It also moves the markup for the autocompleting search box to its own file.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-08-18 07:15:43 -05:00
Ryan Higgins
29d0c646f7
Final cleanup of labels for 3.0
...
This patch adds the callnum_split and text_justify options to the templates,
fixes bad javascript to switch between 'formatstring' and fixed-field means of specifying labels content,
fixes csv output when fixed-fields specifiers are used, and adds some help text for the formatstring case.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-08-10 06:19:00 -05:00
Ryan Higgins
44d1aa5eb0
Serials planning updates patch 1/3
...
This patch addresses usability and interface bugs in the javascript irregularity checks by
adding extra controls: 'test pattern' button (always visible) replaces the 'irregularity' link
that was previously only sometimes visible. A 'show advanced pattern' button will display/hide the
base prediction table at any time. A 'reset pattern' button is added. The form may now also be submitted
even if it fails the irregularity test, as there are cases when this will result in the desired behavior.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-08-04 07:59:06 -05:00
d73b577fa6
Fix for Bug 2408 ("Note: separated from content in cgi-bin/koha/serials/subscription-add.pl") and other markup corrections.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-30 03:37:38 -05:00
Ryan Higgins
fa28afba18
BUG 2351 : Add duplicate barcode check prior to receiving multiple items. This patch adds a javascript form check for duplicates in-form, and returns an error if there are duplicates in the catalog.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-27 06:05:18 -05:00
fd2ee6411e
Fix for Bug 2373 ("Tags missing from the left menu"). Also doing some cleanup and reformatting on review.tmpl. Fixing some capitalization--I hope that's not a translation problem.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-22 15:43:53 -05:00
Jesse Weaver
0bb715b7ed
fix for disappearing dropbox mode checkbox on returns screen
...
This makes the 'dropbox mode' checkbox appear unconditionally.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-18 13:06:24 -05:00
dec7a7115d
Structural changes to staff client main page to better handle layout changes with addition/subtraction of news and intranetmainuserblock markup.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-27 06:42:47 -05:00
ff96846978
Fix for Bug 2147, "Search Results aligned top on staff side."
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-20 14:41:43 -05:00
709619013d
Allowing delete-biblio menu item to trigger javascript warning. Style now mimicsa disabled menu item. Addresses Bug 2135, "Cannot Delete MARC Records."
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-20 12:52:04 -05:00
c58f6e0077
Trying again to fix tab issues in Internet Explorer.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-19 13:24:08 -05:00
d1fdb97122
Fix for problem introduced by previous attempt to fix Internet Explorer issues. Previous fix caused drop-down menu to appear behind circ search form.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-16 08:18:27 -05:00
9717926644
Hiding empty results table when there are no results (prevents js error from tablesorter). Now links back to search form. Also includes minor CSS tweak for IE/Opera general layout problems.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-12 10:06:34 -05:00
a126170a27
Minor change to improve compatibility with IE7
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-28 05:56:02 -05:00
93132713c3
Minor markup changes, validation corrections.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-25 07:09:19 -05:00
d481a03fdf
Some style changes following up on recent fix for Bug 2019. Hopefully improves readability. Converted up.png from 24-bit to 8-bit for IE6-friendliness (doesn't require alpha transparency).
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-24 10:31:01 -05:00
Ryan Higgins
56b87af4db
Labels update- print any marc field and add csv output.
...
Make any MARC data available to labels module;
Also add a csv output option, allowing export of relevant
biblio data do a 3rd party label layout application.
Note: This patch REQUIRES a forthcoming updatedatabase patch !
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-22 17:54:02 -05:00
8ed972f0fe
Refining some circ reports interfaces, adding table sorting.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-22 17:40:05 -05:00
Galen Charlton
b9260e571c
kohabug 2019 - display entire subfield label
...
Don't truncate subfield label at 22 characters; instead
display whole label and wrap
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-21 18:17:28 -05:00
bc9dfff6ae
Upgrading YUI library to 2.5.1
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-17 05:52:51 -05:00
7ccbc7c671
Markup corrections and standardizations.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-10 15:53:53 -05:00
Galen Charlton
bb770a8d9d
granular permissions - setting user permissions
...
Adjusted the user permissions editing page as follows:
* Replaced table with a list
* Implemented a tree control using the jQuery Treeview plugin
* When CheckSpecificUserPermissions is ON, if a module
flag has specific (i.e., children) permissions, allow
them to be edited - this is where the tree control
comes in.
* Added some hooks and an initial stab at the CSS
to style the permissions editor tree.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-10 15:53:22 -05:00
14249c0082
Changes to "Most Popular" interface: adding some default parameters to link so that page displays results right away. When results are shown, search form is moved into side bar, like facets. Adding tablesorter and 'place hold' links.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-10 02:59:40 -05:00
193207c614
Identifying "waiting at" branch on screen.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-10 02:59:29 -05:00
b9584d34c0
Prettying up holds print/confirm button, correcting markup in transfer slip.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-10 02:59:27 -05:00
51c106bb58
Fixes for tablesorter problems when there are no checkouts from today; Other markup corrections.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-08 08:37:09 -05:00
8363da8b09
Tweaking display of resident search form; Tweaking labels breakcrumbs; Formatting tools menu.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-08 08:37:05 -05:00
be99aba949
Some formatting changes, bringing displays in circ and moremember more in line with each other
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-08 08:37:03 -05:00
5702b149c3
Fixing bug that caused all items in checked-out list to show up as overdue; Reformatting table and tweaking select all/none behavior.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:31 -05:00
d3e3cc1780
Cleanup of z39.50 search form, addition of checkall js. Addition of tablesorter js to z39.50 results.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 06:32:30 -05:00
f3dbe6c27b
Adding tablesorter
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-18 15:18:51 -05:00
d015460b5b
Formatting and adding additional info to display of editions in the OPAC and the staff client.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-18 15:18:40 -05:00
23d695b37c
Tweak to table-sorter css.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-18 15:18:38 -05:00
Chris Nighswonger
2a26033f95
Fourth installment Patron card generation feature
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-17 20:43:06 -05:00
d7652bd39e
Tweaks for addbiblio, including correction for tabs update and addition of automatic focus for the first field in each tab.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:51 -05:00
395a3499a6
Two jquery changes: update to tabs plugin, with related modifications to templates; Addition of jquery hotkeys plugin for selecting tabs from global search form.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:44 -05:00
7548a42059
Experimenting with keyboard shortcuts
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:43 -05:00
0218a00b8e
Tweaking display of item statuses
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-28 07:59:00 -06:00
aa23b8c762
Some CSS and JS changes to improve compatibility with Internet Explorer 6
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-28 07:58:51 -06:00
36cc0f2250
Converting check all/none to text links as we have now in the OPAC
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-27 09:02:45 -06:00
5df04f26f2
Markup corrections for label templates
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-27 09:02:39 -06:00
Paul POULAIN
ed874d9ce9
bugfix : avoid white on white dialog
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-19 20:27:35 -06:00
Chris Nighswonger
e09c0bb918
Finalizing work on Printer Profiles feature.
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-16 11:26:41 -06:00
Chris Nighswonger
b2633ba4a7
Correcting style for reset input type to match submit input type
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-16 11:26:23 -06:00
db91682c80
Adding noItemTypeImages syspref to Auth.pm; Beginning the process of adding support for noItemTypeImages preference to intranet templtes.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-23 21:30:50 -06:00
54802b93dd
Small change to fix alignment of login menu
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-14 16:48:29 -06:00
68ddaa54aa
Overhaul to Koha's js-menu systems. New language-picker in the footer required more flexibility than jquery's clickmenu plugin offered, so both the language picker and the main navigation menu now use YUI's menu plugin. The necessary dependencies have been added, and ClickMenu-related files removed.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-14 16:48:27 -06:00
d12cdc120d
Adding yuipath variable to help.pl, and doing some cleanup of help templates (standardizing structure, mostly, and correcting some nomenclature).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-09 14:50:20 -06:00
1a90d0db7d
Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance corrections. Fix to itemslost.pl for Bug 1733 (just a typo).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:29:16 -06:00
Paul POULAIN
dce62c3875
adding a searchhighlightblob style
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 00:55:14 -06:00
f9dd2ec505
Style improvements to moredetail.tmpl; Bug fix for removal of virtual shelf items in opac.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:37:27 -06:00
Joshua Ferraro
338e85582a
Improvements to nomenclature re: authority tag, making .tip global
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:31:56 -06:00
Ryan Higgins
a9d03af6dc
adding 'exempt fine on return' option.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:45 -06:00
908caa53b0
In response to paul's comment: "one user that just tested is confused by the green & red signs, and think it would be better to remove them (they thought "green" was = OK, confirm creation and "red" = oops, I made a mistake, it's a duplicate)"
...
I've taken out the check and the X and replaced them with "edit" and "save" icons from the toolbars. Less confusing?
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 19:48:14 -06:00
51820475d2
Adding some image files missing from yesterday's commit; Correcting patron image javascript in circ and moremember; Adding cardnumber to moremember display.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 19:47:36 -06:00
69fee47751
Buttons. Toolbar icons and generic "submit" style.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 19:16:13 -06:00
Chris Nighswonger
c4844f4bc1
Removed hardcoded paths to yui libs
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-19 18:55:09 -06:00
daa0130e9d
Applying standard dialog styles to confirmation messages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:40:33 -06:00
7027f7beab
Markup and style changes for new paged search results.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:40:15 -06:00
86e458a3ce
Standardizing format for error/message dialogs. <div class="dialog alert"> for high-priority warnings/confirmations. <div class="dialog message"> for lower priority/informational messages.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:57:46 -06:00
897c3a4eee
Visual improvements to facets and search results; better js handling of Amazon book covers in results and detail.tmpl.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:28:40 -06:00
6bea46b097
More minor style changes, and markup fix for Bug 1321.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:21:23 -06:00
d202a5f945
Some reformatting in circ and members.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:21:21 -06:00
Ryan Higgins
0734f8fca0
Clean up moredetail.pl and updateitem.pl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-12 08:03:10 -06:00
bf413a98c9
Corrections to page title, breadcrumbs, heading
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:27 -06:00
1a914b7202
Fixing some menu formatting
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:20 -06:00
eb0d5d0b16
Changes to CSS to allow for bug 1357 fix. Trying again after previous patch wouldn't apply
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 10:09:25 -06:00
Joshua Ferraro
a222bcc8c3
merging in changes to staff css
2007-12-02 14:51:10 -06:00
Paul POULAIN
0834d2654e
adding yellow style for search term
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 14:49:36 -06:00
ec4b899d0c
Minor style tweaks here and there.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-28 21:25:11 -06:00
73da5f99db
Continuing reformatting of returns.tmpl; Correcting javascript error in request.tmpl.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-27 15:58:10 -06:00
c5e80b7b86
Attempting to pretty up confirmations and messages in returns; Adding some variables to the template output; Fixing layout in circulation.tmpl for patrons without messages; Minor correction to OPAC css.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-27 15:58:06 -06:00
f9e49a6ab2
Minor changes to systempreferences markup, including re-adding edit link on system pref variable, very helpful if the display runs off the right side of the screen.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-27 15:57:38 -06:00
Paul POULAIN
82ba69a5d7
adding yellow style for search term
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:01:48 -06:00
c16539a291
Bugfixing interface issues. Also enabling contextual menu highlighting for catalogue detail pages.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-21 18:07:01 -06:00
Paul POULAIN
8b61a030e3
adding yellow style for search term
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 17:48:37 -06:00
377ce039af
Testing changes to styling of view menu in staff client, making progress with layout of opac-detail.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 16:26:40 -06:00
Paul POULAIN
9067c4478a
adding "required" style
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-17 10:48:52 -06:00
Ryan Higgins
a3f840d8dd
Revert "Modifying styling of resident search boxes in order to prevent brief appearance of search boxes that get hidden by javascript."
...
This reverts commit 0cfc014f89
.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-12 17:37:36 -06:00
8c09bc26db
Tidying. Properly commenting javascript in some search includes. Standardizing markup in tools and labels. Correction to date function in label-item-search.pl (Thanks Joe)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-09 13:46:38 -06:00
0cfc014f89
Modifying styling of resident search boxes in order to prevent brief appearance of search boxes that get hidden by javascript.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-08 18:06:45 -06:00
fe64096e69
Lots of work to standardize elements like Save/Cancel buttons and delete confirmations. A couple of changes to auth_subfields_structure.pl in order to enable display of tagfield and tagsubfield without outputting hidden form field at the same time (for breadcrumbs).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-08 17:53:01 -06:00
f69e913c8b
Some random changes, including search box and toolbar for bookfunds, formatting of change language block in the footer, fix for delete shelf bug.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-07 08:13:57 -06:00
9d27237fc7
Highlighting overdues in red, adding accesskey indicator to confirmation dialog
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-06 06:29:33 -06:00
3cb985eab1
More enhancements to guided reports markup and layout.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-06 06:29:32 -06:00
e809bb8145
Correcting invalid markup in new YUI autocomplete search feature; Correcting and updating markup in guided reports.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-06 06:29:26 -06:00
e04586d2f6
Correction to include in bookfund.tmpl; Formatting input form in systempreferences.tmpl; Tweaking markup and formatting of guided reports interface.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-04 16:34:57 -06:00