Commit Graph

4349 Commits

Author SHA1 Message Date
Christian Binder
6f78261f7f modified walter zorns wz_dragdrop.js to have a defined focus on the draggables (e.g. top left or center center) - sent these changes to walter zorn as he thought himself about implementing that, set calendar events to focus now on top center with a border of 2 pixels to make dragging more logical for the user - modified dragdrop class to take focus as e.g. 'top left 5' focuses draggable on top left with a border of 5 pixels inside 2006-12-23 10:13:51 +00:00
Jerry Ruhe
363f287892 bottom menu white bevel revision - wasnt a smooth gradient 2006-12-23 04:51:37 +00:00
Jerry Ruhe
e125f81e04 image theme matchings, modified logo background, menu, layout changes, the raised and shadowed menus just didnt really fit with a brushed theme 2006-12-23 04:26:01 +00:00
Jerry Ruhe
153dc53bd2 image theme matchings, modified logo background, menu, layout changes, the raised and shadowed menus just didnt really fit with a brushed theme 2006-12-23 04:25:41 +00:00
Jerry Ruhe
b2d5ae509c image theme matchings, modified logo background, menu, layout changes, the raised and shadowed menus just didnt really fit with a brushed theme 2006-12-23 04:25:04 +00:00
Ralf Becker
6584ab6487 some more stupid php5.2 fixes 2006-12-22 06:33:01 +00:00
Ralf Becker
42698c08b6 some more stupid php5.2 fixes 2006-12-21 14:10:59 +00:00
Jerry Ruhe
8cf516e6cd fixes the logo background from getting -chopped- at the bottom when 'icons only' is selected from preferences 2006-12-21 03:44:36 +00:00
Jerry Ruhe
c61193929a fixes the logo background from getting -chopped- at the bottom when 'icons only' is selected from preferences 2006-12-21 03:39:43 +00:00
Jerry Ruhe
4fd10a230b image for bevel effect 2006-12-21 02:58:19 +00:00
Jerry Ruhe
d2328a8eda smooth out and improve seamless effect for background. mod the icon hovers and logo background. give the iconbar a bottom bevel and smooth the curve on logo cell 2006-12-21 02:57:11 +00:00
Jerry Ruhe
dee180e38b spacing and image mods 2006-12-21 02:53:10 +00:00
Pim Snel
c1c6bddace - fix bug in egw_db so that it will always work with postgresql if using external db's
- enhance schema_proc so that it can work with schema's of externals db objects
2006-12-20 15:18:27 +00:00
Ralf Becker
e6998c2ecf PostgreSQL 8.1 fix 2006-12-20 09:26:04 +00:00
Ralf Becker
3660b40851 fixed typo 2006-12-20 09:25:29 +00:00
Ralf Becker
6cb939d3f5 - fixed sometimes not rendered footer (eg. in the general prefs)
- closing body&html tags for popups (no navbar, but header)
2006-12-20 09:24:38 +00:00
Jerry Ruhe
32a3126a06 row_on color was way too dark 2006-12-20 07:45:14 +00:00
Jerry Ruhe
e68ee0810f brushed metal apptitle background 2006-12-20 06:04:02 +00:00
Jerry Ruhe
a22fd64c32 brushed metal backgrounds 2006-12-20 06:00:07 +00:00
Jerry Ruhe
bb9c98b3b1 changed dragarea butoon to fit both jerryr and brushed metal 2006-12-20 05:59:01 +00:00
Jerry Ruhe
68feb8ec05 vertical gradients 2006-12-20 05:57:32 +00:00
Jerry Ruhe
b0e787f916 had to rework the logo so it fits both the jerryr and brushed metal theme 2006-12-20 05:55:21 +00:00
Jerry Ruhe
6438475af2 mod and images for the brushed metal theme 2006-12-20 05:54:44 +00:00
Jerry Ruhe
0b103395d1 images for the brushed metal theme 2006-12-20 05:53:10 +00:00
Jerry Ruhe
47dfbd66f2 mods to jerryr and added the brushed metal theme 2006-12-20 05:51:42 +00:00
Jerry Ruhe
a3d6765e6d revised layout inorder to accomodate the brushed metal theme for jerryr 2006-12-20 05:51:01 +00:00
Ralf Becker
33d333f56f quitened these stupid php5.2/mb_string warnings 2006-12-19 07:34:29 +00:00
Ralf Becker
61eb991338 quitened these stupid php5.2 warnings: it seems stripos has the same problems as strstr and stristr, there for I changed everything to @stripos 2006-12-19 07:12:49 +00:00
Ralf Becker
e6dd37c326 quitened 2 of these stupid php5.2 warnings 2006-12-19 07:09:59 +00:00
Ralf Becker
7389a7a2cb some more refracturing of the template code 2006-12-17 13:14:16 +00:00
Ralf Becker
8d1d8f85f1 not used anymore 2006-12-17 11:51:40 +00:00
Ralf Becker
347f0c5649 Upps portalbox in home also used phpgw_info based themes 2006-12-17 11:45:09 +00:00
Ralf Becker
ddccca1c55 Removed old phpgw_info based themes, they have been depricated in 1.2 and are only used by some old contrib apps 2006-12-17 11:30:26 +00:00
Ralf Becker
fa996ab124 hack to deal with no more $GLOBALS['egw_info']['theme'] 2006-12-17 10:44:10 +00:00
Ralf Becker
f4238614f3 new egw_db::capabilities['case_insensitive_like']=='LIKE' ('ILIKE' for Postgres) used for all so_sql search and the lettersearch in addressbook 2006-12-17 08:44:05 +00:00
Christian Binder
f3670af463 dragdrop class: every draggable or droppable now takes an associative array for the values, the class disables itself automatically on non-validated browsers, built-in test mode to validate other browsers 2006-12-15 19:39:36 +00:00
Jerry Ruhe
22508fffc1 buttons stand out better and follow template coloring 2006-12-14 23:11:59 +00:00
Jerry Ruhe
bd67c2da12 buttons stand out better and follow template coloring 2006-12-14 23:11:40 +00:00
Ralf Becker
b13cf65101 fixed fatal error when saving (not applying) the prefs and session-type is php-restore:
The way the old Template class works, does not work together with restoring from the session.
2006-12-14 15:17:33 +00:00
Jerry Ruhe
0fde7842b4 menu hide -dragarea- position and image change 2006-12-14 02:33:29 +00:00
Jerry Ruhe
af0b631284 menu hide -dragarea- position and image change 2006-12-14 02:33:10 +00:00
Jerry Ruhe
bcb34dd0a5 fixes IE6 not showing header background for extraicons drop menu. 2006-12-14 01:43:31 +00:00
Jerry Ruhe
c1807febec fixes IE6 not showing header background for extraicons drop menu. 2006-12-14 01:42:43 +00:00
Jerry Ruhe
7b7e1cfafd modified extraicons menu to fit the rest of the jerryr template 2006-12-13 23:27:09 +00:00
Jerry Ruhe
82eade0998 modified extraicons menu to fit the rest of the jerryr template 2006-12-13 23:26:48 +00:00
Jerry Ruhe
79bb309bb5 modified extraicons menu to fit the rest of the jerryr template 2006-12-13 23:26:31 +00:00
Ralf Becker
f97a0452e5 removed eGW version for security reasons, as discussed on the list 2006-12-13 14:32:31 +00:00
Ralf Becker
c2fa010b15 using the template from default 2006-12-13 11:33:49 +00:00
Ralf Becker
365352c323 moved idots templates to default 2006-12-13 11:33:28 +00:00
Ralf Becker
4708466097 moved idots templates to default 2006-12-13 11:33:15 +00:00