Commit graph

434 commits

Author SHA1 Message Date
pdontthink
cdc4860b99 Fixed CRLFs. Is somebody seriously developing in Windoze?? 2006-09-18 17:13:14 +00:00
stevetruckstuff
81c19aee65 Just in case.... 2006-09-18 14:57:18 +00:00
pdontthink
76ffcf18ed Slight adjustment. Plugins create their own table row for login_form hook; core sets 'extra' variables separate from plugin data 2006-09-07 09:40:04 +00:00
pdontthink
74583c68c5 I don't remember why the login_form hook had to be moved up into the table (it was in fact always in the form), but placing it seemingly haphazard into just one of the two table cells is not useful for any of the plugins I can think of. Moving to a table row of its own. 2006-09-06 07:55:39 +00:00
stevetruckstuff
935745dd69 Templating for searching email 2006-08-31 18:12:27 +00:00
stevetruckstuff
6b2a9bd5b8 Change image name to match convention in images/themes/default/ 2006-08-28 17:56:56 +00:00
stevetruckstuff
1f43a15d1f Documentation 2006-08-28 15:33:36 +00:00
stevetruckstuff
05bb30b93d Add vCard template 2006-08-28 15:19:09 +00:00
stevetruckstuff
d278fdab4c Template for advanced identity controls 2006-08-25 23:09:07 +00:00
stevetruckstuff
78c61d5568 Templates for help section 2006-08-25 21:36:14 +00:00
stevetruckstuff
e64e8b02c9 i18n corrections to stylesheets regarding alignment; 2006-08-25 19:15:09 +00:00
stevetruckstuff
59509ad2e7 Move new icons to appropriate folder 2006-08-24 21:31:53 +00:00
stevetruckstuff
6076183c83 Utilize new default icon theme path 2006-08-24 21:15:29 +00:00
stevetruckstuff
77c659d98e New login page as a templating demo. Feedback welcome! 2006-08-24 20:35:49 +00:00
stevetruckstuff
3b43414a0d Update documentation. 2006-08-24 20:33:02 +00:00
stevetruckstuff
a8e6b13b0b Simplify login page template 2006-08-24 17:24:42 +00:00
stevetruckstuff
e228f049fb Advanced option highlighting demo. Make require some additional tweaks in IE, but the testing I did seems to work OK. 2006-08-24 16:58:29 +00:00
stevetruckstuff
4a6a24cc40 New edit icon 2006-08-24 16:57:30 +00:00
stevetruckstuff
d18a223516 Add new function setCSSClass() that is always available. 2006-08-24 16:56:54 +00:00
stevetruckstuff
f30da5ab99 Add templates for message highlighting. 2006-08-23 21:36:04 +00:00
stevetruckstuff
ee371bec38 TODO: Allow admins to change the default icon theme when icons aren't available. This should probably be done in conf.pl, and I have no idea how to change that. :-) 2006-08-18 21:35:17 +00:00
stevetruckstuff
1990e85c64 Add advanced template for re-ordering indexes as an example 2006-08-18 21:31:57 +00:00
stevetruckstuff
e7f585d05e Add template for field ordering 2006-08-17 22:26:41 +00:00
stevetruckstuff
125ca08cd8 Iniitial option templating. 2006-08-17 19:35:27 +00:00
stevetruckstuff
fe43630929 Add template for address book add/edit functions. 2006-08-15 21:32:45 +00:00
stevetruckstuff
aeb01e7646 Correct invalid HTML id attributes. Modify add/edit/delete actions to account for new id format. 2006-08-15 21:31:48 +00:00
stevetruckstuff
e4c8d03c76 Fix some HTML/CSS errors 2006-08-15 18:23:50 +00:00
stevetruckstuff
e792cf64e2 Address book templates 2006-08-15 15:44:31 +00:00
stevetruckstuff
65a1f7ed76 Add more functions for address book templating 2006-08-15 15:43:55 +00:00
stevetruckstuff
0891ffcf20 Account for extra fields in address book more correctly. Also account for no global address book. 2006-08-14 16:12:12 +00:00
stevetruckstuff
adbe935aef Add template for address book listings along with required files 2006-08-14 15:50:43 +00:00
stevetruckstuff
cf16d7cac3 Clean up webmail.tpl. Also implement delayed errors. 2006-08-10 22:34:54 +00:00
stevetruckstuff
3f002629a4 Implement delayed error handling. Defaults to FALSE. Enable this feature by calling $oErrorHandler->setDealyedErrors(true). This allows errors to be held on certain pages, e.g. webmail.php and displayed at a more appropriate time, e.g. at the bottom of left_main.php. 2006-08-10 22:31:56 +00:00
stevetruckstuff
f3da17d5f6 Call the new function displayErrors() to display errors rather than refering to $this. 2006-08-10 22:29:17 +00:00
stevetruckstuff
6ca8aa243f Add function for displaying errors to avoid having to call $oErrorHandler or $this within footer template. 2006-08-10 22:26:19 +00:00
stevetruckstuff
b871e8ea9a Add CSS support to folder manipulation templates. Also make subscribe folder list checkboxes rather than select per TODO in folders.php 2006-08-09 18:01:22 +00:00
tokul
185969483b add purge link when folder contains subfolders.
Issue does not apply to 1.4.7 (code checks for parent tag) or
default_advanced template (purge link always visible above folder tree).
2006-08-05 04:33:43 +00:00
Thijs Kinkhorst
c1b2637b2d templatize folder management (create, rename, delete, subscribe).
it's not complete in the sense that it still uses $color etc, feel free to
cssify! I'd like feedback if this is not the proper way to templatize something.
2006-08-01 15:34:19 +00:00
Thijs Kinkhorst
1758ad007b templating for signout 2006-08-01 11:13:56 +00:00
Thijs Kinkhorst
46f3c9ce66 Remove CVS $Log$ keywords, since that info is available by doing 'cvs log'
and there's no need to ship the changes of 100's of file revisions to all
our users.
2006-07-15 14:19:12 +00:00
tokul
59ae6f3ac2 removing trailing ?> from function scripts 2006-07-15 12:01:32 +00:00
tokul
d8f7d08760 reverting some templating changes. They broke plugin blocks.
moving display of option blocks to separate template
2006-07-13 18:49:44 +00:00
vanmer
1c81c01cb6 - added new utils_css file to contain CSS-related functions for use in templates
- altered stylelink template to use new util_css.php file for all function definitions
2006-07-10 15:48:51 +00:00
vanmer
a9e61b50b8 - changed to actually apply style instead of returning false 2006-07-09 23:29:13 +00:00
vanmer
1f5ee76936 - added variable initalization and check on variable 2006-07-09 22:37:35 +00:00
Thijs Kinkhorst
be88f14bc2 make a start with adding labels for html form elements. this aids disabled
users, but also e.g. allows one to click the text next to a checkbox to
select it.
2006-07-09 22:26:05 +00:00
vanmer
cdbc9c86b1 - added default entries for new templates for webmail, options and stylesheet links 2006-07-09 22:25:56 +00:00
vanmer
6d9db95964 - moved all static style elements out of stylesheet.tpl into /css/default.css 2006-07-09 22:24:31 +00:00
vanmer
536c296439 - intial revision of a template to display CSS links at the top of the page 2006-07-09 22:23:03 +00:00
vanmer
a19ee9006d - initial revision of a template for options output 2006-07-09 22:22:31 +00:00