Commit graph

30 commits

Author SHA1 Message Date
tipaul
c6cb3954b9 changing serial menu to a serial submenu in the catalogue module.
Serials are in the catalogue, so it's logical to consider them as a sub-module.
Other reason : the menu line is quite long & fits now in a 1025x768 screen, with 12pts default font.
2004-09-17 13:19:56 +00:00
doxulting
0abe221b2d inc files for serials 2004-07-30 14:19:19 +00:00
oleonard
f068d5054c Changing help link to be friendlier to non-javascript-enabled browers 2004-06-22 18:52:27 +00:00
oleonard
e94dab37fa Minor changes to correct for validity 2004-06-18 20:49:54 +00:00
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
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
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
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
wolfpac444
3fb99f7d26 *** empty log message *** 2003-06-20 16:11:43 +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
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
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
337f02d7ce Fixed coloring problem in the top menu. 2003-04-10 03:10:21 +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
tonnesen
b4ff8f24bd Merging from rel-1-2 to trunk
Removing HLT links from footers and fixing javascript form focusing bug that
affects Internet Explorer browsers.
2002-10-28 22:12:16 +00:00
tipaul
22febf401a merging auth from branch rel-1.2 2002-10-10 14:37:03 +00:00
tipaul
8de7b75afe moving templates to structure defined by finlay 2002-10-02 16:16:50 +00:00