4b60c8a9aa
Fixes for Bug 3958, Standardize vendor/supplier/bookseller terminology
...
Changing instances of "supplier" or "bookseller" to "vendor."
2010-01-25 18:37:12 +01:00
f8c1ee66a3
Fix for Bug 3984, Confusing note on transfers to receive
...
- Changing 'check this transfer' message to more informative
'Transfer is XX days late'
- Adding note in the case of late transfers: 'Transfers are
considered late after XX [TransfersMaxDaysWarning] days.'
2010-01-25 18:37:11 +01:00
95e05c0499
Improve behavior of manual history checkbox behavior.
2010-01-21 20:51:29 +01:00
ec5764afd3
Fix for Bug 3908, Edit subscription page shows manual history block by default
...
Changing template check for "history" var to check for "manualhistory."
2010-01-21 20:49:31 +01:00
c46466ad15
Revised for biblibre/3.2_community: Fix for Bug 3939, Issuing rules clone button looks like a submit
...
This patch incorporates a drop-down for choosing the "clone to" library
directly from issuing-rules.pl. This eliminates the extra step of choosing
the library after submitting the "clone" action and clarifies the purpose
of the two different controls.
2010-01-21 20:49:30 +01:00
Henri-Damien LAURENT
d339abf0bf
Merge branch 'patroncards-wip' of git://git.foundations.edu/koha into community
...
Conflicts solved:
Makefile.PL
installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl
2010-01-20 23:16:34 +01:00
f650aad34b
Rotating Collections
...
This feature is designed to manage collections of items that move
from library to library periodically. Koha can already track who *has*
and item, and who *owns* and item, but not who *should have* an item.
That is the issue this feature addresses.
It allows a persion to create a collection, and add any number of items
to that collection. The collection can then be transferred from library
to library. If an item shows up at a library that does not currently
'hold' that collection, Koha will ask you to transfer it to the library
that does currently 'hold it. In that way, one can even transfer
collections where some of the items are currently checked out. As soon
as they make it back to a library, they will get transferred to the
current library holding that collection.
The feature consists of 4 main pages.
'Home' Page: The landing page, lists collections and provides access to
the rest of the tools.
Access is via the Tools page.
Edit Collections: Add/Delete new rotating collections
Add/Remove Items: Add/Remove items from a given collection
Transfer Collection: Set the current 'holder' of a given collection.
Librarian access is controlled by 'CAN_user_tools_rotating_collections'
2010-01-20 22:35:15 +01:00
d45ee12e5c
Revised for biblibre/3.2_community: Reformat of suggestions management interface (Bug 3844)
...
Changes and fixes include:
- Moving filters forms into left-hand sidebar
- Making filter forms collapsed by default (click to show)
- Converting "check all" to text link to match similar controls on other pages
- Correcting case of tab labels
- Fixing display of custom reason field
- Converting radio buttons to drop-down for more compact display
- Table-sorter column exclusions
- Markup corrections
2010-01-20 22:32:11 +01:00
0db8f233df
Revised for biblibre/3.2_community: Putting CSV export sections into tabs
2010-01-20 22:31:59 +01:00
a078297d1f
Fix for Bugs 3998, 3968. Includes other markup corrections and reformats
...
Bug 3998: Confusing warning on budget add page
Bug 3968: Empty Blue Box Pop Up
- Removed warning, made budget amount a required field.
- Added conditional logic to prevent display of tooltip when there is no content
- Moved filter form into sidebar
- Changed Budgets.pm to pass an ID to a form field
- Improvements to breadcrumbs and title tags
- Restructured budgets admin toolbar to match existing toolbar patterns:
"new," "edit," etc.
2010-01-20 22:31:58 +01:00
3dc501a0b3
Markup tweaks to better style the patron search filter
2010-01-20 22:31:58 +01:00
e63ac283eb
Fix for Bug 3951, Menu a mess in WebKit browsers
...
- removing inline image in favor of CSS background (inline image
is used in the OPAC to better work with cart button css
- adding "display:none" to "more" menu. "visibility:hidden" by
itself creates unwanted whitespace in WebKit browsers
- adding explicit width to toplevelmenu to correct display
problem in WebKit browsers
2010-01-19 21:50:43 +01:00
Nahuel ANGELINETTI
365feb4185
(bug #4052 ) fix mandatory field/subfield deletion
...
this fix the way to delete repeatable mandatory fields, the minus char is now shown only on repeatable fields, even if they are mandatory or not.
If the last field is mandatory it won't be deleted.
2010-01-19 21:50:39 +01:00
7e94056989
Fix for Bug 4035: Today's checkouts grouped with previous checkouts
...
Creating separate variable to be output to the template so that
the original issuedate can be used in date comparison.
2010-01-15 10:22:04 +01:00
Chris Cormack
89b3e11356
Can now add rental discounts - wr62194
2010-01-15 10:14:55 +01:00
Nicole Engard
b47130cfef
added serials help files
2010-01-15 10:00:36 +01:00
Chris Nighswonger
ba36655755
Enhancement: Some JS to remove dialog after 5 sec
...
If JS is disabled, dialog still shows.
2010-01-12 09:31:58 -05:00
Chris Nighswonger
ed7009df42
[30/30] Removing depricated files
2010-01-11 18:21:43 -05:00
Chris Nighswonger
48dc1cb4b0
[25/30] Fixing up the installer to check for new optional dependencies
2010-01-11 18:21:17 -05:00
Chris Nighswonger
f113acbdfa
[23/30] Centralizing error message handling for the 'View' in the Patron Card Creator
...
All error message handling should be done through this mechanism. This will ensure that
the error messages are properly translated by the translator.
2010-01-11 18:21:16 -05:00
Chris Nighswonger
c44d08bff2
[22/30] Adding a syspref to limit the number of images which can be stored in the db at any one time by the Patron Card image managera
...
This will keep the db a sane size. Setting this to NULL will result in no
limit being enforced.
2010-01-11 18:21:16 -05:00
Chris Nighswonger
cd4fa27fc6
[21/30] Patron Card Creator image management interface and code
2010-01-11 18:21:15 -05:00
Chris Nighswonger
68547292d7
[19/30] Patron Card Creator batch toolbar
...
Code for the toobar which appears at the top of the batch editor interface
screen within the Patron Card Creator.
2010-01-11 18:21:14 -05:00
Chris Nighswonger
1a35f5eb43
[18/30] Patron Card Creator toolbar
...
Code for the toolbar which appears at the top of most screens within the
Patron Card Creator.
2010-01-11 18:21:14 -05:00
Chris Nighswonger
49148589f7
[17/30] Patron Card Creator member search interface and code
2010-01-11 18:21:14 -05:00
Chris Nighswonger
7a6a1acff2
[16/30] Patron Card Creator print interface and code
2010-01-11 18:21:13 -05:00
Chris Nighswonger
8a0db421bd
[15/30] Patron Card Creator profile editor interface and code
2010-01-11 18:21:13 -05:00
Chris Nighswonger
a4b1bf3e64
[14/30] Patron Card Creator card printing interface and code
...
More cut and paste
2010-01-11 18:21:13 -05:00
Chris Nighswonger
3065b92ddc
[13/30] Patron Card Creator management interface and code
2010-01-11 18:21:12 -05:00
Chris Nighswonger
7edf6810e6
[12/30] Patron Card Creator layout editor interface and code
2010-01-11 18:21:12 -05:00
Chris Nighswonger
666c70d9cf
[11/30] Patron Card Creator batch editor interface and code
2010-01-11 18:21:11 -05:00
Chris Nighswonger
80d2f5b791
[10/30] Patron Card Creator home page css
2010-01-11 18:21:11 -05:00
Chris Nighswonger
09a2744672
[9/30] Patron Card Creator home page
2010-01-11 18:18:36 -05:00
Chris Nighswonger
fdd149d406
[8/30] Patron Card Creator template editor interface and code
2010-01-11 18:17:05 -05:00
Chris Nighswonger
3a74a78383
[7/30] Patron Card Menu
...
Code for the menu which appears at the top of most screens within the
Patron Card Creator.
2010-01-11 18:17:04 -05:00
Chris Nighswonger
4a675bcaad
[5/30] A rework of Label Creator code
...
This rework removes code held in common with the Patron Card Creator
and move is to the new C4::Creators module.
2010-01-11 18:16:52 -05:00
04cd180144
Adding inline edit links for additem table. Suggested for Bug 2534
2010-01-08 18:40:26 +01:00
Nicole Engard
45b6f2bc65
updated Tools help files
2010-01-07 16:43:34 +01:00
Colin Campbell
6f58777313
Bug 766 Remove scrolling list from serials claims
...
Let templating system do what its designed for
pass an array ref with the suppliers
2010-01-05 17:11:31 +01:00
Nicole Engard
c71b616f84
Bug 3764: Made city/town admin form clear
2010-01-05 13:54:09 +01:00
Nicole Engard
90c1c620f5
Bug 3654: Resubmit: Fixes issues with authorized values
...
#1 Moves Authorized Values under Basic on the Admin page & menu
#2 Add defaults for PROC & CART in LOC
#3 Add MANUAL_INV default
#4 Add BOR_Notes default
#5 Fix descriptions and language on authorized values page related
to these changes
2010-01-05 13:54:09 +01:00
7cc44be17d
Moving some list functions into the standard toolbar.
...
- Adding download functions to menu button
- Some markup corrections
2010-01-05 13:54:08 +01:00
Matthias Meusburger
1921ad6e69
BZ4019 : Lists Merge Issue
...
Removes deprecated virtualshelves/merge.pl as well as the link to it.
Records merging is done by selecting two records from a list's content.
2010-01-05 13:54:08 +01:00
Nicole Engard
25b58a568b
bug 4017 fixed delete label to read just delete
2009-12-31 10:58:04 +01:00
Nicole Engard
3b8542bbfe
bug 3765: move road type after address
...
I have fixed 2 road type issues.
2009-12-31 10:58:04 +01:00
Liz Rea
860608c246
changing title of help back to Circulation Statistics for consistency
2009-12-31 10:58:04 +01:00
Liz Rea
1adf196d9a
Bug 3096: re-adding note field to suggestion management.
2009-12-31 10:58:04 +01:00
b3b466c887
Fix for Bug 4005, Inventory Tool w/ Blank Options
...
- Using some TMPL_IF logic to hide empty lines
- Other markup and layout tweaks
2009-12-31 10:58:04 +01:00
Nicole Engard
52acec53c6
bug 4011 remove blank row on stats form
2009-12-31 10:58:03 +01:00
8da13e53ba
Fix for Bug 2743, Z39.50, not z39.50
2009-12-31 10:58:03 +01:00
Nicole Engard
6594530254
bug 4006: change categorycode to Patron Category
...
For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.
2009-12-31 10:58:03 +01:00
baabcf3c75
Fix for Bug 3991, Circulation search submit button wrapping in WebKit browsers
...
If CircAutocompl is ON, the circ search form has a hidden <div> for use in
displaying live search results. For some reason WebKit browsers (Safari and
Chrome) treat this hidden element as a something that should create a line
break like any other block-level element. Moving the submit button to
before that hidden <div> fixes the problem without disrupting the display
of the live search results.
2009-12-31 10:57:22 +01:00
Liz Rea
5f14c1e53e
Updates and clarifies the issues_stats (Checkout Statistics) help file. This patch created by Sharon Moreland (smoreland@nekls.org)
2009-12-23 09:37:48 +01:00
Nicole Engard
b5312a17cb
Bugs: 3965, 3979, 3981 - GST changes in acquisitions
...
This patch fixes three bugs:
Bug 3965: gist sys pref not taken into account
changed it so that GST does not show on basket if gist pref set to 0
changed it so that GST fields don't appear on vendor record if gist pref=0
Bug 3979: gst options not lining up
fixed layout on vendor add/edit form so GST radio buttons line up right
Bug 3981: GST confusing in en-US
there is no GST in the US and so GST changed to 'Tax' in templates
Also, a small spacing fix was made to the path on the basket grouping
template.
2009-12-22 19:14:52 +01:00
Nicole Engard
7ad3128227
bug 3978 fix column display on vendor search results
2009-12-22 19:14:52 +01:00
Nicole Engard
d2e9c0352b
bug 3875: fix language inconsistency on lists
2009-12-22 19:14:52 +01:00
Nicole Engard
317cd79c4d
Bugs 3854 & 3855 Minor title and text fixes
2009-12-22 19:14:52 +01:00
Nicole Engard
83f7a91fef
bug 3845 fix minor capitalization and spelling errors on suggestion page
2009-12-22 19:14:52 +01:00
Nicole Engard
b99f841a3d
Bug 3839: update admin menus to include links to both new acq admin areas
2009-12-22 19:14:52 +01:00
Nicole Engard
77b6157612
Bug 3833: additional patch to fix spelling error introduces by first patch
2009-12-22 19:14:51 +01:00
Nicole Engard
cef321e7bd
replacement for bug 3817 added patron permissions for tag tool
2009-12-22 19:14:51 +01:00
Nicole Engard
45361b5583
Bug 3835: Add link to CSV Profiles on Tools menu
2009-12-22 19:14:51 +01:00
Nicole Engard
5027d5fd5a
Bug 3833: Fix titles for Batchmod files
2009-12-22 19:14:50 +01:00
Nicole Engard
29f97d51f6
Bug 3809: minor language change on import patrons tool
2009-12-22 19:14:50 +01:00
Nicole Engard
40d1a32c42
Bug 3952 changed checkout stats to read circulation stats
2009-12-20 14:31:45 +01:00
Nicole Engard
f8f0264a5d
bug 3834 put names on patron page last, first
2009-12-20 14:31:44 +01:00
89f9042a38
Fix for Bug 3944, new order template formatting and markup corrections
2009-12-20 14:31:44 +01:00
d547f9213e
Fix for Bug 3940, "Notes on add patron form need formatting"
2009-12-20 14:31:44 +01:00
ce452b0259
Markup, breadcrumbs, and language corrections.
...
Also adding a link back to smart-rules.pl from clone-rules.pl results page.
2009-12-20 14:31:43 +01:00
b6ced3b773
Fix for Bug 3926 (suggestion edit form combines data)
...
Breaking patron information variable into separate surname, firstname, branch, category, and borrowernumber variables and using those variables to tweak the display.
2009-12-20 14:31:39 +01:00
Chris Cormack
b33641ed1c
Bug 3903 - Members names not showing on serial routing list
2009-12-20 14:31:38 +01:00
Nicole Engard
cac1efc69a
bug 3894 moved pull down to the proper place in the form
2009-12-20 14:31:38 +01:00
Nicole Engard
9569000762
bug 3899 moved serial enumeration to the proper subfield
2009-12-20 14:31:38 +01:00
Nicole Engard
4606b2ff10
Bug 3909 don't show basket link if no basket exists
2009-12-20 14:31:38 +01:00
Liz Rea
64720c381f
Puts focus in search box on page load.
2009-12-20 14:31:37 +01:00
f25b5624a4
Markup corrections, removing table sorting from some columns.
2009-12-20 14:31:35 +01:00
558b916e84
Markup cleanup on subscription catalog search form and results page
2009-12-20 14:31:34 +01:00
26c85a4277
Style change to fix Bug 3898, Vendor Search Box Moved on Serials
...
Patch also includes markup fixes and cleanup for subscription-add.pl
2009-12-20 14:31:34 +01:00
1b1972044c
Fix for Bug 3905 (Serial routing list add patron popup pagination broken)
...
This patch also includes formatting fixes and style updates. The patron search filter form is incorporated now within serials/member-search.tmpl in order to have a markup structure more suited to the pop-up.
2009-12-20 14:31:33 +01:00
Jean-André Santoni
c91fc8a897
[MT2343] Removed useless select in the planning
...
Cleaned some code too.
2009-12-20 14:31:28 +01:00
Jean-André Santoni
1b1ac1a98c
[MT2343] Display branchcodes instead of branchnames in columns
2009-12-20 14:31:28 +01:00
Jean-André Santoni
6f06ae5663
[MT2343] Modified display of Budget Parent to show budget code
2009-12-20 14:31:26 +01:00
Jean-André Santoni
4e2f453e41
[MT2343] Renamed "Budget for period" into "Root Budget"
2009-12-20 14:31:25 +01:00
Jean-André Santoni
1e84ae30c1
[MT2343] Removed the hint for Amount and display Amount as mandatory
2009-12-20 14:31:25 +01:00
Jean-André Santoni
6dcf3f4e9e
[MT2343] Added help in the budget adding form
2009-12-20 14:31:25 +01:00
Jean-André Santoni
23b356105a
[MT2343] Select in budget add forum
...
Sorted the branches select.
Modified display to "branchcode - branchname"
Fixed a bug, selection was inverted.
2009-12-20 14:31:23 +01:00
Jean-André Santoni
4dae655e9b
[MT2343] Makes action column not sortable in root budgets
2009-12-20 14:31:21 +01:00
Jean-André Santoni
b1fa68c77c
[MT2343] Renamed Quit button Cancel, and removed the table in delete confirm
2009-12-20 14:31:21 +01:00
Jean-André Santoni
699549e7b4
[2343] Hide "duplicate root budget" if no root budget selected
2009-12-20 14:31:13 +01:00
Jean-André Santoni
43ebd20604
[MT2343] Hide "Edit budget period" in the menu if no root budget selected
2009-12-20 14:31:13 +01:00
Jean-André Santoni
5b8d8af2b4
[MT2339] Added acquisition links in the administration left menu
2009-12-20 14:31:12 +01:00
Jean-André Santoni
cbf9c7497f
[MT2338] Prevents users to check 'active' with a currency different from 1
2009-12-20 14:31:12 +01:00
Jean-André Santoni
ce673f13d9
[MT2338] Cancel is now a button
2009-12-20 14:31:12 +01:00
Jean-André Santoni
b641eb0fce
[MT2338] Fixed the missing content in the "active" column
2009-12-20 14:31:12 +01:00
Jean-André Santoni
438afa638c
[MT2338] Deleted the Hint comment in currencies management
2009-12-20 14:31:12 +01:00
Garry Collum
f68f6c3656
Bug 3964: Fixes several XHMTL errors in aqplan.tmpl.
...
aqplan.tmpl still contains some errors after this patch, mainly id elements that start with an numeric value. But I need to examine the code more throughly before these are fixed.
2009-12-20 14:28:55 +01:00
Garry Collum
df781f3901
Bug 3962: Additional patch to fix XHTML errors in aqbudgets.tmpl.
2009-12-20 14:28:55 +01:00
Garry Collum
cf87a81c06
Bug 3962: Fixes XHTML errors in aqbudgets.tmpl.
...
Fixes the DOCTYPE, <title> and other XHTML errors in aqbudgets.tmpl.
2009-12-20 14:28:52 +01:00
Nicole Engard
c505daad7d
updated more help files
2009-12-20 14:28:46 +01:00
Nicole Engard
62871fa517
bug 3976 fix typos in budget owner search
2009-12-20 14:28:29 +01:00
Garry Collum
f1da8e8b37
Bug 3963: Additional patch to fix XHTML.
...
Found more errors in aqbudgetperiods.tmpl and one of its include files.
2009-12-20 14:28:29 +01:00
Garry Collum
24736c57d2
Bug 3963: Invalid XHMTL in aqbudgetperiods.tmpl.
...
Extra <head> element and a few other minor XHTML errors.
2009-12-20 14:28:29 +01:00
Garry Collum
04e5f1952e
Bug 3961: Fixes the missing <body> tag in aqbudget_owner_search.tmpl.
2009-12-20 14:28:28 +01:00
90b83dbd90
Fix for Bug 3960, moving filter form to the sidebar.
2009-12-20 14:28:28 +01:00
40074eaeec
Fix for Bug 3949, "already received box has funny shading" and other cosmetic changes
...
- moving filter form to sidebar
- correcting markup
- moving table row show/hide message out of the table and adjusting for zero- vs. 1-based js counts
2009-12-20 14:28:28 +01:00
5e9ad32707
Fix for Bug 3956, Basket details table headers misaligned
2009-12-20 14:28:28 +01:00
Nicole Engard
e935e47f52
Bug 3957 fix title and paths for batchmod files
2009-12-20 14:28:27 +01:00
Nicole Engard
19ff1a2865
updated suggestions help file name to match new naming structure
2009-12-20 14:28:27 +01:00
Chris Cormack
3fae8fa97a
Bug 3877 - Fixing layout of radio buttons
2009-12-20 14:27:50 +01:00
Nicole Engard
5b72b999b1
Bug 3840: Change 'New' button to 'New Vendor' for clarity
2009-12-20 14:27:49 +01:00
Nicole Engard
b97343dccf
Bug 3857: Add tools menu to left of CSV Profiles page
2009-12-20 14:27:49 +01:00
Nicole Engard
561066a168
updated help files with new documentation
2009-12-20 14:27:48 +01:00
32698f217a
Markup reformatting following established patterns. Also changing name output to "surname, firstname"
2009-12-20 14:27:38 +01:00
d2edfe94cc
Reformatting routing list edit screen according to existing markup patterns
2009-12-20 14:27:38 +01:00
Nicole Engard
ea24591c36
bug 3882 changed 'reserves' to 'holds' in template
2009-12-20 14:27:38 +01:00
20355a7084
Minor markup corrections for quick spine label creator, adding tools menu
2009-12-20 14:27:13 +01:00
Liz Rea
7b8666e855
Adds auto print/auto close functionality to hold transit slip.
2009-12-20 14:27:12 +01:00
4f6ce12117
Fix for Bug 3874, Add to list page shouldn't offer to add to existing list if none exist
...
Also includes some markup corrections
2009-12-20 14:27:12 +01:00
8d7b4a7bcc
Creating "Add to" menu to biblio toolbar for adding biblio to cart or list (Bug 3871)
2009-12-20 14:27:12 +01:00
Owen Leonard
8fd0378f83
Changes to the appearance and behavior of the cart in the staff client (see Bug 3871)
2009-12-20 14:27:12 +01:00
Matthias Meusburger
9f41fe64be
MT 2050, Follow-up, Fast Cataloging
...
Adds granular permissions for cataloging
Also adds a link from the circulation home to fast cataloging when fast cataloging is active
2009-11-24 10:05:10 +01:00
Nahuel ANGELINETTI
5ed631c850
(bug #3802 ) fix branch deletion checks
...
This fix checks that are done when a branch is deleted, and the message shown.
Now it check for borrowers and items attached to the deleted branch.
2009-11-23 10:35:25 +01:00
Nahuel ANGELINETTI
e88fbd627b
(bug #3801 ) fix itemtype administration
...
This delete all code related to renewals allowed in itemtype administration.
2009-11-23 10:34:44 +01:00
Matthias Meusburger
cff0c954da
MT 2051, Follow-up : Fixing typo in granular permissions for guided reports
2009-11-19 23:22:55 +01:00
Matthias Meusburger
f9eff58059
Add JQuery tablesorters on serials-edit and booksellers
2009-11-19 23:09:46 +01:00
Matthias Meusburger
b529f00aa3
MT 2050 : Fast cataloging
2009-11-19 23:09:46 +01:00
Paul Poulain
4555aa85c0
adding SUDOC history to XSLT (fields 955$r and $9)
2009-11-19 23:09:46 +01:00
Nahuel ANGELINETTI
9864ebf31c
(bug #3728 ) fix mandatory select fields
...
this fix marc editor for "select" mandatory fields that koha don't take care atm.
2009-11-19 10:43:21 +01:00
Henri-Damien LAURENT
4041c4025e
Subscription add Updating Online Help file
2009-11-19 09:25:03 +01:00
Matthias Meusburger
8d536b8ecf
MT 1059 : Records merging
...
Give the user the ability to merge two records, one being kept and the other deleted.
Selection of the records to merge can be done from virtualshelves.
2009-11-17 18:03:53 +01:00
Paul Poulain
91ac35d517
fixing image link
...
(removes a warn in apache log)
2009-11-17 17:58:04 +01:00
Paul Poulain
0e91f6ae0f
reindenting and removing tmpl_if in doc-head-close
2009-11-17 17:57:41 +01:00
Henri-Damien LAURENT
e047ef7be3
acquisition BasketGroup Bug Fix : wrong script parameter
2009-11-17 17:57:38 +01:00
Henri-Damien LAURENT
73de4a2e3f
Date management update Suggestions
2009-11-17 16:27:14 +01:00
Nahuel ANGELINETTI
0e8880d562
(MT 1970) fix javascript
...
This fix javascript to add a supplemental issue that was broken.
2009-11-17 16:27:13 +01:00
Nahuel ANGELINETTI
5d5759a216
(bug #3787 ) update unimarc leader plugin,fix xhtml and design
2009-11-17 16:27:13 +01:00
Paul Poulain
f1b6fba45b
fixing who and when the suggestion is done
2009-11-17 16:27:13 +01:00
Paul Poulain
8bea1fa2c4
reindenting
2009-11-17 16:27:13 +01:00
Paul Poulain
dc81864195
typo fix : list_price instead of listprice
2009-11-16 17:23:02 +01:00
Paul Poulain
281b8a5a01
subscription enddate is not mandatory + add a small hint on the right
2009-11-11 11:17:47 +01:00
Matthias Meusburger
06c5cb2cf6
MT 2269 : Granular permissions for items batch modification and deletion
...
Notes :
Permissions themselves were already added in commit 50ef9288606077dfc2b457db490f6fc2a5461c6c : (bug #3396 ) This add batch deletion of items and fixes permissions for batch modification by Jean-André Santoni
Javascript for bolding currently selected page in tools-menu.inc enhanced to support url with parameters
2009-11-10 22:23:50 +01:00
Paul Poulain
2bfca06cbc
adding SUDOC history to XSLT (fields 955$r and $9)
2009-11-10 22:23:50 +01:00
Paul Poulain
c0af3e8798
typo fix in XSLT
2009-11-10 22:23:50 +01:00
Paul Poulain
ed047fead8
adding XSLT for intranet (UNIMARC only, MARC21 will be done by kf)
...
- the XSLTParse4Display sub now has a new parameter : the interface (intranet or opac)
- the XSLTdisplay sysprefs is common to staff & opac (Auth.pm)
- added UNIMARC xslt in intranet templates (modified to deal with staff/opac differences)
2009-11-10 22:23:50 +01:00
Paul Poulain
1ca96457b3
Displaying serial call-number on receive.
...
when the subscription has item creation, the callnumber is inside the item creation.
But when it doesn't have, the callnumber is not displayed, but is useful to be put on physical item.
This patch display the callnumber after the title
2009-11-10 22:23:49 +01:00
Matthias Meusburger
a6e2a421e5
MT 2048 : Clickable fields for biblios are now in blue, just like clickable fields for authorities
2009-11-10 22:23:49 +01:00
Henri-Damien LAURENT
0f54747c6b
Adding some missing Status
...
Claimed and Not Available was not managed for display
2009-11-10 22:23:48 +01:00
Henri-Damien LAURENT
8009593135
MT 2167 : orders of firstname surname
...
In result lists, the order was not the same as everywhere else
in Koha.
2009-11-10 22:23:48 +01:00
Henri-Damien LAURENT
50e8e5a33f
enh Serials-collection Checking claimed late and expected issues
...
Could be better handled with jquery
2009-11-06 12:33:15 +01:00
Jesse Weaver
17f1530a9a
Fix images for collapsed groups (temporary hack)
2009-11-04 20:42:26 -07:00