Commit graph

3259 commits

Author SHA1 Message Date
oleonard
aa0156a649 Include file required for member information printout (receipt/slip format) 2005-02-16 22:40:38 +00:00
oleonard
eb1ee413ab More and more style updates 2005-02-16 22:37:24 +00:00
oleonard
ffb3d515b8 Modifying display based on 'flagged' variable 2005-02-16 22:29:02 +00:00
oleonard
cb2dc1d759 Adding 'flagged' variable to help control display in the template 2005-02-16 22:25:17 +00:00
oleonard
71342adba7 Using destination parameter to return users to circulation if they clicked the 'edit' link from the circulation screen 2005-02-16 20:23:58 +00:00
oleonard
b224d7d1a0 Adding 'destination' hidden field to tell the script where to send the user upon completion 2005-02-16 20:21:58 +00:00
oleonard
b1a624b55c Adding 'destination' parameter to link to memberentry.pl so that saving changes will return the user to circ instead of moremember 2005-02-16 20:18:00 +00:00
oleonard
992aa614d7 Minor markup and style changes 2005-02-16 19:31:22 +00:00
oleonard
9f8b947af0 - adding table row color toggle
- formatting credit and debit values accordingly
- styling table footer
2005-02-16 19:26:09 +00:00
oleonard
df8bbe93a8 Minor markup changes 2005-02-16 19:22:56 +00:00
oleonard
8e32f2881a Formatting currency values 2005-02-16 19:17:15 +00:00
oleonard
15f2d72fc4 - formatting date according to system preference
- formatting currency values
- adding toggle for alternating table row colors
- adding 'credit' variables to determine whether amounts should be displayed as debits or credits (add corresponding styles to stylesheet to take advantage of these)
2005-02-16 19:12:57 +00:00
oleonard
f7e1a395b7 Correcting styles on input buttons 2005-02-16 17:37:14 +00:00
oleonard
1f88ee744b Updating for 2.2 2005-02-15 21:52:10 +00:00
oleonard
962e4992a4 Updates and improvements to interface appearance 2005-02-15 20:49:49 +00:00
oleonard
fd132f69f8 Updating table row color toggle to match update to script 2005-02-15 20:42:14 +00:00
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)
2005-02-15 20:34:26 +00:00
oleonard
776a372566 Updating for 2.2 2005-02-15 20:22:02 +00:00
oleonard
aeb7f3ee44 Removing some unused include files 2005-02-15 15:53:06 +00:00
oleonard
29039fc092 Visual and structural changes to help complete upgrade of template to 2.2 2005-02-14 22:13:16 +00:00
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) 2005-02-14 22:07:59 +00:00
oleonard
1c82e4b442 Synching with default template 2005-02-11 21:33:11 +00:00
oleonard
c32c2fb002 Minor corrections 2005-02-11 20:50:02 +00:00
oleonard
2bc14941ff Adding id attributes to CGI-generated form inputs so that HTML labels can transfer focus to the appropriate field. 2005-02-11 19:59:41 +00:00
oleonard
55291c80c3 Correction to keep translator tool happy 2005-02-11 16:52:53 +00:00
oleonard
cfb2a750ef Updating appearance of deletion form and correcting markup for table row toggle 2005-02-11 16:31:05 +00:00
oleonard
f1500dd369 Updating table row color toggle to pass variable to the template instead of HTML value. Works now with CSS. 2005-02-11 16:24:11 +00:00
oleonard
f4fa31002d Updating table row color toggle to work properly with script change 2005-02-11 16:20:23 +00:00
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
2005-02-10 22:43:53 +00:00
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.
2005-02-10 22:42:56 +00:00
oleonard
0a356e94ef - Adding email address to patron information section
- Updating links to printable versions of patron information screen
2005-02-10 19:42:02 +00:00
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
2005-02-10 19:34:59 +00:00
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.
2005-02-10 19:28:02 +00:00
oleonard
ea39d8bd8f Adding email address to list of returned variables 2005-02-10 17:27:32 +00:00
tipaul
b76eeb5867 *** empty log message *** 2005-02-10 11:13:24 +00:00
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 2005-02-09 22:18:01 +00:00
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
2005-02-09 22:12:21 +00:00
oleonard
2888ddda64 Adding button to lift debarment directly from circulation 2005-02-09 22:04:57 +00:00
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. 2005-02-09 21:58:40 +00:00
oleonard
c6cadaea81 New styles for
- compact form button for inline forms
 - onissue table rows in reading record
 - updated login form
2005-02-09 21:29:03 +00:00
oleonard
e79016d432 Making a few visual changes to login form 2005-02-09 21:23:04 +00:00
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
2005-02-09 21:19:53 +00:00
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
2005-02-09 20:59:18 +00:00
oleonard
742c841020 Minor changes to display and addition of embedded forms for one-click setting of 'lost' or 'cancelled' statuses. 2005-02-08 20:53:40 +00:00
oleonard
7cbc7ad95a Fixing reference to CheckReserves (script was pointing to Circ2.pm instead of Reserves2) 2005-02-08 20:33:01 +00:00
oleonard
c3c3b1ff22 Changing table style. 2005-02-08 20:29:17 +00:00
oleonard
d5cb49046c Adding new style for another different data-table 2005-02-08 20:25:29 +00:00
oleonard
98292ed5e3 Correcting mistake in yesterday's update (changed name instead of id of form input, causing mayhem) 2005-02-08 20:17:58 +00:00
oleonard
702164d061 Adding accesskeys for a few important functions in the left-hand navigation menu 2005-02-07 19:23:14 +00:00
oleonard
bb946fbbe5 New style information for header (logged in user info) and main page (visually separating advanced function from circulation functions) 2005-02-07 19:19:56 +00:00