Commit Graph

535 Commits

Author SHA1 Message Date
Lars Kneschke
5c36352f28 fix some layout problems in projects
should break no other app, because no other app is using this functions
2004-05-16 22:03:08 +00:00
Lars Kneschke
332483c39c moved some <td>'s to the right place
the returned code was different between idots and default, breaking some
html code
2004-05-16 21:41:47 +00:00
Lars Kneschke
b7854bd614 fix for Bug [ 949157 ] Explorer Width 10px Over 100% 2004-05-16 20:05:43 +00:00
Ralf Becker
93dc337532 re-added "old" jscal trigger image to eGW 2004-05-06 21:16:11 +00:00
Ralf Becker
a0aba2ae40 adding 2 more sidboxmenu-item-types:
- no_link: item without link ($item['link'] === False)
- raw: item without link and icon ($item['icon'] === False)
needed for the new calendar-navigation
2004-05-06 12:24:36 +00:00
Lars Kneschke
7cf2d5ddaf add a new icon from phpgw(used in projects) 2004-05-06 00:37:23 +00:00
Pim Snel
f9a85d4ab6 new icons 2004-05-04 19:50:16 +00:00
Pim Snel
7f7a4cf3d0 better lay-out for reset buttons 2004-05-04 18:11:43 +00:00
reinerj
be72681b62 update images to jerryr template from Jerry Ruhe 2004-04-26 21:31:27 +00:00
Pim Snel
2194c868e3 fix #929987 Hard-coded lang attributes/ update dutch translations 2004-04-21 19:03:01 +00:00
ak703
25f9cf1b31 fix for the stupid Opera Bug with hiding selectboxes when using xml namespace
(will check with the Opera guys, what to do)
2004-04-15 20:24:38 +00:00
Pim Snel
0c9e59afaf disable the IE z-index bugfix because some people don't like it I don't care because I don't use IE ;) 2004-04-13 12:53:55 +00:00
Ralf Becker
066722cb9b implemented enble == 4 type apps - opened in a popup window - for the manual 2004-04-13 08:18:06 +00:00
reinerj
25a6f1d583 delete wrong logo 2004-03-31 12:33:31 +00:00
ak703
77f8835b48 removed transparency from extra app icons slidedown 2004-03-30 20:38:03 +00:00
ak703
6b3b036e0f merged modifications from idots to reflect same style in jerryr
(logout button in main icons, removed transparency from slide down)
2004-03-30 20:35:58 +00:00
reinerj
738dfbc3c2 change from phpgw to egw 2004-03-23 10:24:29 +00:00
bgigon
9167c109c7 More, More, More ...
-- Smith, Matrix reloaded
2004-03-23 10:07:57 +00:00
bgigon
58ec65eda2 Add... 2004-03-23 10:03:52 +00:00
bgigon
b83058ad07 Creating Edge-IT's Template Repository 2004-03-23 10:00:47 +00:00
Ralf Becker
30d02e3cc4 moved the language selection above the password (which autom. submits the form) 2004-03-21 21:41:00 +00:00
Ralf Becker
1a4e00bd63 added a (optional) language-select-box, eg. for demo-sites 2004-03-21 21:20:05 +00:00
Ralf Becker
c4f87aed4c fixed:
- logo can be given now as URL or filename (in phpgwapi/templates/default/images)
- the logo url dont need a leading http://, if its not present, it will be added automaticaly (you can enter a https url)
2004-03-21 15:00:01 +00:00
ak703
ce2117e553 fixed alignment of username in status div (left align) 2004-03-19 21:54:08 +00:00
Ralf Becker
f889651d7a new doctype and dtd from Andy Krause, works with iframes on IE 2004-03-14 22:10:06 +00:00
reinerj
380c117f8e jerryr template changes commited 2004-03-11 08:11:07 +00:00
Pim Snel
83e6e2e986 little lay-out correction for sideboxmenu icons, addition of icons 2004-03-09 16:44:37 +00:00
Pim Snel
0c29cd82d9 little lay-out correction for sideboxmenu icons, addition of icons 2004-03-09 16:43:22 +00:00
reinerj
1288ed48d7 jerryr template changes commited 2004-03-07 22:50:38 +00:00
ak703
ff4f8c8b3a fixed problem with general td alignment, which should not be defined globally
for a general tag like <td>
2004-03-04 13:26:12 +00:00
alpeb
e0990f8e43 hidden input form sessionid problem fixed now for not multiple drop-down boxes (used in projects) 2004-03-02 00:45:00 +00:00
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
Pim Snel
8e39566fd3 fix wrong alignment of icons and icon texts to center again. Don't exactly know why but html formatting attributes don't work for tables anymore. We must use css everywere. I think it's because of the changed doctype? 2004-02-26 00:28:50 +00:00
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
fe8df8ad8d removed the doctype, as it prefents IE from showing iframes 2004-02-20 16:11:44 +00:00
Pim Snel
6ad517f19a removed static english langcode 2004-02-19 23:53:50 +00:00
Pim Snel
a167a355a8 Fix default center alignment in td's in IE 6 2004-02-17 15:52:42 +00:00
ak703
25a0baf60a made the navbar icons arrange nicely in percentage of the number of icons 2004-02-14 18:59:48 +00:00
Pim Snel
b75db41684 idots subtile fixes 2004-02-13 17:38:17 +00:00
Pim Snel
246d3f55fb replace ugly pink,purple??? home icon (sorry Andy) 2004-02-13 16:46:58 +00:00
ak703
f8481d163a fixed extra_icons_div table and icon titles, added logout to main navbar 2004-02-12 23:11:52 +00:00
reinerj
cf2cf301b2 update for felamimail folder error 2004-02-10 17:12:01 +00:00
reinerj
12518cb8e0 fix for folders in jerryr template 2004-02-10 10:57:02 +00:00
ak703
7f8a0f5859 modified for use of foldertree in felamimail (and other apps later..) 2004-02-09 23:44:46 +00:00
ak703
be72c612c4 icons added for dd functionality 2004-02-09 23:43:43 +00:00
reinerj
81cc17d43c css changes for jerryr template 2004-02-08 18:37:34 +00:00
Miles Lott
0176c8a810 Add copy of idots template logo, looks better, imo 2004-02-08 17:49:18 +00:00
reinerj
b09e2ed799 update for jerryr template 2004-02-08 10:51:15 +00:00
Ralf Becker
08caf218bb some missing translations 2004-02-05 12:05:46 +00:00
Ralf Becker
53c6168fb1 moved new (add document) icon from infolog to the api 2004-02-02 22:00:56 +00:00