Commit Graph

128 Commits

Author SHA1 Message Date
82eade0998 modified extraicons menu to fit the rest of the jerryr template 2006-12-13 23:26:48 +00:00
79bb309bb5 modified extraicons menu to fit the rest of the jerryr template 2006-12-13 23:26:31 +00:00
c2fa010b15 using the template from default 2006-12-13 11:33:49 +00:00
ac73656a17 formatting 2006-12-13 11:23:17 +00:00
16ca5b64f5 not used anymore 2006-12-13 11:19:48 +00:00
6035da428e use one shared head.tpl from default 2006-12-13 09:28:51 +00:00
fcb1756233 extraicons image and layout mods 2006-12-12 08:00:52 +00:00
c3dcde2e75 extraicons image and layout mods 2006-12-12 08:00:07 +00:00
eb88f7b3f1 extraicons image and layout mods 2006-12-12 07:59:19 +00:00
f791b17f87 statusbar left padding removed and cross-browser and platform spacing issues. 2006-12-11 08:20:41 +00:00
f199be0355 extra apps menu dropin from top not the right. 2006-12-11 08:17:28 +00:00
696fd0064d adjust statusbar height so new selectbox does not overlap currentapp titlebar 2006-12-11 02:47:01 +00:00
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
66dcb36337 image and color mods 2006-12-10 18:39:58 +00:00
24771e7f60 added print.css 2006-12-10 06:07:25 +00:00
c57efc85aa replace arrows 2006-12-10 02:54:17 +00:00
d1c0f3c91c adjust height alignment 2006-12-09 22:18:35 +00:00
1bcde359fc using default icons 2006-12-09 10:33:40 +00:00
439ea9b322 logo alignment fix 2006-12-09 10:31:06 +00:00
f48233e39c logo alignment fix 2006-12-09 10:30:45 +00:00
325ab6d6a2 using default icons 2006-12-09 09:53:47 +00:00
379546f0bb removed back image and lt-rt borders 2006-12-09 08:24:05 +00:00
f50b7cb26c updated appiconsbar to accomodate default icon sizes 2006-12-09 08:21:39 +00:00
ef10e5af0a image change 2006-12-08 06:46:19 +00:00
4f3ffcbba5 added print css to give focus on current app when printing 2006-12-08 06:31:55 +00:00
b3d33c6dfe currentapp title back 2006-12-08 06:29:32 +00:00
2ff7443fa6 changed iconbar, sidemenu header and current app title. current app should stand out better. 2006-12-08 06:26:56 +00:00
55e745ce85 layout colors and image updates 2006-12-08 05:36:29 +00:00
24ae9727d5 new jerryr template set from Jerry Ruhe 2006-11-28 07:45:33 +00:00
e6ebaff6fb take "deny grant access" into account again 2006-07-20 06:53:45 +00:00
da7fe0c747 jerryr icons thanks to Robert Labbe <rob-AT-primetimesolutions.com> 2006-04-18 07:42:15 +00:00
7afa3617c2 fixes from ldeviator <ld-AT-initiated.com> for the jerryr templates (was not working together with the calendar) 2006-04-13 19:38:49 +00:00
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
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
b9fa8c25a1 Remove unused template END tags 2005-12-27 23:24:16 +00:00
a8248de369 removed 1.0 version 2005-11-25 08:54:16 +00:00
53d6bff292 home apps navbar icons for jerryr 2005-11-25 08:50:34 +00:00
b2acc021b8 fixed fallback to default (jerryr) css file 2005-11-25 08:39:32 +00:00
34d55dc9b8 not needed not full working with jerryr 2005-11-25 08:36:01 +00:00
c7683e5dbc update to new prefs-style, the old one is not working for templates 2005-10-09 11:59:39 +00:00
2c2bc0beb3 Update of preferences app to work as a multi-tiered application and via xml-rpc 2005-07-23 09:44:46 +00:00
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
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
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
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
e459af407c add extra info about the current template set in the about screen 2005-06-15 10:36:58 +00:00
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
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
41d1a5d5d6 close the parenthesis for title 2004-10-29 03:17:34 +00:00
77f18d4ab9 Add tilte for logo image of template "jerryr" 2004-10-29 03:10:40 +00:00