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
Ralf Becker
ac73656a17
formatting
2006-12-13 11:23:17 +00:00
Ralf Becker
16ca5b64f5
not used anymore
2006-12-13 11:19:48 +00:00
Ralf Becker
dbc1ee12fe
removed prisma template, it seems to be identical to idots
2006-12-13 11:09:00 +00:00
Ralf Becker
c29e516e71
removed not fully working literati template
2006-12-13 11:08:17 +00:00
Ralf Becker
6035da428e
use one shared head.tpl from default
2006-12-13 09:28:51 +00:00
Ralf Becker
3ee35ea278
removed never working edge-it template
2006-12-12 19:27:17 +00:00
Ralf Becker
d046f849fc
removed old, not fully usable (no sidebox) idsociety template
2006-12-12 19:24:49 +00:00
Ralf Becker
2e3a0a06cd
added a small default registry for f(elami)mail, to list it in the quick add menu, without really supporting linking with mails
2006-12-12 14:40:03 +00:00
Jerry Ruhe
fcb1756233
extraicons image and layout mods
2006-12-12 08:00:52 +00:00
Jerry Ruhe
c3dcde2e75
extraicons image and layout mods
2006-12-12 08:00:07 +00:00
Jerry Ruhe
eb88f7b3f1
extraicons image and layout mods
2006-12-12 07:59:19 +00:00
Jerry Ruhe
f791b17f87
statusbar left padding removed and cross-browser and platform spacing issues.
2006-12-11 08:20:41 +00:00
Jerry Ruhe
f199be0355
extra apps menu dropin from top not the right.
2006-12-11 08:17:28 +00:00
Jerry Ruhe
696fd0064d
adjust statusbar height so new selectbox does not overlap currentapp titlebar
2006-12-11 02:47:01 +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
Jerry Ruhe
66dcb36337
image and color mods
2006-12-10 18:39:58 +00:00
Jerry Ruhe
24771e7f60
added print.css
2006-12-10 06:07:25 +00:00
Jerry Ruhe
c57efc85aa
replace arrows
2006-12-10 02:54:17 +00:00
Oscar Manuel Gómez Senovilla
078d5816bd
massive pending language updates
2006-12-09 22:21:27 +00:00
Jerry Ruhe
d1c0f3c91c
adjust height alignment
2006-12-09 22:18:35 +00:00
Oscar Manuel Gómez Senovilla
d312d9a671
patch 156 at egw.org
2006-12-09 18:23:58 +00:00