oleonard
1f88ee744b
Updating for 2.2
18 years ago
oleonard
962e4992a4
Updates and improvements to interface appearance
18 years ago
oleonard
fd132f69f8
Updating table row color toggle to match update to script
18 years ago
oleonard
afa4cc6e41
- 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)
18 years ago
oleonard
776a372566
Updating for 2.2
18 years ago
oleonard
aeb7f3ee44
Removing some unused include files
18 years ago
oleonard
29039fc092
Visual and structural changes to help complete upgrade of template to 2.2
18 years ago
oleonard
2f6a47427c
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)
18 years ago
oleonard
1c82e4b442
Synching with default template
18 years ago
oleonard
c32c2fb002
Minor corrections
18 years ago
oleonard
2bc14941ff
Adding id attributes to CGI-generated form inputs so that HTML labels can transfer focus to the appropriate field.
18 years ago
oleonard
55291c80c3
Correction to keep translator tool happy
18 years ago
oleonard
cfb2a750ef
Updating appearance of deletion form and correcting markup for table row toggle
18 years ago
oleonard
f1500dd369
Updating table row color toggle to pass variable to the template instead of HTML value. Works now with CSS.
18 years ago
oleonard
f4fa31002d
Updating table row color toggle to work properly with script change
18 years ago
oleonard
a6abd495c4
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
18 years ago
oleonard
01a2fe5e79
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.
A change to the template is also required.
18 years ago
oleonard
0a356e94ef
- Adding email address to patron information section
- Updating links to printable versions of patron information screen
18 years ago
oleonard
783823ad9d
Adding option to switch templates based in URL parameter.
- print=page uses members/moremember-print.tmpl
- print=slip uses members/moremember-receipt.tmpl
- no print parameter uses default members/moremember.tmpl
18 years ago
oleonard
ac234c5ecb
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.
18 years ago
oleonard
ea39d8bd8f
Adding email address to list of returned variables
18 years ago
tipaul
b76eeb5867
*** empty log message ***
18 years ago
oleonard
228ed8afc8
Adding borrowernotes to the list of flags to trigger the 'flagged' variable. This helps display of flags and notes mimic the display in circulation
18 years ago
oleonard
f66cc8fd67
- adding display of borrower flags (debarred, gonnoaddress, lost) and notes
- adding button to lift debarment directly via this page
- correcting broken links
- changing styling of charges table
- adding automatic 'renew' checkmarks to overdue items
18 years ago
oleonard
2888ddda64
Adding button to lift debarment directly from circulation
18 years ago
oleonard
46eed6c459
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.
18 years ago
oleonard
c6cadaea81
New styles for
- compact form button for inline forms
- onissue table rows in reading record
- updated login form
18 years ago
oleonard
e79016d432
Making a few visual changes to login form
18 years ago
oleonard
29dfcf49f6
- 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
18 years ago
oleonard
388bd0e5c1
- 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
18 years ago
oleonard
742c841020
Minor changes to display and addition of embedded forms for one-click setting of 'lost' or 'cancelled' statuses.
18 years ago
oleonard
7cbc7ad95a
Fixing reference to CheckReserves (script was pointing to Circ2.pm instead of Reserves2)
18 years ago
oleonard
c3c3b1ff22
Changing table style.
18 years ago
oleonard
d5cb49046c
Adding new style for another different data-table
18 years ago
oleonard
98292ed5e3
Correcting mistake in yesterday's update (changed name instead of id of form input, causing mayhem)
18 years ago
oleonard
702164d061
Adding accesskeys for a few important functions in the left-hand navigation menu
18 years ago
oleonard
bb946fbbe5
New style information for header (logged in user info) and main page (visually separating advanced function from circulation functions)
18 years ago
oleonard
45bd30dc21
Visually separating advanced features (cataloging, preferences, etc) from circulation functions
18 years ago
oleonard
a6c729de88
Adding information in header about logged in user
18 years ago
oleonard
09f3ae3c8b
Adjustments to labelling and layout
18 years ago
oleonard
6543ab1ff4
Switching one of the include files in the header to fix javascript error
18 years ago
oleonard
d08a950544
Adding authorities-related top menu
18 years ago
oleonard
9fcc1d25b4
Removing an old unused file
18 years ago
oleonard
5a65890f13
Adding persistent help link
18 years ago
oleonard
7486633502
Top menu for authorities page
18 years ago
oleonard
b1534fd245
Adding style for persistent help link
18 years ago
oleonard
a30a71b8be
Adding javascript function to trigger help screen
18 years ago
acli
0fbc036392
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.
18 years ago
oleonard
8f581255e4
Removing some redundant information
18 years ago
oleonard
ae4243c001
Repeating search terms along with search results ("Results of search for...")
18 years ago