Commit graph

26 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
340af80261 CSS'ing 2004-05-03 09:28:03 +00:00
tipaul
1844610571 CSS'ing 2004-04-14 19:46:20 +00:00
tipaul
93b76c5a31 css'ing 2004-03-24 10:46:04 +00:00
acli
61d3149845 Missing charset declarations. Needed for translations generated by the
translation tools.
2004-02-23 04:18:51 +00:00
acli
c2e4ee82ce SGML syntax corrections 2004-02-10 07:07:42 +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
f6cdf3337b fixing font size bug, & minor change in submenu look. 2003-08-07 13:35:07 +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
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
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
9c3b9e63bc Started the process of getting rid of image buttons that contain text. 2003-04-26 03:21:50 +00:00
wolfpac444
28b949d944 Fixed some menu stuff... Added about-top.inc and about-bottom.inc 2003-04-11 19:12:13 +00:00
tipaul
101388459a adding about link 2003-04-10 14:04:43 +00:00
wolfpac444
f2db7bd694 Fixed a problem with the parameters link in the menu being blue instead of
white.
2003-04-10 03:08:58 +00:00
dragon28
f3f2da2c71 Changed title to Parameters (bug 250) 2003-04-02 18:26:52 +00:00
tipaul
f52b395a01 moving loggedinuser test to xx-top.inc 2003-03-18 15:19:35 +00:00
tipaul
8319f94085 introducing MARC link on top menu. reaches marc part of koha (cataloguing, breeding farm and (still broken) z39.50 servers) 2003-03-10 15:18:19 +00:00
tipaul
6e3a96053a Road to 1.9.1 :
* headers included in each template now are text-only headers (like in non-english versions).
* Added "parameters" links in header
* Added "Cataloguing" link. The cataloguing link goes to the MARC cataloguing (acqui.simple). Will evolve in the near future with reordering of acquisition and cataloguing.
2003-02-13 18:01:26 +00:00
tipaul
7a7b7d7e6e small fix to launch catalogue through loadmodule (MARC or non MARC) 2003-02-05 17:13:24 +00:00
acli
11a093e0ae Wrong TITLE 2003-02-02 05:00:29 +00:00
tipaul
a95a4740ac small gui fixes 2003-01-23 12:29:10 +00:00