Commit Graph

11613 Commits

Author SHA1 Message Date
81f08a87ea allow to select prices from all linked projects, not only the main one 2007-01-12 01:27:37 +00:00
fe7ad0a549 always comparing options as strings 2007-01-12 01:24:05 +00:00
a1a5e3ad58 Fix tab preferences width for idots 2007-01-10 22:50:10 +00:00
65e30cac8e display current users in topmenu when topmenu is enabled 2007-01-09 23:15:00 +00:00
48c4bfdc9b put current_user code in its own functions 2007-01-09 23:14:21 +00:00
bfe1e5b04a - make topmenu default pref setting now
- fix bugs and wrong implementation of topmenu
- introduce new hook: topmenu_info for adding content to the topmenu see messenges as example
2007-01-09 22:44:30 +00:00
4e26206909 remove topmenu code from framework again 2007-01-09 22:42:01 +00:00
0315d30672 revert last commit, as it gives a fatal error with php5.0 2007-01-08 21:23:02 +00:00
08aadb56cf quitened a warning 2007-01-08 15:58:32 +00:00
e64e3e06b1 so_sql::init() returns now $this->data as eg. so_sql::read() 2007-01-08 15:57:58 +00:00
6387f19cae fixed isset_array using array_key_exists, to return also null values:
eg. $arr = array('x' => null); boetemplate::isset_array($arr,'x') returned false, as isset($arr['x']) === false, now it returns true like array_key_exists('x',$arr)
2007-01-08 15:57:09 +00:00
0aa9dffc1d - optional sprintf format for float and int widget
- grid rows can have further classes then row (has to be the first!)
2007-01-08 15:53:27 +00:00
3ca0341bf9 "fixed docu of search method: order and sort were exchanged" 2007-01-08 08:58:48 +00:00
9035eafef4 "- fixed docu of search method: order and sort were exchanged
- added missing 'sort' parameter for depricated get_list method"
2007-01-08 08:57:33 +00:00
496b596452 icon background image and css border change 2007-01-08 02:40:53 +00:00
053c68b42b icon background image and css border change 2007-01-08 02:40:34 +00:00
fefb91fd63 added padding to lables in the prefs tabs 2007-01-08 01:29:02 +00:00
acdd47118e image changes so alignment of pref labels are centered correctly 2007-01-08 01:26:43 +00:00
a15533220b modified the background images for the prefs tabs 2007-01-07 21:41:01 +00:00
1581fed5d9 As per Oscars email regarding the preferences tabs, i added an entry in css to prevent line wraps so the tabs dont get garbled up 2007-01-07 21:39:16 +00:00
274d18bfd2 missed the menu slideout background last time 2007-01-07 21:36:21 +00:00
d9ac635ec4 fixed icon height to make sure the iconbar lines up 2007-01-06 18:49:30 +00:00
8cb2f2c141 resize images for jerry and brushed-metal 2007-01-06 06:40:15 +00:00
a747a6034a changed to allow resize image to be called from css so each theme can have custom resize images and placement 2007-01-06 06:36:38 +00:00
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
2c19a8b4da updated to more closly match the idots/navbar.tpl format 2007-01-06 06:31:32 +00:00
407e58a827 changed to allow resize image to be called from css so each theme can have custom resize images and placement 2007-01-06 06:30:14 +00:00
2db34b6cc3 changed to allow resize image to be called from css so each theme can have custom resize images and placement 2007-01-06 06:29:43 +00:00
30f60a1276 dragdrop class: with addCustom() now custom DHTML objects are possible, not just draggables and droppables 2007-01-05 23:07:35 +00:00
db40bf6470 workaround to get resizeable sidebox and calendar dragdrop working together at the moment - we can remove this if we moved with sidebox to the dragdrop class 2007-01-05 21:49:36 +00:00
1793dd8899 as agreed in the devel-days: no more CreateObject in new code, also fixes problems with the session restore 2007-01-05 18:13:33 +00:00
baf3f4bd7f add empty topmenu function so it can be implemented seperately 2007-01-05 14:15:23 +00:00
213d694121 remove error, make topmenu do nothing when not available 2007-01-05 14:13:40 +00:00
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
4a0af9f977 dragdrop: make class aware of multiple instances and make wz_dragdrop::ADD_DTHML() more performant 2007-01-05 13:56:28 +00:00
7cb034e071 patch 188 and lang updates 2007-01-05 00:13:14 +00:00
0c3daf5de1 new ajax server method for storing prefs 2007-01-04 16:36:33 +00:00
e95007db37 new more egw-conform calling of xajax 2007-01-04 16:34:23 +00:00
a6131d726e fix for bug #240: PHP Warning at accountsel popup if search has no result (accounts in ldap) 2007-01-04 06:54:33 +00:00
ec313158ee made the session restore a bit more robust: if the session object could not be restored, destroy and re-create it 2007-01-04 06:37:45 +00:00
fe5449397a fix sidebox menu width 2007-01-03 14:41:13 +00:00
de0ddd43ba fix for bug #261: PHP error on Planner by category and Planner by user 2007-01-03 08:13:10 +00:00
b080fa16bb Updated brushed-metal theme, not as dark now, added rounded corners for menu and appbox. resize mods to menu. 2007-01-03 04:34:09 +00:00
8c1d51d369 Updated brushed-metal theme, not as dark now, added rounded corners for menu and appbox. resize mods to menu. 2007-01-03 04:32:31 +00:00
f957bdfa83 add option custom image path parameter for tree menu to enable custom icons 2007-01-02 23:26:53 +00:00
2a02a93d54 fix missing sidebox width for autohide sidebox 2007-01-02 20:14:00 +00:00
bac355cabe resize icon Pim forgot to commit 2007-01-02 15:04:07 +00:00
3c6bc0fd53 only show view icon, if no edit rights (both opening the edit dialog now) 2007-01-02 14:55:24 +00:00
1925d9669d remove idots workaround because we now use default wider sidebox and users can resize the sidebox to their own needs 2007-01-02 14:09:36 +00:00
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