Commit graph

3238 commits

Author SHA1 Message Date
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
oleonard
45bd30dc21 Visually separating advanced features (cataloging, preferences, etc) from circulation functions 2005-02-07 19:19:28 +00:00
oleonard
a6c729de88 Adding information in header about logged in user 2005-02-07 19:19:16 +00:00
oleonard
09f3ae3c8b Adjustments to labelling and layout 2005-02-04 19:28:45 +00:00
oleonard
6543ab1ff4 Switching one of the include files in the header to fix javascript error 2005-02-04 19:26:14 +00:00
oleonard
d08a950544 Adding authorities-related top menu 2005-02-04 19:21:51 +00:00
oleonard
9fcc1d25b4 Removing an old unused file 2005-02-04 19:18:48 +00:00
oleonard
5a65890f13 Adding persistent help link 2005-02-04 19:13:05 +00:00
oleonard
7486633502 Top menu for authorities page 2005-02-04 19:12:55 +00:00
oleonard
b1534fd245 Adding style for persistent help link 2005-02-04 19:12:36 +00:00
oleonard
a30a71b8be Adding javascript function to trigger help screen 2005-02-04 19:12:14 +00:00
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.
2005-02-04 03:49:33 +00:00
oleonard
8f581255e4 Removing some redundant information 2005-02-03 20:55:29 +00:00
oleonard
ae4243c001 Repeating search terms along with search results ("Results of search for...") 2005-02-03 20:51:13 +00:00
oleonard
534fe7fb6f 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. 2005-02-03 20:48:22 +00:00
oleonard
532e3c5740 Minor cosmetic changes 2005-02-03 18:32:55 +00:00
oleonard
7e77f129d2 Adding catalogue topmenu 2005-02-03 18:13:54 +00:00
oleonard
83f286ca91 Adding catalogue topmenu with options like Virtual Shelves 2005-02-03 18:13:04 +00:00
oleonard
50a8c7bf99 Adding virtual shelves link to catalogue topmenu 2005-02-03 18:09:50 +00:00
oleonard
47bf8cd25a More input button icons 2005-02-03 17:46:06 +00:00
oleonard
8047e0c6ba Removing NPL-specific code, adding framework-related template information 2005-02-03 17:42:12 +00:00
oleonard
afe7dcca6c Correcting terminology: 'reservoir' instead of 'breeding farm' 2005-02-03 16:15:10 +00:00