89b6ed5c1f
Re-working virtual shelves interface to try to make it cleaner and make the steps more clear. Still a couple of bugs: some redirects need to change in the script (after adds, deletes, and edits), to match the changes in what displays at each step. Also, the toolbar delete button needs troubleshooting.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:47:40 -05:00
844fb27204
Finishing circ page layout changes. Still need to iron out standards for warning/message styles. Also renaming a couple of includes and correcting the relevant files.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:21:45 -05:00
Galen Charlton
ed977e36e9
completed removal of breeding.pl; fixed location of help for import.pl
...
per 2006-02-24 comment, breeding.pl had been renamed to import.pl, but
not all of the affected files were changed accordingly.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:05:28 -05:00
532ce95798
Fixing delete shelf button javascript problem. Now works well with and without javascript: No-js users will not get a warning, but they will get a form button rather than a link.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 15:51:37 -05:00
83f2c12b21
Re-working virtual shelves interface to try to make it cleaner and make the steps more clear. Still a couple of bugs: some redirects need to change in the script (after adds, deletes, and edits), to match the changes in what displays at each step. Also, the toolbar delete button needs troubleshooting.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 15:46:28 -05:00
Galen Charlton
21eaccd48b
locate intranetcolorstylesheet in correct directory
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 15:45:55 -05:00
Joshua Ferraro
6984d77f18
Revert "reverting defaut-search-on-kw-wrdl and doing it elsewhere"
...
This reverts commit 38884abf65
.
This commit results in failed searches all over the place, I'm reverting
the revert :-)
Conflicts:
koha-tmpl/intranet-tmpl/prog/fr/includes/circ-search-autocompl.inc
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-25 06:38:49 -05:00
Paul POULAIN
38884abf65
reverting defaut-search-on-kw-wrdl and doing it elsewhere
...
The patch default search on kw-wrdl is bugguy, as there ca be 2 idx (maybe an API limit,not sure)
So i've reverted it and added kw,wrdl on every place there is a query (the search boxes)
QUESTION : isn't it possible to have a single query for catalogue, that is TMPL_INCLUDE'd ?
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:07:22 -05:00
Paul POULAIN
9d1600f32e
reintroducing intranetcolorstylesheet
...
with a small blue.css file.
intranetcolorstylesheet is the last css included in the template.
(It should be used only for colors & graphic things)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:05:05 -05:00
Paul POULAIN
4bf2242e08
IntranetNav (reintroduced)
...
The content of IntranetNav is added before the "more" list, on top of the page.
Users will be able to add some frequently used links.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:03:58 -05:00
b6e604c80e
patch
...
See attached file. Thanks.
>From 1c3021f31675193ad2e9b91a95191f9ae0caeff2 Mon Sep 17 00:00:00 2001
From: Frederic Demians <f.demians@tamil.fr>
Date: Wed, 24 Oct 2007 11:50:08 +0200
Subject: [PATCH] Borrower name autocompletion improvement
Autocompletion is selected by syspref directly in circ-search.inc.
This way it could be activated elsewhere just by adding CircAutocompl
param into page using circ-search.inc.
Done for example in circ/branchtransfers.pl. Must be done in all other
circ/*.pl pages.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:01:41 -05:00
2dceb39b06
Fixing and refining toolbars, including fixes for Bug 1509.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-22 19:45:15 -05:00
33c346de1f
Working on toolbar links, getting javascript interactions to work
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-22 19:45:02 -05:00
Joshua Ferraro
94861098e6
marking autocomplete=off for the input box to prevent the
...
Also, updating circulation-home.tmpl to check the syspref
to enable autocomplete
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-22 07:13:38 -05:00
Galen Charlton
43d3efe391
classification sources part 1 - system preferences
...
Database schema definitions and system preferences support
for defining classification sources and filing rules.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-21 22:11:32 -05:00
1eb4513d43
Standardizing YUI toolbar
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-20 17:05:41 -05:00
e6896addb0
Various tweaks to menus and labels, including adding virtual shelves link to global nav under "More"
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-20 17:05:18 -05:00
fefe64cf55
More work on standardizing toolbars. Also standardizing form markup in /tools
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-20 17:05:10 -05:00
75bb1e045b
Various tweaks to menus and labels, including adding virtual shelves link to global nav under "More"
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-20 17:05:02 -05:00
701d6ef020
Circulation borrower name autocompletion
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-20 16:17:08 -05:00
b4d14e4558
Adding new circulation-home, what we ultimately hope to be a "dashboard" interface for circulation functions. circulation-home.pl was created by copy-and-paste, so it should be reviewed. Circulation sub-pages' breadcrumb links have been updated to point to circulation-home.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 16:26:04 -05:00
f35745d40e
Formatting admin entry forms, improving breadcrumb navigation.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 16:25:47 -05:00
7aeb88fe20
Changing the way resident search form is displayed; Reformatting admin-home.tmpl; Updating entry form display on admin pages.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-15 23:54:04 -05:00
Paul POULAIN
b426ecb4f2
BUGfixes in availability management
...
- the availability status was not available on result list. This patch reintroduces that
- notforloan as itemtype was not properly managed : an itemtype that was notforloan resulted in nothing in detail. Not, the user can't place a reserve anymore, and the status is correctly displayed
the fix is for OPAC as well as staff
(owen, pls, validate cat-toolbar.inc & catalogue/detail.tmpl)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-14 19:10:53 -05:00
feea56bfd8
Change to address Bug 1471
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-12 22:24:21 -05:00
ca5185284a
Fix for Bug 1480 (added items link to biblio-view-menu.inc). Cleaned up display in moredetail.tmpl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-12 22:23:44 -05:00
0c454c95b7
Tweaking holds screen, trying to get additional patron information to show up in holds sidebar; Tweaks to serials interface, including overhaul of subscription-add screen
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-11 15:56:51 -05:00
5a7ed8a476
After seeing Paul's commits re: gettext javascript, correcting detail.tmpl. Also moving the function from doc-head-close.inc to staff-global.js.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-09 19:13:26 -05:00
4662ba0958
Refining navigation in MARC Framework pages; Fixing unfinished YUI-based toolbar on catalogue detail page: functional now, with some tweaks yet to be done.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-09 19:12:33 -05:00
Paul POULAIN
57f25c3dad
moving _( function to header
...
This function is used to extract strings for translator tool. It must be available everywhere, moving it to head-close.inc
& removing it elsewhere
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-05 19:39:23 -05:00
ddfe9f2c26
More work on global resident search, toolbars, and menus.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-05 13:56:46 -05:00
Paul POULAIN
7f4c6d8335
#1449 : Installer improved to add a zebra/Nozebra screen
...
+ some minor changes in html
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-03 05:10:59 -05:00
Paul POULAIN
41324f9f5e
FIX for #1441 (AutoLocate not work as advertised)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:45:56 -05:00
Paul POULAIN
bb12924c1b
some cleaning in Auth
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:45:07 -05:00
24ede7cad9
Refining holds menu display; restructuring forgotton stopwords.tmpl with breadcrumbs, layout, etc; Formatting reports-home.tmpl as "dashboard."
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:44:19 -05:00
a95855222a
Several changes: - add check in link to circulation checkouts listing
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:44:14 -05:00
78df55c5a5
More work to toolbars and menus. Adding experimental YUI-based toolbar to detail.tmpl. Adding dashboard-style layout to tools-home.tmpl. Correcting markup in request.tmpl. Adding patron information variables to request.pl for display in holds-menu.inc.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:40:03 -05:00
Joshua Ferraro
2b415543df
changing nomenclature of notice/status triggers feature
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 15:57:26 -05:00
Joshua Ferraro
3747b829dc
minor cleanup of authorities home
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:07:07 -05:00
Joshua Ferraro
547243e5c5
improvements to nomenclature for English
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:06:06 -05:00
Joshua Ferraro
0f27adabc2
nomenclature to branches
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:04:34 -05:00
Joshua Ferraro
c900aaa3ee
nomenclature changes and improvements to breadcrumb logic
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:03:46 -05:00
Joshua Ferraro
898c0321a2
Small nomenclature change, add types
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:02:38 -05:00
21b08b3b20
General work on menus and toolbars, as well as some minor terminology changes on some pages.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:48 -05:00
Joshua Ferraro
57f0675a10
fixing hardcoded borrowernumber
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:32 -05:00
Chris Cormack
948f8c0640
Fix for hardcoded borrowernumber in this template
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 17:44:13 -05:00
401dce8971
Various random noodlings: - Visual changes to circ, detail, request, and member pages. Fixed checkouts/reserves tabs on circulation.tmpl. Moved new form-layout CSS into staff-global.css and generalized it for wider use. Refined patron details sidebar for use on circulation.tmpl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:52 -05:00
34b67109d1
A couple more tweaks to member entry form. Still unfinished: inline CSS will have to be generalized and moved to external stylesheet. Trying some changes to circ page, including moving patron info into sidebar, consolidating messages and warnings. Also unfinished!
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:47:02 -05:00
808519a2f5
Minor changes to header and circ-toolbar. Beginning work on memberentry form layout CSS (unfinished)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:47:00 -05:00
a37daca905
More efforts with toolbars, nothing solved. Also corrections, and modifications to resident search to place focus on displayed form field.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:56 -05:00
2666466407
Corrections, and first test of Circ toolbar
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:54 -05:00
33f8001652
Cleaning up acquisitions, adding breadcrumbs, adding resident search. Other minor corrections.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:51 -05:00
7febf4745b
Various corrections, and addition of printers-admin search form
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:06 -05:00
Paul POULAIN
033d9c25cb
just adding links to add patrons
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:59 -05:00
Joshua Ferraro
606ae968a8
moving itemslost to reports from tools
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:48 -05:00
Joshua Ferraro
eac5ed44a0
fix link to reading record
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:46 -05:00
Joshua Ferraro
f280a42787
changing nomenclature: s/letters/notices/
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 19:11:17 -05:00
a24d525e7f
Cleaning up Tools pages, adding breadcrumbs and resident search form
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:20:45 -05:00
Chris Cormack
6b5790eda6
Removing \r characters that were busting a patch
2007-09-18 15:17:35 -05:00
fa79f6f177
Some changes to members pages: - refining members-menu.inc - cleaning up memberentrygen.tmpl - some tweaks to moremember.tmpl - adding borrowernumber variable output to member-password.pl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:52 -05:00
Paul POULAIN
e809eff05f
BUGFIX : branch CPL was hardcoded
...
What is the branch CPL ?
Anyway, this was buggy and reseted the branch to empty
which was a bug ;-)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:47 -05:00
c3ac60db88
More template cleanup, resident search forms, breadcrumbs menus
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:24 -05:00
a453c16632
Finishing cleanup of Admin templates: - Corrected markup generated by scripts. - Added standard or custom resident search form on all pages. - Add breadcrumb navigation to all pages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:17 -05:00
Chris Cormack
6175e99598
Help includes
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:38:19 -05:00
7c3d2fa61b
- Lots of markup corrections, in scripts and templates, for XHTML compliance
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:56 -05:00
Paul POULAIN
d5c5cae0e2
BUGFIX : reintroduce the intranetstylesheet behaviour
...
If a intranetstylesheet is defined in the systemprefs, use it instead of staff-global.css
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:47 -05:00
737730e4a6
Continuing to add resident search form and breakcrumbs. Markup cleanup all around.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:50 -05:00
0f3b435b15
Removing script-specified CSS and js pointers. More markup cleanup and restructuring.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:39 -05:00
5083ecf4c0
More jquery tabs integration
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:34 -05:00
d5584e1030
Trying new jquery tabs system. Appearance may not be quite right
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:31 -05:00
b2d476aa5c
Continuing integration of breadcrumbs and resident search form, now on member pages. The search form tabs need to be handled in a more sane manner given that they might have multiple options. Either a custom handling script for the different includes or a js-library-based system that will handle all of them.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:44 -05:00
Joshua Ferraro
c67338f7c3
finishing the changes to circulation.tmpl
...
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:41 -05:00
bccf46fade
More work on resident search, adding breadcrumbs and resident search to member pages.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:35 -05:00
Joshua Ferraro
c97693c884
useless <p> was causing validation probs
...
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:28 -05:00
e817f5d203
New basic page structure implemented for circ pages: global main menu in the header, resident search box and logo, followed by breadcrumb navigation. Added circ-menu.inc for left-hand sidebar menu (needs revision), circ-search.inc which defines the resident search box for circ pages, additions to staff-global.js to handle tab-switching in search box.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-07 15:44:57 -05:00
d3d5fadb43
Adding jquery as default js library and staff-global.js for global js functions. Converting form field focus scripts to jquery syntax (use class="focus" for auto-focusing form fields)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:54 -05:00
3fb1875a81
Cleanup of catalogue files, previously excluded from layout fixes. Some bugs may still remain due to script errors in my installation (results.tmpl, MARCdetail.tmpl, ISBDdetail.tmpl)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:48 -05:00
9f4971abc1
Cleanup on Serials. Markup corrections and cleanup, moving script blocks into header, correcting previous incorrect changes to embedded scripts (translator-related stuff)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:45 -05:00
1031d5b265
Moving top-level navigation links, login information into header section of pages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:58 -05:00
c44f56fcac
Moving </head><body> into body of templates so that js and css can be embedded per-page.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:54 -05:00
Joshua Ferraro
eb43cc8a32
adding support for js includes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-29 12:22:37 -05:00
Joshua Ferraro
346269591b
finishing up changes to cascades
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-29 11:45:36 -05:00
d7e634edf9
reset-fonts-grids.css is the YUI-Grids stylesheet
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:46 -05:00
3262d91a16
Modifications to enable YUI-Grids layout structure. Unfinished.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:42 -05:00
c6131c4429
Corrections for XHTML compliance, again.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:18 -05:00
Chris Cormack
7406ebd48f
Removing \r characters
2007-08-23 21:35:21 -05:00
Joshua Ferraro
ec4e8ecf0f
removing unused countryCodes dir
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:31:59 -05:00
Joshua Ferraro
27d45375d0
moving calendar to lib
...
Output.pm: sanatizing variable names
ran perl -pi~ -e 's/\/includes\/calendar\//\/lib\/calendar\//' * in every staff template dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:30:49 -05:00
Joshua Ferraro
cd0a858c47
move all css in includes to css dir
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:22:01 -05:00
Joshua Ferraro
3359654835
move hierarchy.css to css dir
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:22:00 -05:00
Joshua Ferraro
d1f6407baa
moved images to img fixed installer path for templates
...
perl -pi~ -e 's/\/prog\/images\//\/prog\/img\//' *
perl -pi~ -e 's/\/prog\/en\/images\//\/prog\/img\//' *
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:21:58 -05:00
Joshua Ferraro
d114e811c8
removing old barcodes, itemsLabelConfig, and printerConfig
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:21:56 -05:00
Joshua Ferraro
d08387dd28
first go at moving templates to a modules/ dir
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:11:27 -05:00
Ryan Higgins
6e2564450e
Adding labels generator.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-18 17:39:38 -05:00
Joshua Ferraro
836b9857ed
content-type was incorrectly set in InstallAuth.pm
...
Adding 'wizard' and 'login' detection
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-15 21:22:21 -05:00
Joshua Ferraro
2b2f7a1794
revisions to login page to make it pretty
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-10 12:15:05 -05:00
Joshua Ferraro
663f3bb7d8
Revert "set the branch at login"
...
This reverts commit bf1fd83d08
.
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/auth.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 10:46:47 -05:00
Paul POULAIN
3f9017b349
adding a ExpandField feature to MARC editor : all subfields that are empty and not mandatory are hidden by default. a click on the tag title expand all of them. This is better imho than the previous minimizer, because :
...
Note that the minimize/expand by default behaviour could be changed to use the hidden property. Il let LibLime guys say what they think of this proposal, and discuss another behaviour.
Anyway, it proves that the new editor is better than the previous one as it can evolve easily ;-)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:51:57 -05:00
Joshua Ferraro
6cdf0832e2
new virtual shelves changes, keyed by biblionumber
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:17:49 -05:00
Joshua Ferraro
d5acfe9d73
update to virtual shelves -- approved
2007-08-08 13:12:47 -05:00