Commit graph

70 commits

Author SHA1 Message Date
tipaul
ff113395ff MARC authority management (continued) 2004-06-10 09:33:56 +00:00
tipaul
6de2efbba6 * added online help link
* minor modifs in the css
2004-06-03 10:21:37 +00:00
tipaul
e2774d1746 some HTML & minor modifs 2004-05-28 08:37:34 +00:00
tipaul
2909e90634 minor modifs in CSS 2004-05-06 14:52:23 +00:00
tipaul
340af80261 CSS'ing 2004-05-03 09:28:03 +00:00
tipaul
1844610571 CSS'ing 2004-04-14 19:46:20 +00:00
tipaul
a5ebc2b2f5 removing unused .inc : koha uses circulation-top.inc now. 2004-04-13 14:16:12 +00:00
tipaul
c90b98ce3d new default page. 2004-04-02 15:29:51 +00:00
tipaul
4dc4fbadd4 css'ing 2004-04-02 15:22:07 +00:00
tipaul
33f962968b css'ing (continued) 2004-03-30 16:09:36 +00:00
tipaul
93b76c5a31 css'ing 2004-03-24 10:46:04 +00:00
tipaul
668a90073a introducing a little bit more css in default theme 2004-03-15 14:42:02 +00:00
acli
29b1df6046 Various updates/fixes from rel_2_0
Fixes for bugs 721 (templating), 727, and 734
2004-03-07 05:47:31 +00:00
acli
5d18fec42f HTML syntax correction 2004-02-27 03:57:43 +00:00
acli
270c0783b6 Spelling mistake 2004-02-23 09:27:16 +00:00
acli
61d3149845 Missing charset declarations. Needed for translations generated by the
translation tools.
2004-02-23 04:18:51 +00:00
acli
e9f1656fc1 A few spelling and markup corrections
(Probably a bit unnecessary adding quotes in issues-top.inc)
2004-02-20 03:01:21 +00:00
acli
b7dd16f38d Make the translation tool happier. 2004-02-20 02:49:21 +00:00
tipaul
049e6755a8 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:57:16 +00:00
acli
c2e4ee82ce SGML syntax corrections 2004-02-10 07:07:42 +00:00
acli
d99d1d53f5 Pedantic SGML syntax correction 2004-02-10 04:59:09 +00:00
acli
4ed4f62165 Spurious attribute in BODY removed 2004-02-10 04:57:27 +00:00
acli
9aeb2fe85d Various pedantic SGML syntax corrections (e.g., <!----...--> must contain
a multiple of 4 hyphens)

Inserted some blank rows in admin-home for visual consistency.
2004-02-10 03:13:41 +00:00
tipaul
1e93add16b templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, because it's strict html compliant, and HTML::TreeBuilder deals better with this form. 2003-12-09 10:26:51 +00:00
tipaul
c4016bd424 adding javascript function to focus on 1st field for issues / returns.
Thus, librarian don't need manual mouse focus & can scan barcode immediatly.
2003-09-04 16:42:32 +00:00
tipaul
0ee4bfe070 fix for 565 : item barcode not checked unique 2003-09-04 13:04:12 +00:00
tipaul
f6cdf3337b fixing font size bug, & minor change in submenu look. 2003-08-07 13:35:07 +00:00
wolfpac444
27f44563a0 Fixed Bug #561. 2003-08-07 12:41:59 +00:00
acli
2fd6e30997 Removed spurious alt attribute 2003-07-16 04:55:43 +00:00
acli
8114a3fb3a Minor fix, alt text contained French 2003-07-16 04:45:42 +00:00
joshferraro
d41c54d0b9 removes MARC from the bottom default includes about-bottom, acquisitions-bottom, cat-bottom, circulation-bottom, issues-bottom, members-bottom, opac-bottom, reports-bottom 2003-06-23 21:32:32 +00:00
joshferraro
27c9971b2c removes MARC from the bottom default includes 2003-06-23 21:11:34 +00:00
tipaul
e4d3b2f6b4 *** empty log message *** 2003-06-23 11:20:28 +00:00
wolfpac444
3fb99f7d26 *** empty log message *** 2003-06-20 16:11:43 +00:00
tipaul
bc78a82103 fixing small bug in catalogue style 2003-06-05 13:07:20 +00:00
tipaul
08e4dee054 undeleting 2003-06-05 12:40:09 +00:00
tipaul
fff34f4b13 *** empty log message *** 2003-06-05 12:32:33 +00:00
tipaul
45ee38f49a * moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition)
* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.
2003-06-05 12:32:14 +00:00
wolfpac444
e958a973d6 Fixed "Log In" bug. 2003-05-27 05:38:11 +00:00
tipaul
368d9107a2 moving loggedinuser => loggedinusername in includes and Auth.pm :
The $loggedinuser in Koha is the CODE of the logged user (result of get_user_and_template subroutine).
BTW, in get_user_and_template subroutine, the TMPL_VAR loggedinuser is replaced by the NAME of the user.
This is troubleshooting.
so, I replace the name by the "loggedinusername" template variable.
If you want to add the username somewhere, just add <TMPL_VAR name="loggedinusername"> in the template.

Fixes bug #401
2003-05-05 15:00:53 +00:00
wolfpac444
8a208dcbf1 Fixed bug #396 2003-04-30 00:45:01 +00:00
wolfpac444
2ea234ab66 Commented out "Help" link. 2003-04-30 00:32:48 +00:00
tipaul
69e5454b80 very little fix : adding border-radius => now text buttons have a nice round corner, almost exactly like with the images button.
I LOVE this stylesheet ! (thanks mike for adding it :-) )
2003-04-29 08:05:04 +00:00
wolfpac444
41b0170ae2 Changing image buttons to text buttons 2003-04-26 04:24:49 +00:00
wolfpac444
168ecb752c Changed images into text buttons 2003-04-26 03:54:51 +00:00
wolfpac444
9c3b9e63bc Started the process of getting rid of image buttons that contain text. 2003-04-26 03:21:50 +00:00
wolfpac444
5e0db7fa98 Fixed menubar background problem 2003-04-26 02:46:05 +00:00
tipaul
302c759e4f fix for 298, and marc-top.inc menu 2003-04-24 14:39:38 +00:00
rangi
0e7c5073b5 Fixing bug 374 2003-04-21 03:14:04 +00:00
dragon28
9ef0b4aad3 fix for bug #355 - link to reports page 2003-04-15 05:18:37 +00:00