oleonard [Tue, 15 Feb 2005 20:34:26 +0000 (20:34 +0000)]
- Adding classification to list of returned variables
- Updating table row color toggle to move HTML markup out of the script (requires update to the template)
oleonard [Mon, 14 Feb 2005 22:07:59 +0000 (22:07 +0000)]
Adding id attributes to script-generated form fields to allow more flexible interface (tying label for attribute to input's id allows label to be clicked to transfer focus to the form field)
oleonard [Thu, 10 Feb 2005 22:43:53 +0000 (22:43 +0000)]
Switching from building 'edit' link in the script to building it in the template itself by creating edit_tagfield and edit_frameworkcode variables to pass to the template.
This change to the template is required if the link is to work
oleonard [Thu, 10 Feb 2005 22:42:56 +0000 (22:42 +0000)]
Switching from building 'edit' link in the script to building it in the template itself by creating edit_tagfield and edit_frameworkcode variables to pass to the template.
oleonard [Thu, 10 Feb 2005 19:28:02 +0000 (19:28 +0000)]
Adding two print versions of the member details screen, and links to those version in moremember
- moremember-print.tmpl is a full-page view with information about the patron, issues, and reserves
- moremember-receipt.tmpl is a brief view with information about issues, designed to be appropriate for a slip printer.
Each version is accessed by passing a new parameter to moremember.pl, print=page or print=slip.
oleonard [Wed, 9 Feb 2005 21:58:40 +0000 (21:58 +0000)]
A small script to set or unset the 'debarred' status of patrons. Pass the script a borrowernumber and a 1 or 0. Optionally send cardnumber (member card number) and destination = 'circ' if you want the script to redirect to circulation screen instead of member details screen.
oleonard [Wed, 9 Feb 2005 21:19:53 +0000 (21:19 +0000)]
- better labelling for display options
- alternating table row colors
- better styling of on-issue items
- link to sort by return date
- call number added to results
oleonard [Wed, 9 Feb 2005 20:59:18 +0000 (20:59 +0000)]
- adding 'toggle' variable to allow alternating table row styles
- adding 'classification' to list of returned variables
- using format_date() to format dates according to system preference
acli [Fri, 4 Feb 2005 03:49:33 +0000 (03:49 +0000)]
Some changes from rel_2_2:
Make the generated pot file (i.e., result of "create") look more "real",
but using msgmerge to reformat the output
Script failed to create intermediate directories if the directory of the
target does not exist and the parent of that directory does not exist
either. This should fix that.
oleonard [Thu, 3 Feb 2005 20:48:22 +0000 (20:48 +0000)]
Copying code from opac-search.pl that allows search terms to be output along with search results ("You searched for...") Add <!-- TMPL_VAR NAME="searchdesc" --> to template to take advantage of this change.
oleonard [Thu, 27 Jan 2005 22:33:16 +0000 (22:33 +0000)]
Checking for the existence of flags (debarred, gonenoaddress. lost) and setting 'flagged' variable so the template knows whether or not to display the container for the error messages.
oleonard [Thu, 27 Jan 2005 19:31:14 +0000 (19:31 +0000)]
Adding option to pass parameter from circulation asking renewscript to redirect back to circulation instead of moremember.pl. Since modification of the circulation templates allows a renew form on the circulation page, it's necessary to allow different redirects from different pages. renewscript.pl still defaults to redirecting to moremember.pl, so changes to templates are not required if not desired.
oleonard [Thu, 27 Jan 2005 17:31:13 +0000 (17:31 +0000)]
Changing toggle of background colors to go along with changes in opac-shelves.pl. Also changing some id's to classes (id's cannot repeat within a document) and widening div that contains shelf list
oleonard [Tue, 25 Jan 2005 22:53:46 +0000 (22:53 +0000)]
Three new functions: CheckAll, which toggles checkboxes in results lists; confirmDelete, which offers a warning before proceding with an action; Dopop, for popping up virtual shelves window
oleonard [Wed, 19 Jan 2005 21:45:56 +0000 (21:45 +0000)]
Updated to show items as waiting only if destination branch matches holding branch. Otherwise waiting items will be shown as "in transit" between holding branch and destination branch.
oleonard [Wed, 19 Jan 2005 21:39:25 +0000 (21:39 +0000)]
Comparing reserves' destination branch to the current holding branch to determine actual waiting status. If destination branch is equal to holding branch, the item has been checked in at its destination and can be accurately shown as waiting. If not, the item is still in transit and should display that information.