Commit graph

434 commits

Author SHA1 Message Date
Thijs Kinkhorst
478c942e12 also show printer friendly link when javascript off 2006-12-02 19:36:42 +00:00
pdontthink
3c7ea09275 Convert plugin output on signout page to new template system; plugins previously hooking into the 'logout_above_text' hook should hook into the 'template_construct_signout.tpl' hook and return output in an array under a key called 'signout_message', such as: return array('signout_message' => ) 2006-11-04 10:11:01 +00:00
pdontthink
440f91074f Make login uri dynamic 2006-11-04 03:55:54 +00:00
pdontthink
7367ccaf59 logout_error hook should be able to override login link too 2006-10-27 04:26:54 +00:00
stevetruckstuff
b80261b0c9 Template for viewing text attachments. 2006-10-19 16:49:45 +00:00
stevetruckstuff
4a2a0b54a4 Template for viewing HTML messages in iframes 2006-10-19 16:08:14 +00:00
stevetruckstuff
07c45f7e7a Template for view header feature. 2006-10-19 15:23:56 +00:00
stevetruckstuff
ca088c9d4f CSS for printer-friendly templates 2006-10-18 18:42:39 +00:00
stevetruckstuff
62c2af5397 Templates for printer-friendly views 2006-10-18 18:39:45 +00:00
stevetruckstuff
1bced454f0 Convert example theme to directory-based theme. 2006-10-13 14:42:19 +00:00
stevetruckstuff
7272e452c1 CSS corrections to empty folder template 2006-10-13 14:40:08 +00:00
tassium
fbab6d9348 No longer needed, removed at Paul's request 2006-10-13 12:21:33 +00:00
stevetruckstuff
e10a336de7 bug fixes from previous commit 2006-10-09 19:46:18 +00:00
stevetruckstuff
dc62aa884c More CSS clean ups 2006-10-09 19:38:03 +00:00
stekkel
0eb51a9060 util_global.php is also included by footer.tpl => include_once. 2006-10-09 19:36:36 +00:00
stekkel
59926c3d46 util_global.php was included twice (second time by footer.tpl) 2006-10-09 19:27:17 +00:00
stevetruckstuff
360ff7400a Use $icon_theme_path rather than $settings['iconThemePath']. 2006-10-09 19:03:27 +00:00
stevetruckstuff
5c1dababca Fix broken left_main.tpl template. 2006-10-09 18:06:07 +00:00
stevetruckstuff
c8615bcb72 Add support for fallback icon themes. Similar to fallback template set. 2006-10-09 18:04:42 +00:00
pdontthink
cb8a4f43f8 Reverting last commit. Hooks don't belong in templates. 2006-10-09 02:45:45 +00:00
tokul
ac37d42cc9 reverting code to do_hook. 2006-10-08 16:38:54 +00:00
tokul
c68c6a8186 make sure that array key value is set and not empty 2006-10-08 16:14:50 +00:00
tokul
2280ce403d don't waste space on compose window. Some people don't have 21 in. monitor
and can't afford all that whitespace and extra rows in compose.

P.S. If you change api and break compose_button_row hook, make sure that core
plugins are updated to new API.
2006-10-08 15:49:17 +00:00
stevetruckstuff
b57ab8630b Templates for reading a message 2006-10-06 21:57:26 +00:00
stevetruckstuff
adc3cec238 Utility file for reading messages. 2006-10-06 21:56:45 +00:00
stevetruckstuff
38feec0dcd More CSS corrections 2006-10-06 20:16:11 +00:00
stevetruckstuff
8d2ecd4066 1) More CSS corrections/cleanup
2) Add appropriate __COLOR#__ tag to each color.  Will make converting $color themes easier in the future.
3) Add some new CSS for the read_body templates
2006-10-06 20:05:44 +00:00
stevetruckstuff
b8f526a8a8 Fix page title not being shown correctly. 2006-10-05 15:23:36 +00:00
stevetruckstuff
23a39b8c50 Minor CSS corrections 2006-10-04 19:10:20 +00:00
stevetruckstuff
e5ffb394dd Demo of template-provided stylesheets. 2006-10-03 15:32:06 +00:00
stevetruckstuff
48374bec60 Minor modifications to handle moving of icon themes to conf.pl 2006-10-02 21:22:59 +00:00
pdontthink
84fc8fbccb Update for template inheritance; alternate stylesheets dynamically loaded from template cache (from <template>/css/alternates/*.css) 2006-10-02 09:44:15 +00:00
stevetruckstuff
6c7b9a86e6 Move squirrelmail.css into default.css. squirrelmail.css should no longer be needed. 2006-09-30 10:36:18 +00:00
stevetruckstuff
f7f0248729 Add tempalte config for alternate stylesheets 2006-09-29 22:13:17 +00:00
stevetruckstuff
68216da8a4 correct typo. 2006-09-29 21:16:17 +00:00
stevetruckstuff
c9bde92541 CSS touchups 2006-09-29 21:09:50 +00:00
stevetruckstuff
cbf57ae8d2 Add new default.css. $color themes will be supported later by alternate stylesheets. Some of this CSS may not be perfect, but it will get cleaned up!! 2006-09-29 20:59:21 +00:00
Alexandros Vellis
ca596d3c27 Checkboxes without labels are a pain to use... Now text is clickable as well. 2006-09-28 17:13:14 +00:00
pdontthink
d2c22cef0d Misc template changes 2006-09-28 14:59:20 +00:00
pdontthink
0bc8522801 Mostly moved from base template dir 2006-09-28 14:52:14 +00:00
pdontthink
3c418cf2a0 Moved to css dir 2006-09-28 14:38:23 +00:00
pdontthink
90d6a129bc Moved to config.php 2006-09-28 14:34:37 +00:00
pdontthink
01cfea31bf New template files 2006-09-28 14:26:07 +00:00
pdontthink
36ba1ac296 Functionality moved to Template class and/or functions/template.php 2006-09-28 14:08:43 +00:00
stevetruckstuff
95e6468649 t12n of compose function. Paul, could you please check the plugin hook implementation for correctness? I don't think I understand it all yet. 2006-09-27 21:54:14 +00:00
stevetruckstuff
4984bde843 Correcting login stylesheet since changes to template class. 2006-09-27 21:43:41 +00:00
pdontthink
12b80beb84 Removing login_form hook, plugins can now use template_construct hook and add an array index called login_form to the return value for that hook 2006-09-21 15:19:44 +00:00
pdontthink
bba8319220 Variable name is misleading, if technically correct. I'd personally eventually like to see a wrapper (class) around template ids, names, dirs, and other attributes. 2006-09-19 14:43:41 +00:00
stevetruckstuff
c3b7076e7d Pulling imapConnection var. Still causes segfaults which cannot be tracked down. 2006-09-18 20:11:34 +00:00
stevetruckstuff
82a39f9cc8 Fix no login button displayed when icons are disabled. 2006-09-18 19:08:18 +00:00