Commit Graph

11515 Commits

Author SHA1 Message Date
Ralf Becker
7430c4d638 removed fax from mozilla schemas, as it's already in inetOrgPerson and having it twice for the same attribute creates an error. Thanks to Anton Frolov <afng072-at-frols.com> from the users list. 2006-12-20 14:34:16 +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
fa4a6608ab - fixed not working copy of accounts via view
- removed debug-message from action()
2006-12-19 14:17:58 +00:00
Ralf Becker
5bc9ca3a7d use js_pseudo_func also for onclick 2006-12-19 13:36:54 +00:00
Ralf Becker
7e9852a028 some more stupid php5.2 fixes 2006-12-19 13:36:14 +00:00
Ralf Becker
f1b8c4ec2b Patch from Klaus Leithoff <kl-at-stylite.de> to sort the groups alphabetic while editing accounts 2006-12-19 13:24:09 +00:00
Ralf Becker
7a653f4a1d - new feature to merge contacts into one
- added missing link::unlink if contacts get deleted
- some tweaks in the edit template: n_fn was not readonly, added focus for n_prefix to onclick
2006-12-19 11:25:44 +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
72d8cb882a fixed planner (drag&drop added an extra param to eventWidget, but not the the calls from planner) 2006-12-18 11:47:58 +00:00
Cornelius Weiß
21ae4691b0 fix: strange behaviour on traditional posts in etemplate apps, caused by my ajax feature:"only process what is given". This freature allowes more flexibility in custom templates, but is now only applayed to xajax requests 2006-12-17 14:15:10 +00:00
Ralf Becker
7389a7a2cb some more refracturing of the template code 2006-12-17 13:14:16 +00:00
Ralf Becker
c806924457 bgcolor-->class 2006-12-17 12:49:02 +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
4dd32a6cfd moved filemanagers css to it's onw app.css 2006-12-17 09:40:22 +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
Ralf Becker
123a86b2b8 fixed extended search to work with new layout (tab-names) 2006-12-16 12:02:14 +00:00
Ralf Becker
1ad800edd0 added --encoding=utf-8 to the db creation instructions for postgres 2006-12-16 08:20:41 +00:00
Christian Binder
35484b2c10 enabled xajax in 'home' to get calendar-dragdrop working there 2006-12-15 20:31:44 +00:00
Christian Binder
a014327f05 drag and drop for calendar for all those who cannot wait for cooxdoo or dojoproject :o) - it is disabled by default - if you want to use it you have to go to common preferences and enable drag and drop (last entry before template-specific settings) - just for Mozilla based browsers ATM, all other browsers get auto-disabled - it lacks a lot features, e.g. recurring events and whole day events but this will come - HAVE FUN 2006-12-15 20:05:47 +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
Ralf Becker
176554400a Patch from Klaus Leithoff <kl-at-stylite.de> to better deal with a big number of groups in edit accounts 2006-12-15 10:41:33 +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
a604c177c8 several filemanager fixes from Klaus Leithoff <kl-at-stylite.de> 2006-12-14 17:17:42 +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