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-08 17:14:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6689d63969
egroupware
/
phpgwapi
/
templates
History
alpeb
6689d63969
'Max numbre of icons in navbar' input box showed 10 when empty instead of using the value set in the default preferences
2004-03-01 05:11:26 +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
'Max numbre of icons in navbar' input box showed 10 when empty instead of using the value set in the default preferences
2004-03-01 05:11:26 +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