Commit Graph

49 Commits

Author SHA1 Message Date
Ralf Becker
2b14c3de30 nicer login and got anon tabs working again 2008-11-17 20:28:09 +00:00
Ralf Becker
e0d7ea6c14 New default theme for idots template set for the 1.6 release 2008-11-15 20:05:55 +00:00
Stefan Becker
134692b51c fixed that IE 6 Bug, that selectboxes are shown in the left Menu with a frame workaround. Sponsored by Karl Knauber Holding 2008-07-25 14:48:06 +00:00
Stefan Becker
ffd9cdd47f "Patch for IE 6/7 style setting for textarea (default Style), description Tab is not too Big and geratingscrollbars " 2008-07-22 11:55:54 +00:00
Christian Binder
5b699573e4 enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications 2008-01-30 18:58:00 +00:00
Christian Binder
40a68b6cfd little re-design of notifications: cleaned up relation between main class and backends. main class is responsible for notification routing. backends are responsible for sending one message to one user. relocated ajax functions to a separate file. 2007-12-18 15:53:38 +00:00
Christian Binder
1fdebc6582 display font-size in notificationwindow smaller 2007-12-05 09:07:22 +00:00
Ralf Becker
1b10333979 fix for bug #275: tree of projects is only one line high in IE, plus removing the margin arround the mainDiv and saving some space around the navbar 2007-05-08 16:52:04 +00:00
Oscar Manuel Gómez Senovilla
a1a5e3ad58 Fix tab preferences width for idots 2007-01-10 22:50:10 +00:00
Jerry Ruhe
ca5b5ecbc4 changed to allow resize image to be called from css so each theme can have custom resize images and placement 2007-01-06 06:32:12 +00:00
Pim Snel
60b9285d71 add topmenu to the egw framework
implement topmenu in idots template set
add idots preference to enable topmenu
add idots preference to disable general sidebox menu
some cleanups in idots framework class
some cleanups in egw_framework
2007-01-05 14:06:34 +00:00
Pim Snel
498fd3be96 add wz_dragdrop code to resize the sidebox menu. It uses ajax to store the new size 2007-01-02 14:08:32 +00:00
Ralf Becker
c9377bfc61 new login page using the framework class(es) 2006-12-25 11:05:44 +00:00
Ralf Becker
7389a7a2cb some more refracturing of the template code 2006-12-17 13:14:16 +00:00
Ralf Becker
a166bb0f57 reworked and refractured the way template sets work in eGW:
- virtual baseclass egw_framework in the API which each template extends
- replaces $api/footer.inc.php, $tpl/head.inc.php & $tpl/navbar.inc.php
- all existing phplib template sets just inherit the idots_framework, but can have own templates
- moved most html from navbar.inc.php into the navbar.tpl
--> idots & jerryr are reworked and working, all other template sets are disabled at the moment
--> The rework was done to add a selectbox to add all sorts of entries without the need to change to the app first. This is now implemented in the egw_framework class using the link-registry.
2006-12-10 23:44:18 +00:00
Ralf Becker
7a167bcb6b fixing some css-bugs which fill the firefox javascript console 2006-08-19 07:08:52 +00:00
Ralf Becker
a018b89b84 make the sidebox entries consistently start with a capital letter 2006-06-20 18:22:40 +00:00
Cornelius Weiß
6623ad4b8a add autologin for anonymous user as we need to have on community.egroupware.org 2006-06-07 18:14:18 +00:00
Ralf Becker
aea55f6b2d a new look for the 1.2 2005-11-24 14:29:37 +00:00
Pim Snel
af46eff15f - add style for the new button class
- made the sitebox menu a b ut wider
2005-09-02 12:30:16 +00:00
ak703
9d2c351fe2 modified little colors to make egw more readable and take off this greyish feeling
after many people here asking for cleaner/brighter interface
2005-01-11 23:58:41 +00:00
Pim Snel
a5f83f44ed restyled all buttons, feedback is very welcome 2004-10-26 11:25:35 +00:00
Pim Snel
9739e104a4 cleaned up css-file, make all fontsizes relative for future 508 Accessibility support 2004-10-18 15:49:49 +00:00
Pim Snel
29969f360d new witch login box, we need more space 2004-09-28 21:50:33 +00:00
mgalgoci
f2d528fd84 Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
causing some users to misread some fields they were typing.
2004-08-27 17:17:05 +00:00
Pim Snel
7f7a4cf3d0 better lay-out for reset buttons 2004-05-04 18:11:43 +00:00
ak703
ce2117e553 fixed alignment of username in status div (left align) 2004-03-19 21:54:08 +00:00
ak703
ff4f8c8b3a fixed problem with general td alignment, which should not be defined globally
for a general tag like <td>
2004-03-04 13:26:12 +00:00
Pim Snel
a167a355a8 Fix default center alignment in td's in IE 6 2004-02-17 15:52:42 +00:00
Pim Snel
b75db41684 idots subtile fixes 2004-02-13 17:38:17 +00:00
Pim Snel
46e3408ce4 show small icons in the extra appmenu 2004-01-29 13:34:01 +00:00
Pim Snel
07dd063def i-dots changes:
-  lay-out fixes in header
-  background in loginscreen to make it a little less boring
-  IE fix for wrong z-index with Selectboxes: temporarely hide selectboxes when showing menulayers
-  extra option to disable IE png fix
-  extra option to choose Click or Mouse Over to show menu's
-  extra option to auto hide sideboxmenu's (a lot of people will like this)
-  extra option to use sliders for showing menu, default enabled (see testresults below):

