Commit Graph

340 Commits

Author SHA1 Message Date
alpeb
56f091d357 some php setting or something puts automatically a hidden input element with the session id at the beginning of every form. The javascript here used form.elements(0), which refered to a different element when this hidden thing appeared. So I changed that to form.element('name') to avoid this. 2004-02-22 22:41:18 +00:00
Ralf Becker
17b53d4063 moved new (add document) icon from infolog to the api 2004-02-02 21:36:43 +00:00
mila76
186bb5c970 Fix for Select All image with empy addressbook
InternetExplorer not accept <img src="">
Add a transparent.png in phpgwapi /default image
2004-01-29 22:25:31 +00:00
Lars Kneschke
0aa9193dbb images for foldertree 2004-01-28 09:07:44 +00:00
Pim Snel
e812476714 remove unnecesary top text in about 2004-01-20 20:53:16 +00:00
Pim Snel
e57f828e42 replaced all links to phpGroupWare with eGroupware links, removed all http:// prefixes in all logo urls so custom links can also be relative and also to fix bug #874942 ,remove some phpGroupWare logo's in idsociety 2004-01-16 15:04:41 +00:00
Miles Lott
c35cc8613e Remove blank line at top of html output 2004-01-01 23:02:24 +00:00
Miles Lott
545d949dfe Get rid of the BEGIN/END tags in html output (head.tpl) 2004-01-01 22:57:07 +00:00
Miles Lott
6d9fabe4ea Move all HTTP_GET, etc to $_GET 2003-12-19 09:13:29 +00:00
Miles Lott
583ed7eede Minor formatting cleanup 2003-12-19 09:08:37 +00:00
Lars Kneschke
e023a7447c updated to some better looking images 2003-11-26 22:48:13 +00:00
Ralf Becker
33eaa519f7 added edit, view, delete icons to the api to use them in infolog and addressbook 2003-11-14 23:32:24 +00:00
shrykedude
4ead925ec8 Correct table layout problem; 2003-11-11 03:46:48 +00:00
Ralf Becker
a24f0e0f48 fix to work with session.use_trans_sid = 1:
- use name and not numerical index
- simplyfied the javascript
2003-11-04 16:38:50 +00:00
Ralf Becker
cde51aa8dd extended email-addressbook to be able to insert a complete selection into To, Cc or Bcc, eg. to use a categorie as mailinglist 2003-11-03 00:29:11 +00:00
Ralf Becker
c87bf2cf18 first version of the shared addres-selection for both email apps 2003-11-02 19:12:52 +00:00
Miles Lott
ac721fda8d Add account_type to login templates 2003-10-27 12:41:21 +00:00
Pim Snel
c0a9d767bc graphic modification, new official logo intergration 2003-10-24 21:14:02 +00:00
Pim Snel
1463d87637 added icon for emailadmin and add spacer.gif to default 2003-10-23 16:05:27 +00:00
Pim Snel
194f2dd843 and here are the new idots icons 2003-10-23 15:30:54 +00:00
Pim Snel
b12b903d8c removed end of body tags from inc/footer.inc.php and added all footer tags the template footer files 2003-10-23 15:19:22 +00:00
shrykedude
68e0663d55 corrected placement of FORM tag for HTML validation 2003-10-20 20:23:19 +00:00
reinerj
a047910848 add no robots 2003-10-19 00:20:07 +00:00
Ralf Becker
f32c6a2e23 Changed login to use only one template with and without domain-selectbox. As everything is identical, but that one box. 2003-10-15 12:55:48 +00:00
Ralf Becker
e9dc349cda removed not longer used templates 2003-10-14 17:18:31 +00:00
Lars Kneschke
5fb17b08f6 search for app/template specific css.file
put your app specific css in appname/template/default(or templatename)/app.css
2003-10-11 07:58:40 +00:00
Ralf Becker
fd2d96d063 1) implemented a share system-charset, which can be different from the charset of the lang-files
2) moved sql-specific part of setup_translation to translation_sql
3) TO-DO: get the translation-tools working in this setting
2003-10-05 02:06:11 +00:00
Ralf Becker
723070606b navbar & domain-login uses now logo, url and title specified in site configuration 2003-09-15 08:11:29 +00:00
Ralf Becker
d5f4533cb9 localized it and made the eGW hack work 2003-09-01 14:31:20 +00:00
Lars Kneschke
1e86601deb add a missing space 2003-08-31 23:21:11 +00:00
Ralf Becker
577f5eb5b7 reverted to the eGW logos 2003-08-30 09:36:02 +00:00
Lars Kneschke
cecef59550 addedd javascript support class 2003-08-30 08:44:51 +00:00
Ralf Becker
7971e01aef some first basic branding 2003-08-28 18:17:11 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
ceb
6fa67e867b update tpl 2003-05-03 23:24:23 +00:00
ceb
54b5310818 update portal 2003-05-01 02:44:39 +00:00
ceb
bde09a37ec update 2003-04-28 00:31:33 +00:00
ceb
0349874425 update 2003-04-27 19:28:13 +00:00
ceb
659b0cc03a update xslt 2003-04-26 22:48:51 +00:00
ceb
79f95f0576 update 2003-04-26 20:52:59 +00:00
ceb
e7146dd451 update xslt tpl 2003-04-26 01:14:11 +00:00
ceb
dbca6b1b6b removed charset from tpls since its added by xslt already plus update class.common: add a flag to disable any xslt output 2003-04-24 21:04:22 +00:00
ceb
ded88a0790 update js and css 2003-04-24 01:34:44 +00:00
ceb
3227a5dd8b update xslt 2003-04-23 01:06:36 +00:00
Ralf Becker
4e51415640 got printerfriendly working again 2003-04-21 11:38:58 +00:00
Ralf Becker
33c30dc147 fixed / get it working again
- Mainscreen Message
- some space between the portal-boxes
- added disable-output-escapeing to msgbox-data
2003-04-21 08:37:17 +00:00
ceb
9a98095d50 update xslt tpls 2003-04-20 22:14:39 +00:00
Ralf Becker
b69defa25b added app_header via $GLOBALS['phpgw_info']['flags']['app_header'] 2003-04-20 20:47:50 +00:00
ceb
bf02473ccd update cats 2003-04-20 14:15:01 +00:00
ceb
3d09563b9d added css entry for alarm 2003-04-19 23:16:08 +00:00
ceb
e7b395ba4c added css entry for alarm 2003-04-19 22:23:24 +00:00
Ralf Becker
32f1ed2b83 now admin can enable/disable the preferences as any other app, fix for bug#2967 2003-03-28 16:19:46 +00:00
Ralf Becker
2ffaa5997d dissabled output-escaping to allow html in the loginscreen message and centered it 2003-03-28 15:57:21 +00:00
ceb
c5526be9e4 update 2003-01-04 00:12:48 +00:00
ceb
d5ce31f4a8 update help 2002-12-24 00:42:49 +00:00
ceb
f74cd4393f update help system 2002-12-16 01:20:12 +00:00
ceb
d6e0c87fd0 update help system 2002-12-16 00:52:48 +00:00
ceb
cb0324e890 removed pix 2002-12-05 00:39:17 +00:00
ceb
82e6d2b70a removed pix 2002-12-05 00:16:27 +00:00
ceb
c6ebdf7193 updated help system 2002-11-30 01:56:08 +00:00
ceb
f62568db1c updated help system 2002-11-30 01:31:30 +00:00
ceb
92d9a97614 moved manual to the top menubar 2002-11-15 23:43:20 +00:00
ceb
c71c14dc96 added funkwerk layout 2002-11-15 05:15:39 +00:00
ceb
2f676b1d26 update xsl 2002-11-09 01:02:55 +00:00
ceb
d537066c83 update xslt 2002-11-02 22:25:14 +00:00
ceb
754a43388c update 2002-10-29 23:35:02 +00:00
ceb
27031e5523 added option to enable/disable support for old_style apps, added css class for msgbox, fixed home screen if default_app 2002-10-29 22:15:32 +00:00
ceb
8544075f7e update xslt 2002-10-28 03:01:01 +00:00
ceb
680483d4e4 update about 2002-10-28 01:31:33 +00:00
ceb
e5c40b72e7 update langs plus xslt 2002-10-27 23:55:23 +00:00
ceb
c4237ef897 update xslt 2002-10-27 21:30:27 +00:00
ceb
bf2a3bb359 update default layout to use xslt 2002-10-27 00:31:41 +00:00
ceb
9ea7a1fb72 update default layout to use xslt 2002-10-26 23:27:43 +00:00
ceb
6d142e0c7c removed app_title plus update default layout to use xslt 2002-10-26 22:39:19 +00:00
ceb
4465aa63e6 update xslt 2002-10-26 20:33:04 +00:00
ceb
a41800349d removed tpls 2002-10-26 01:40:01 +00:00
ceb
b4e4be334b update xslt 2002-10-26 00:33:22 +00:00
ceb
d94b0a9ffe update to use xslt *** HEAD IS CURRENTLY BROKEN *** 2002-10-25 03:04:28 +00:00
ceb
b39153b709 update css 2002-10-21 23:47:14 +00:00
ceb
ae2ab768d3 update 2002-10-20 22:01:21 +00:00
ceb
87b431ebd2 update css 2002-10-20 18:42:15 +00:00
ceb
19ee0cd939 update 2002-10-20 00:33:08 +00:00
ceb
8a07a0be5e update 2002-10-19 23:09:59 +00:00
ceb
2509111b78 update 2002-10-19 22:19:11 +00:00
ceb
1e3dc0bf00 update themes 2002-10-19 20:46:35 +00:00
ceb
caaaa987b6 update 2002-10-19 16:18:35 +00:00
ceb
e72d00ace1 update 2002-10-19 14:33:32 +00:00
ceb
a6608840b1 ported login to use xslt tpls and css 2002-10-18 23:59:01 +00:00
ceb
06673305c4 added xsl tpl 2002-10-18 21:44:30 +00:00
ceb
993f57719b added msgbox xsl tpl 2002-10-18 00:12:37 +00:00
ceb
49ef265853 update 2002-10-12 22:33:24 +00:00
ceb
7776d70236 update css 2002-10-06 22:28:41 +00:00
ceb
3e41363990 update css 2002-10-06 20:11:26 +00:00
ceb
b93e93b33e update css 2002-10-06 19:57:58 +00:00
ceb
a102ba435d update css 2002-10-06 18:04:05 +00:00
ceb
bfd5f43148 update css 2002-10-06 16:17:37 +00:00
ceb
227db28b7a update nextmatchs 2002-10-06 02:45:21 +00:00
ceb
1ec225e93c update nextmatchs 2002-10-06 01:25:15 +00:00
ceb
2a39737dc2 update portalbox functions 2002-10-05 23:40:51 +00:00
ceb
c5d16e93c9 update portalbox functions 2002-10-05 22:00:25 +00:00
ceb
1399030749 update 2002-10-04 22:40:34 +00:00
ceb
c3f4ec2e0a update to use xslt 2002-10-03 23:33:57 +00:00
ceb
bfc4ee7556 update to use xslt 2002-10-03 22:02:19 +00:00
ceb
b5abff2679 added tpl plus css 2002-10-03 21:35:38 +00:00
ceb
61d291fd1e update 2002-10-03 03:47:43 +00:00
ceb
318c421ab7 update 2002-10-03 03:10:24 +00:00
ceb
d5202ca67c fixed about function plus update to use xslt 2002-10-03 02:49:22 +00:00
ceb
48c3c62549 update to use css files 2002-10-03 00:23:46 +00:00
ceb
18d88685cf update xsl tpls 2002-10-01 23:14:10 +00:00
ceb
02e80ecff5 update tpl 2002-09-29 23:38:10 +00:00
ceb
039d3b2044 added css 2002-09-29 21:38:42 +00:00
ceb
7a84f2ef14 added xsl tpls 2002-09-29 21:17:35 +00:00
ceb
3df880e7bf added xsl tpl 2002-09-29 17:07:06 +00:00
ceb
26b6bb74b8 removed double tpl files 2002-09-29 15:10:58 +00:00
ceb
e1b94ba152 added xsl tpl 2002-09-29 04:14:35 +00:00
ceb
5cc4622500 update css 2002-09-29 02:05:54 +00:00
ceb
d8bf8e6ba6 added docu to the status bar 2002-09-28 15:35:26 +00:00
ceb
09e47d3d8b update css 2002-09-27 22:13:29 +00:00
ceb
b13c5e40e8 added css 2002-09-27 16:21:01 +00:00
ceb
28140d0ccb added xsl tpl 2002-09-27 01:09:37 +00:00
ceb
5533870f76 added xsl tpl 2002-09-27 00:15:09 +00:00
ceb
48d3c51ede added xsl tpl 2002-09-26 04:01:49 +00:00
ceb
4191f270f7 added xsl tpls 2002-09-26 01:49:15 +00:00
ceb
7093aef55a added xsl for cat_select_box 2002-09-25 04:00:53 +00:00
seek3r
72ab5b326a no message 2002-09-23 18:25:23 +00:00
ceb
5203ab1c58 added css files for themes 2002-09-02 00:09:35 +00:00
ceb
4f4876df3c added css files for the themes 2002-09-01 22:19:36 +00:00
Miles Lott
b9300cc5d4 Make colors alternate 2002-08-21 02:14:15 +00:00
skeeter
89ebd8ea8a Did I miss commiting this? 2002-08-13 23:39:39 +00:00
seek3r
273c381628 updating for my netscape 4.x patches 2002-06-03 22:17:56 +00:00
seek3r
198abc90cc updated for a few bug fixes and some html comliance 2002-05-31 22:14:10 +00:00
seek3r
e1cdcafb61 updated idsociety to new format. works fine for me in normal/tables and frames mode 2002-05-31 21:22:25 +00:00
seek3r
0e2e0f5446 fixed design to allow for backwards compatibility 2002-05-31 18:13:07 +00:00
seek3r
4004c9a4e1 updated so that login page will destroy frames, cleaned up various other issues like better lang support in msgbox, now langs trailing char can be turned off. several other improvements 2002-05-31 08:29:19 +00:00
seek3r
eb0b6aaf30 updated phpgwapi/inc/functions.inc.php to follow a nice and orderly loadup process. Added back in the support for CSS, added support for preloading images, fixed javascript problems, updated themes to use , overall just got this api nice and tight in the loadup and template areas. Now we need to update all the template sets and apps to follow suit 2002-05-30 21:13:07 +00:00
seek3r
4a2729a720 massive and sweeping change to the link() function, the way the app loads up, to a single templates class instance, to a new template set structure which automaticly handles frames support. We will have much cleanup to do to get apps working again and have them following the new guidelines 2002-05-30 09:47:09 +00:00
seek3r
f54cf5cb0e updated idsociety so that the footer is always at the bottom of the page 2002-05-25 07:14:38 +00:00
seek3r
d8e16f226c more improvements on the msgbox 2002-05-24 21:56:56 +00:00
seek3r
c74e97e907 bug in phpgw_header wasnt calling the msgbox, and also seperate msgbox_row block for more control over good and bad rows 2002-05-24 20:47:28 +00:00
seek3r
88f19d299d added msgbox and now have templates class auto add the navbar values 2002-05-24 19:15:24 +00:00
seek3r
cf2a12ba1c made changes to the loading of the header, navbar, appheader, and footers 2002-05-24 10:38:03 +00:00
seek3r
97a47edc8f initial common template. I will be expanding on this soon 2002-05-23 21:29:52 +00:00
Miles Lott
d85756a0e6 Now possible to select file-based lang() 2002-05-20 00:56:06 +00:00
skeeter
bef6b7ed7b This will turn off search engine robots from tagging phpGW installs. 2002-03-28 19:00:38 +00:00
ceb
36743a0187 added pix for class menutree 2002-03-16 03:15:27 +00:00
ceb
c069d67023 fixed wrong img dir 2002-03-15 01:20:53 +00:00
ceb
1fab89aabe update pngs 2002-03-08 22:04:31 +00:00
ceb
79745ec4f8 update pngs 2002-03-08 16:53:09 +00:00
ceb
f570821d0e update pngs 2002-03-08 16:23:02 +00:00
ceb
d09ba2a568 update pngs 2002-03-08 16:16:12 +00:00