This website requires JavaScript.
Explore
Help
Sign In
extern
/
egroupware
Watch
1
Star
0
Fork
1
You've already forked egroupware
mirror of
https://github.com/EGroupware/egroupware.git
synced
2024-11-15 20:44:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aeb222d5d7
egroupware
/
phpgwapi
/
templates
History
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
..
default
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
idots
removed the doctype, as it prefents IE from showing iframes
2004-02-20 16:11:44 +00:00
idsociety
Add copy of idots template logo, looks better, imo
2004-02-08 17:49:18 +00:00
jerryr
fix for folders in jerryr template
2004-02-10 10:57:02 +00:00
literati
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