Mozilla-firebird Windows -> OK
Mozilla-firebird Linux -> OK
Internet Explorer 6.0 Windows 2000 - OK
Konqueror 3.1 Linux -> gets very slow, lay-out bugs (don't use this option with konqueror)
Opera 6 Linux -> showing works, hiding not, lay-out bugs (test again please)
Opera 7 Linux -> very annoing bug with temporarely hiding selectboxes (must not be hard to fix, pathes are welcome)

please also test this with Safari, Mac IE 5,  Win IE 5.0 and 5.5 and report bugs at sf
2003-12-15 00:05:28 +00:00
Pim Snel
5c42b14e43 lay-out fixes and customazations for the registration module 2003-12-13 04:20:21 +00:00
Pim Snel
45b87525f6 make loginscreen nicer :) 2003-12-12 14:56:27 +00:00
Pim Snel
a336cd0385 new images for filemanager buttons 2003-12-09 01:11:37 +00:00
Pim Snel
232e7bacff show cursor in IE 2003-12-08 23:41:15 +00:00
Pim Snel
301d5c9221 FM background to white 2003-11-22 03:56:16 +00:00
Pim Snel
6232988b65 new idots preference to show execturion time on bottom of page and sokme extra styles, general borderless img style 2003-11-19 20:44:54 +00:00
Pim Snel
1d056441b7 removed height from sidebox headers so it adapts to len titles 2003-11-11 19:47:54 +00:00
Pim Snel
58df15c97f New feature to not show all icons in iconbar bacause it are to many, Ralf is implementing template-prefs right for setting the max. number of icons in toolbar 2003-11-04 14:07:52 +00:00
Ralf Becker
3545eba5c6 added the hand-cursor for buttons, I hope it was not on purpose to not show it ;-) 2003-10-25 10:30:21 +00:00
shrykedude
076f639288 make the app area fill up the available space, with a left-pad for spacing 2003-10-24 03:09:02 +00:00
Pim Snel
b6138b99e2 small lay-out fixes 2003-10-23 21:13:58 +00:00
Pim Snel
fb95b258d4 merged lars' changes and almost fixed the vertical scrollbar bug in IE 2003-10-23 20:27:41 +00:00
uid33421
ed4bba78db splitted some things, so we have more control about the layout 2003-10-23 19:32:54 +00:00
Pim Snel
60bc6e0332 new idots design because old one had copyright problems and this one is better 2003-10-23 15:04:22 +00:00
Ralf Becker
483682912b small cleanup, bgcolor is set now via the css-class 2003-10-15 13:19:24 +00:00
Pim Snel
f40fd9ed9b made CSS validate, made login.tpl's html 401 validated, added eGroupWare logo 2003-09-17 21:13:25 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00