Galen Charlton
61e69bc368
fixed unmatched TMPL_UNLESS
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:58:41 -06:00
Joshua Ferraro
e39a090d5c
adding back result_number ... if you don't want it to show
...
up by default then we need a syspref for showing/hiding it,
rather than just removing it from the template ;-)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:52:48 -06:00
Joshua Ferraro
c9dabd5d22
improvements to query_desc and limit_desc
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:52:42 -06:00
Joshua Ferraro
fcc3986cfd
Updates to date indexing and search processing
...
Summary of Koha 3.0 date indexing for MARC21:
Index Expected format Notes
-----------------------------------------------------
date-entered-on-file [yymmdd] (008/0-5, indexed in word and sort indexes)
copydate [yyyy] (260$c, indexed in word and sort indexes)
acqdate [yyyy-mm-dd] (952$d, indexed in date,word,sort indexes)
pubdate [yyyy] (008/7-10, indexed in year,word,sort indexes)
Template Search Parameters Tested:
limit-yr (either yyyy or yyyy-yyyy) (added processing for ge le, structure attribute st-numeric, etc.)
yr pubdate (yyyy)
acqdate,st-date-normalized (yyyy-mm-dd)
Template Sort Parameters Tested:
pubdate_dsc
pubdate_asc
acqdate_dsc
acqdate_asc
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:00:30 -06:00
Chris Cormack
ea7cbfff43
Fix for bug 1648, specifying a due date resulted in a blank due date
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:55 -06:00
Mason James
e5f2ae6ee4
template for changing child to adult member-type.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:19 -06:00
Ryan Higgins
f4811762d0
cleanup in memberentry,categories.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:07 -06:00
root
543bea4d5e
adding hotlink to author search on details.pl page.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 23:06:40 -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
100a51e6c2
Cleaning up and styling picture upload page. Second try for this patch.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:57:36 -06:00
627206a5b5
Reverting changes which were committed by mistake. Tried moving the filter into the sidebar, but the layout couldn't take the wide select drop-downs.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:47:23 -06:00
Paul POULAIN
318b75d1cd
removing some useless parenthesis in the template
...
with (), the look was not nice when you've defined () in the name of your authority.
Like
subject (common name)
subject (personnal name)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:16:56 -06:00
Paul POULAIN
1c9dadfe3c
bugfix on authtype modif
...
A parameter was missing to tell Koha it was a modif (UPDATE) and not an add (INSERT)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:12:13 -06:00
Paul POULAIN
65cad1fd1e
catalogue detail : just changing a , to : and adding a missing space
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:56 -06:00
Paul POULAIN
066bb793f0
Adding default hardcoded authorised values list + some comment on them
...
Even on an empty setup, the user will know which auth values he can filled
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:08 -06:00
Paul POULAIN
6a924eb363
reintroducing lateissues-excel
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:09:37 -06:00
Paul POULAIN
24212a3023
1514 : no results give no feedback (serials checkexpiration)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:07:49 -06:00
Paul POULAIN
0f1c857d3f
Changing some patron management rules ( #1631 )
...
- the guarantor is no more readonly: it can be typed manually
- useless fields in case of an institution are removed (like DoB, Firstname, gender)
- reintroducing the relashionship select, that was missing in the template (but was handled by the pl)
- moving B_phone to a more logical place (with alternate coordinate)
- reintrocing contactnote in "alt contact"
- changing the select_city behaviour : when a city is choosen, the zipcode & city are automatically filled.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:03:25 -06:00
Joshua Ferraro
0dd6825a81
owen's fixes to picture upload
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:49:26 -06:00
Henri-Damien LAURENT
7f2d6b025f
Bug FIX : 437 'Browse Members' function should return paged results
...
Adding pagination_bar to results if needed.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 18:07:23 -06:00
Paul POULAIN
d506b127ee
fix to delete a virtualshelf content correctly
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:57:30 -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
Chris Nighswonger
0c558d1c97
Adding LCCN to z2950 searches
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:23:50 -06:00
0102c89954
Formatting dialog in additem.tmpl, markup correction in request.tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:21:50 -06:00
b4aeb41f71
A couple of patch corrections to remove hardcoded /prog/ path (allows for alternate templates). Also upgrading jquery to version 1.2.1.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:21:26 -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
root
716d061f43
adding hotlink to author search on details.pl page.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-12 08:13:11 -06:00
76fda9c034
Wrapping patron image javascript in check for patronimage system pref
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-12 08:05:47 -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
Joe Atzberger
1da74696ef
moremember.tmpl - minor format cleanup (spaces after colons in labels)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-12 07:50:37 -06:00
Joe Atzberger
7aef1da6cf
koha-news.tmpl - Cancel button still referenced "opac-news" instead of "koha-news"
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-08 07:28:35 -06:00
Ryan Higgins
ac12ba03fb
Able to call haspermission w/o $dbh, and add error msg on deletemember.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-05 15:41:10 -06:00
Ryan Higgins
16c5d8b0ce
Adding in permission blocks for staff members as per previous commits.
...
Much of this is repeat of previous commits, and then some to finish off.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-05 15:41:04 -06:00
Joshua Ferraro
71b814b90c
more cleanup
2007-12-04 20:46:15 -06:00
7732454bf7
Fixing typo in value_builder/dateaccessioned.pl; Adding error message output to additem.tmpl (fixes Bug 1636, Can't delete from additems.pl).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 17:56:24 -06:00
a3dfecf37a
Removing parameters permission requirement on about.pl, minor markup change to member-flags.tmpl.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 17:56:21 -06:00
1afc3d1e99
Changes to address Bug 774 (z3950 search results window not resizable)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:32 -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
b72a0d0653
Changes to image-load check (used for patron images and amazon book covers) to tweak when the script checked for loaded images (now window.load() instead of document.ready())
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:26 -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
e41752b1c7
Minor corrections to form layouts
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:19 -06:00
Chris Cormack
bfe033f56e
Bug 1620
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 10:09:48 -06:00
2f0e4d12d2
Some fixes for "delete" menu items in toolbars to ensure that redirects are handled properly. Adding borrowernumber hidden field to some templates in order to enable delete button on all member-related pages.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 10:09:27 -06:00
Chris Cormack
8ebb01d71a
Fix for bug 1632
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 10:07:52 -06:00
Galen Charlton
1dd1934221
fix minor XHTML validation issues
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 09:50:03 -06:00
Chris Cormack
4a373f27b0
Fix for bug 1575
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 16:15:57 -06:00
Ryan Higgins
1a91801b06
Add Staff member type. Add permissions checks for bug# 1269
...
and related permissions on memberentry and mods.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 15:17:50 -06:00
Ryan Higgins
85d8c91976
adding Staff Borrower to handle Bug 1269
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 15:17:14 -06:00
Galen Charlton
ad4e02f91d
warn on attempts to add duplicate item barcodes during batch import
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 15:06:24 -06:00