Ralf Becker
9454438a77
experimenting with new ideas for admin UI
2013-05-12 13:44:46 +00:00
Ralf Becker
5073a8b24e
completly reworked admin >> global categories, in preparation for group specific global cats
2010-01-30 23:57:03 +00:00
Ralf Becker
cf59c9f606
"fixed typo, still causing statistics call to fail under jerryr"
2009-11-18 08:28:54 +00:00
Ralf Becker
e40d0caaa3
"get usage statistic working with output_buffering = off"
2009-11-17 14:55:38 +00:00
Ralf Becker
aac9ec7d10
phpgw --> egw
2005-10-14 17:03:16 +00:00
zhangweiwu
d2444ac288
further modification to replace typical phpgw style
...
<TD BGCOLOR="{ROW_ON}">
with egroupware style
<td class="row_on">
for more flexibility. most of these files are years old.
(pim proofread)
2005-07-06 02:26:44 +00:00
alpeb
709fa42041
Changed preg_replace with faster strpos
2004-09-11 03:26:33 +00:00
alpeb
b8fcaa3c08
If user doesn't have site configuration access, then don't show the site configuration link for each app
2004-09-10 17:51:28 +00:00
reinerj
bddad6dd8d
small changes in the header
2004-01-25 22:08:51 +00:00
Ralf Becker
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
ceb
60079f0e17
started updating to xslt and rework accounts classes
2003-04-23 01:08:32 +00:00
Ralf Becker
3955ddd056
changed to use title generated by applications-class,
...
added a 3-param to display_section to be compatible with old-style-apps
2003-03-27 11:06:33 +00:00
ceb
6326e50944
use ['phpgw']->template
2002-11-15 00:18:55 +00:00
ceb
c4318f11af
update prefs to use lang() instead
2002-11-04 00:55:07 +00:00
ceb
0f50db2558
update prefs to use lang() instead
2002-11-04 00:50:18 +00:00
ceb
6f6e06b39f
removed var from hook_admin
2002-11-03 01:03:07 +00:00
Ralf Becker
c22b27bd36
some changes for the css-themes
2002-10-26 21:45:56 +00:00
Ralf Becker
81ff8a977e
get admin/index.php to send its output through the xslt-framework
2002-10-26 11:25:14 +00:00
seek3r
8abf9fa1a5
Switched to using the register_exit_function() and added scrolling divs to a couple places for examples
2002-09-28 15:20:20 +00:00
skeeter
83102bed0e
GNU Patch #379 .
2002-06-29 15:59:37 +00:00
skeeter
998d7dcc6e
Removed the explicit file extension to the images.
2002-01-12 01:32:13 +00:00
Miles Lott
478d41d1d2
remove stray whitespace
2002-01-08 02:05:04 +00:00
seek3r
32306abaf6
some additional performance improvements, including a switch to the hooks class which I finished up
2002-01-02 14:33:05 +00:00
Miles Lott
c67fd7c7ee
Fix for passing phpgw_info in the querystring
2001-12-05 16:19:12 +00:00
skeeter
11563491f8
Trying to GLOBAL'ize these.
2001-11-21 03:22:08 +00:00
jengo
950eb824d2
Changed around hooks code, its now cleaner and requires you to specify the location, the hook file names have also changed, the old format was redundent
2001-06-07 01:46:12 +00:00
jengo
2ebeebfcb3
Added anchors to allow developer to link directly to there section
2001-05-31 19:10:13 +00:00
seek3r
4b1390eb0f
had to make several changes and cleanups for php3 compatibility
2001-05-31 10:11:18 +00:00
skeeter
775e90b953
This is a better design for admin/preference hooks. Can now be globally modified from each of the appropriate index files.
2001-05-24 01:13:09 +00:00
jengo
e4de7df1b1
Converted admin hooks over to templates
2001-05-16 05:12:20 +00:00
Miles Lott
f4980ba34e
Formatting
2001-05-10 11:21:06 +00:00
Miles Lott
1e0f13e0e8
Let admin handle enabled but hidden apps also
2001-04-15 22:35:44 +00:00
jengo
25fe742367
Cleaned up all of the link calls in the admin section
2001-03-08 23:32:22 +00:00
jengo
dbd48f7e6f
Renamed the applications table to phpgw_applications
2001-02-08 20:11:13 +00:00
jengo
e4955703cf
*** empty log message ***
2001-02-06 17:13:48 +00:00
Lars Kneschke
be3d70940f
phpinfo was broken.
2001-01-11 00:48:08 +00:00
skeeter
504c71d323
corrected footer call
2001-01-07 17:25:25 +00:00
seek3r
22590c65a3
converting to the new hooks system
2000-12-15 22:09:13 +00:00
jengo
ddbe64e26d
Added in a $phpgw_info = array() before header is called up. There is a possiablity of people passing a multidemension array through the URL to change the variables in phpgw_info array. Any questions, please ask me. (jengo)
2000-11-21 00:41:31 +00:00
jengo
07bf8a2a7c
Converted the flags to use the new style
2000-11-16 08:00:18 +00:00
sjb4891
263fdedd2a
Added $phpgw->common->phpgw_footer() function, and changed all
...
places that were including the footer.inc.php to use the function.
Re-arrange phpgw.inc.php to include optional classes after reading the DB config
misc bugfixes.
2000-09-29 05:24:18 +00:00
seek3r
24d5295a9d
switched to a new distributed pref and admin which allow add-on apps to have their settings put into the main screens
2000-09-25 20:47:40 +00:00
seek3r
ba68c71ebb
moving to new translation system
2000-09-07 20:49:55 +00:00
seek3r
081ad0be4b
converted from phpgw_flags to phpgw_info[flags]
2000-09-05 18:36:13 +00:00
jengo
21a934d1c7
Started app the application enabler/disabler
2000-08-19 13:58:49 +00:00
seek3r
fb03d1cbaa
Initial revision
2000-08-18 03:24:22 +00:00