Ralf Becker
335b0eb97a
"- fixed off-by-one error in extra-icons (gave an empty box)
...
- make topmenu return it's content, not echo it"
2007-04-29 11:06:44 +00:00
Ralf Becker
01e3fe657e
"bugfix: topmenu shows just the orange ball, if there's no url/label, eg. because the anon use has no right to see that menu item"
2007-04-06 07:37:15 +00:00
Ralf Becker
fb4b851d3b
fixed printing to not print the new topmenu
2007-03-12 11:19:38 +00:00
Lars Kneschke
8e1dc4b5b1
another PHP 5.2 bugfix and an javascript fix from Sebastian
2007-02-28 06:06:35 +00:00
Lars Kneschke
48c12d2ef9
really, really, really ugly hack, to fix the not displayed js calendar.
...
The calendar disapears, when the image for second select box above the gets replaced. I added a class(sideboxstar) to the balls in the sidebox. Only when the images does not match this class, it get's replaced by the span. Otherwise it stays untouched.
If someone finds a better solution or finds the real source for the problem, feel free to fix it! :-)
2007-02-15 11:18:34 +00:00
Christian Binder
b8e46525f3
remove inclusion of wz_dragdrop here. This is handled by the dragdrop object cause idots template uses the dragdrop class now
2007-02-12 19:32:24 +00:00
Christian Binder
59a5ebe73a
added real Minimum and Maximum values to the resizeable sidebar
2007-02-05 20:22:01 +00:00
Christian Binder
0d9ed45db1
migrated resizeable sidebar to common dragdrop class. This prevents breaking jscalendar on internet explorer and other DHTML incompatible browsers
2007-02-05 19:28:38 +00:00
Lars Kneschke
898151a77b
another short php opentags problem
2007-01-26 20:53:35 +00:00
Lars Kneschke
50d9156460
short open tags are not allowed
2007-01-25 05:59:38 +00:00
Pim Snel
f2c57020a5
re-enabled after_navbar hook
...
don't create a link in topmenu notifiy when link is not given
2007-01-23 23:38:09 +00:00
Cornelius Weiß
8aa8cd4e2a
applied patch #280 from Sebastian Ebling: * removed the "About ..." menu entry from top and sidebox menu
...
* mostly rewritten the about.php page (added application list)
* changed footer eGroupWare link to about.php
* moved manual from application menu to top and sidebox menu preserving its special link target
2007-01-17 17:51:47 +00:00
Oscar Manuel Gómez Senovilla
a1a5e3ad58
Fix tab preferences width for idots
2007-01-10 22:50:10 +00:00
Pim Snel
65e30cac8e
display current users in topmenu when topmenu is enabled
2007-01-09 23:15:00 +00:00
Pim Snel
bfe1e5b04a
- make topmenu default pref setting now
...
- fix bugs and wrong implementation of topmenu
- introduce new hook: topmenu_info for adding content to the topmenu see messenges as example
2007-01-09 22:44:30 +00:00
Jerry Ruhe
ca5b5ecbc4
changed to allow resize image to be called from css so each theme can have custom resize images and placement
2007-01-06 06:32:12 +00:00
Jerry Ruhe
407e58a827
changed to allow resize image to be called from css so each theme can have custom resize images and placement
2007-01-06 06:30:14 +00:00
Jerry Ruhe
2db34b6cc3
changed to allow resize image to be called from css so each theme can have custom resize images and placement
2007-01-06 06:29:43 +00:00
Christian Binder
db40bf6470
workaround to get resizeable sidebox and calendar dragdrop working together at the moment - we can remove this if we moved with sidebox to the dragdrop class
2007-01-05 21:49:36 +00:00
Ralf Becker
1793dd8899
as agreed in the devel-days: no more CreateObject in new code, also fixes problems with the session restore
2007-01-05 18:13:33 +00:00
Pim Snel
60b9285d71
add topmenu to the egw framework
...
implement topmenu in idots template set
add idots preference to enable topmenu
add idots preference to disable general sidebox menu
some cleanups in idots framework class
some cleanups in egw_framework
2007-01-05 14:06:34 +00:00
Pim Snel
e95007db37
new more egw-conform calling of xajax
2007-01-04 16:34:23 +00:00
Pim Snel
498fd3be96
add wz_dragdrop code to resize the sidebox menu. It uses ajax to store the new size
2007-01-02 14:08:32 +00:00
Ralf Becker
da45740c4b
fixed not completly removed domain-selection, when disabled
2006-12-27 15:37:37 +00:00
Ralf Becker
c9377bfc61
new login page using the framework class(es)
2006-12-25 11:05:44 +00:00
Ralf Becker
6cb939d3f5
- fixed sometimes not rendered footer (eg. in the general prefs)
...
- closing body&html tags for popups (no navbar, but header)
2006-12-20 09:24:38 +00:00
Ralf Becker
7389a7a2cb
some more refracturing of the template code
2006-12-17 13:14:16 +00:00
Ralf Becker
b13cf65101
fixed fatal error when saving (not applying) the prefs and session-type is php-restore:
...
The way the old Template class works, does not work together with restoring from the session.
2006-12-14 15:17:33 +00:00
Ralf Becker
365352c323
moved idots templates to default
2006-12-13 11:33:28 +00:00
Ralf Becker
16ca5b64f5
not used anymore
2006-12-13 11:19:48 +00:00
Ralf Becker
6035da428e
use one shared head.tpl from default
2006-12-13 09:28:51 +00:00
Ralf Becker
a166bb0f57
reworked and refractured the way template sets work in eGW:
...
- virtual baseclass egw_framework in the API which each template extends
- replaces $api/footer.inc.php, $tpl/head.inc.php & $tpl/navbar.inc.php
- all existing phplib template sets just inherit the idots_framework, but can have own templates
- moved most html from navbar.inc.php into the navbar.tpl
--> idots & jerryr are reworked and working, all other template sets are disabled at the moment
--> The rework was done to add a selectbox to add all sorts of entries without the need to change to the app first. This is now implemented in the egw_framework class using the link-registry.
2006-12-10 23:44:18 +00:00
Christian Binder
497602b4de
hide body background-image when printing - this makes it possible to activate printing of backgrounds generally (e.g. in Firefox, looks nice for calendar events), but leave background-white instead of grey (which made spooling very,very slow for some reason)
2006-11-22 21:52:56 +00:00
Ralf Becker
e0e16ab18d
fixed not working forward of not loged in users after login to the original address
2006-11-13 11:06:42 +00:00
Pim Snel
941498004c
new links for the changed registration app
2006-10-16 20:46:24 +00:00
Pim Snel
c9482613a8
Seperation of login.php into: login logic, template set specific logic, and template with HTML
...
The active files are now:
egroupware/login.php
egroupware/phpgwapi/templates/idots/login.inc.php
egroupware/phpgwapi/template/idots/login.tpl
2006-10-15 16:19:19 +00:00
Ralf Becker
7a167bcb6b
fixing some css-bugs which fill the firefox javascript console
2006-08-19 07:08:52 +00:00
Lars Kneschke
e6ebaff6fb
take "deny grant access" into account again
2006-07-20 06:53:45 +00:00
Ralf Becker
a018b89b84
make the sidebox entries consistently start with a capital letter
2006-06-20 18:22:40 +00:00
Cornelius Weiß
857c4bf685
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 18:15:50 +00:00
Cornelius Weiß
6623ad4b8a
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 18:14:18 +00:00
Ralf Becker
b008703432
sidebox-handle (if sidebox hides automatic) was still printed
2006-03-27 12:58:58 +00:00
Ralf Becker
3af2e89e65
updated (c) to 2006
2006-03-27 12:58:09 +00:00
Ralf Becker
627e666c5c
improved printing:
...
- all templates define now noPrint and onlyPrint css classes
- idots format (nextmatch) lists on print now a lot nicer
2006-03-26 22:21:22 +00:00
Ralf Becker
3282a61901
bugfix: application target was not used for extra-icons (manual opened in main-window and not in popup)
2006-01-06 04:55:10 +00:00
Ralf Becker
f1d7915da6
new print.css file, which disables navbar &
...
sidebox on printing under idots
2006-01-06 04:53:44 +00:00
Miles Lott
b9fa8c25a1
Remove unused template END tags
2005-12-27 23:24:16 +00:00
Ralf Becker
e92bd2b0fb
not used
2005-11-24 15:03:10 +00:00
Ralf Becker
0a9adb0389
a new look for the 1.2
2005-11-24 15:01:27 +00:00
Ralf Becker
aea55f6b2d
a new look for the 1.2
2005-11-24 14:29:37 +00:00
Ralf Becker
e676896faf
not used
2005-11-23 23:09:31 +00:00
Lars Kneschke
365c891649
bring back the grey images
2005-11-23 12:25:23 +00:00
Lars Kneschke
549f63db9e
use the KDE buttons
2005-11-21 15:03:06 +00:00
Lars Kneschke
9319151222
use the KDE icons
2005-11-21 15:02:41 +00:00
Pim Snel
af46eff15f
- add style for the new button class
...
- made the sitebox menu a b ut wider
2005-09-02 12:30:16 +00:00
Miles Lott
2c2bc0beb3
Update of preferences app to work as a multi-tiered application and via xml-rpc
2005-07-23 09:44:46 +00:00
petere78
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
zhangweiwu
c241bb3416
enhancement to the narrow_column style class so that it makes a column as narrow as possible without line-breaking its content. This is a good replacement for simple WIDTH="1%" and also helps avoiding line-breaking Chinese, Japanese and Korean text incorrectly.
...
A similar method is explained in this message as reference:
http://lists.evolt.org/archive/Week-of-Mon-20021014/124859.html
Talked with Pim and tested on IE/gecko/opera8.0. for older browsers doesn't understand CSS2 it behave the same as WIDTH="1%".
2005-07-04 17:23:39 +00:00
zhangweiwu
de05de8d89
as I mensioned before the 1% width problem is all over egroupware and making CJK user interface ugly. A typical example is many tables are always two or three lines high for one <tr>. If you don't have a look at a CJK user interface you probably won't notice it at all.
...
I introduce a global style class 'narrow_column' to address this.
2005-07-01 03:24:29 +00:00
Pim Snel
a8959cc19b
add new template setup files to store information and to make sure only template sets are choosable in preferences
2005-06-29 21:03:15 +00:00
Pim Snel
e459af407c
add extra info about the current template set in the about screen
2005-06-15 10:36:58 +00:00
Cornelius Weiß
632a990cfb
added support for authentication via cookie. NOTE: you have to enable this in setup if u want to use it.
2005-05-11 18:25:17 +00:00
Ralf Becker
71c1959c40
added language direction flag to the html tag for the idots and jerry template:
...
it can be set now by translating the phrase 'language_direction_rtl' to 'rtl' for a specific language
2005-03-30 16:16:07 +00:00
Ralf Becker
d7f1458d1a
new header-template to:
...
1) correct the displayed page-generation-time for idots and jerry
2) use ob_start to get rid of "Header could not be sent, output started at ..." errors
3) changing from $GLOBALS['phpgw_info'] to $GLOBALS['egw_info'], the phpgw one is now a reference to the new egw one, to allow a soft migration
2005-03-03 10:45:52 +00:00
ak703
c7bf33461a
changed row_on/row_off to be not so dull greyish, but more light
2005-01-12 13:19:15 +00:00
ak703
9d2c351fe2
modified little colors to make egw more readable and take off this greyish feeling
...
after many people here asking for cleaner/brighter interface
2005-01-11 23:58:41 +00:00
dawnlinux
eda94088b6
Add title for logo image of template "idots"
2004-10-29 03:07:59 +00:00
Pim Snel
a5f83f44ed
restyled all buttons, feedback is very welcome
2004-10-26 11:25:35 +00:00
Ralf Becker
be176ff4ed
added missing colon to the domain lable
2004-10-23 07:01:17 +00:00
Pim Snel
9739e104a4
cleaned up css-file, make all fontsizes relative for future 508 Accessibility support
2004-10-18 15:49:49 +00:00
Pim Snel
94b5260a9e
wider inputs for login screen
2004-10-15 11:30:32 +00:00
shrykedude
e999260d52
Really hide domain selection when not needed; UI cleanup of Login button
2004-10-13 14:49:03 +00:00
kymer
8cdc5262ad
Fixed Formatting
2004-10-10 19:42:38 +00:00
Pim Snel
29969f360d
new witch login box, we need more space
2004-09-28 21:50:33 +00:00
Pim Snel
f85bc9cd52
Applied patch from Jeff Kymer,
...
Add extra documentation in login.php
Make better lay-out in login.tpl
2004-09-28 08:51:50 +00:00
bgigon
f2fe2045bd
Round shifts between each icons
2004-09-22 09:23:56 +00:00
Pim Snel
12223430f7
add switchuser icon source file
2004-09-09 20:32:34 +00:00
Pim Snel
448b5c72b4
enhance css for tooltips and add savefile icon
2004-09-09 20:30:41 +00:00
mgalgoci
f2d528fd84
Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
...
causing some users to misread some fields they were typing.
2004-08-27 17:17:05 +00:00
ak703
d2586ba500
improvements of the ui and some error checking for emtpy fields, implemented
...
tooltip info images for better explanation of the module. Started the README
2004-08-26 21:11:25 +00:00
Ralf Becker
ab08e1615b
fixed probs pointed out by Joxean Koret
2004-08-22 23:14:57 +00:00
Pim Snel
7a5f309cff
if application is public wiki don't let search engine robots run away
2004-08-11 21:59:17 +00:00
Pim Snel
b5c8004951
striptags from title
2004-08-10 19:38:32 +00:00
reinerj
bae4881a39
replace the crap
2004-08-09 12:32:46 +00:00
Ralf Becker
009a58f9a4
fixed wrong path for existence check of theme-file and the default
2004-08-06 12:24:42 +00:00
mgalgoci
2425ccea19
- fix the "Home" text missing in appTitles in edge-it, idots, and jerryt
...
templates.
- remove noop if (foo) { continue; }
- remove obsolete commented out code that special cased the home app which
is no longer valid.
2004-08-04 17:30:57 +00:00
ak703
cc63295475
updated for use of tooltips systemwide
2004-07-16 12:26:51 +00:00
Ralf Becker
56d6430de2
moved (optional) language selection befor the user-name and automaticaly reload the page, if the user changed the language
2004-07-11 09:42:54 +00:00
Pim Snel
34d168619b
add icon source files
2004-06-23 21:29:53 +00:00
ak703
28f918e387
fixed bug 949256, so home and logout icons have a tooltip as well
2004-06-19 07:42:54 +00:00
Ralf Becker
9952a1bdb8
app_header in the page-/window-title allows general popups to customize it and is more informativ then just the app-name
2004-06-13 20:09:27 +00:00
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
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
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
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
738dfbc3c2
change from phpgw to egw
2004-03-23 10:24:29 +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
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
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
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
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
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
Ralf Becker
08caf218bb
some missing translations
2004-02-05 12:05:46 +00:00
Ralf Becker
17b53d4063
moved new (add document) icon from infolog to the api
2004-02-02 21:36:43 +00:00
ak703
50bf0a3307
make app iconbar have "home" and "logout" as well for easier navigation
2004-02-01 20:21:01 +00:00
Lars Kneschke
7c63888121
update kneschke.css to be a copy of idots.css but some smaller fonts
...
updated jerryr to use its own css
2004-01-30 08:12:01 +00:00
ak703
e4271f1a83
this should fix bug #887051 when using idots/jerryr with kneschke css
2004-01-29 21:58:13 +00:00
Pim Snel
46e3408ce4
show small icons in the extra appmenu
2004-01-29 13:34:01 +00:00
Lars Kneschke
6aea6258bb
add images for foldertree
2004-01-27 20:22:23 +00:00
mila76
1129882429
Fix for Internet Explorer
2004-01-27 09:32:32 +00:00
shrykedude
1e48ae5590
typo fix
2004-01-21 02:50:25 +00:00
Pim Snel
e812476714
remove unnecesary top text in about
2004-01-20 20:53:16 +00:00
reinerj
65dd2fb78c
add home icon from adreas to CVS
2004-01-17 00:19:17 +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
shrykedude
01eaa72e2b
Added missing TR tags for HTML validation
2004-01-10 23:20:57 +00:00
Miles Lott
6a62258ee7
Grammar fix
2004-01-10 23:07:12 +00:00
shrykedude
cd9bd77b91
Add empty TD when icon text is off, for HTML validation
2004-01-09 19:13:51 +00:00
shrykedude
be4fafb48b
Add quotes for HTML validation
2004-01-09 18:45:58 +00:00
shrykedude
056ea1f3f1
Add quotes for HTML validation
2004-01-09 18:44:55 +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
e8dd639f65
add quotes to all array elements; remove stray whitespace
2003-12-19 08:53:50 +00:00
Ralf Becker
aac774b55e
fix to show the original 'About appname' again
2003-12-19 02:23:17 +00:00
Pim Snel
07dd063def
i-dots changes:
...
- lay-out fixes in header
- background in loginscreen to make it a little less boring
- IE fix for wrong z-index with Selectboxes: temporarely hide selectboxes when showing menulayers
- extra option to disable IE png fix
- extra option to choose Click or Mouse Over to show menu's
- extra option to auto hide sideboxmenu's (a lot of people will like this)
- extra option to use sliders for showing menu, default enabled (see testresults below):
Mozilla-firebird Windows -> OK
Mozilla-firebird Linux -> OK
Internet Explorer 6.0 Windows 2000 - OK
Konqueror 3.1 Linux -> gets very slow, lay-out bugs (don't use this option with konqueror)
Opera 6 Linux -> showing works, hiding not, lay-out bugs (test again please)
Opera 7 Linux -> very annoing bug with temporarely hiding selectboxes (must not be hard to fix, pathes are welcome)
please also test this with Safari, Mac IE 5, Win IE 5.0 and 5.5 and report bugs at sf
2003-12-15 00:05:28 +00:00
Pim Snel
94de0f5725
nicer sorting icons
2003-12-13 04:39:11 +00:00
Pim Snel
5c42b14e43
lay-out fixes and customazations for the registration module
2003-12-13 04:20:21 +00:00
Pim Snel
45b87525f6
make loginscreen nicer :)
2003-12-12 14:56:27 +00:00
Pim Snel
a336cd0385
new images for filemanager buttons
2003-12-09 01:11:37 +00:00
Ralf Becker
52628e99b8
added link-targets to the sidebox-menu
2003-12-09 00:31:00 +00:00