pdontthink
|
ec64dccba3
forgot to globalize base_uri
|
18 years ago |
pdontthink
|
be0abf8532
Remove HTML from provider_uri and name; also fix default provider_uri when on plugin pages; base path was not part of the link
|
18 years ago |
Thijs Kinkhorst
|
11b10ba5d1
increment year in copyright notices
|
18 years ago |
pdontthink
|
c872ff3394
Use org_title -- why not? (That's what it's for.) Can't believe this wasn't fixed before now. STABLE admins, how do you feel about backporting this?
|
18 years ago |
pdontthink
|
3174ac0e31
Use checkForJavascript() instead of $javascript_on. Except I did not change mailbox_display.php because $javascript_on comes from $aProps, not sure if it could be changed - Marc?
|
18 years ago |
pdontthink
|
7a16713e83
Refactor hyperlink template code
|
18 years ago |
pdontthink
|
548b9b18f8
Add id attribute to hyperlink and image templates
|
18 years ago |
pdontthink
|
e6aa350ba9
Add class attribute to template
|
18 years ago |
pdontthink
|
bfb6ea2078
Fix comp_in_new getting tagged onto ALL the menu links
|
18 years ago |
pdontthink
|
8245571b10
Strip HTML for hyperlink creation from core
|
18 years ago |
pdontthink
|
717be5c30c
Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2
|
18 years ago |
stevetruckstuff
|
5d57ba360d
Template themes are now directories, not individual stylesheets.
|
19 years ago |
stevetruckstuff
|
bb268c7629
Use paths for user/template themes rather than u_ and t_ prefixes.
|
19 years ago |
stevetruckstuff
|
fdf2e1dba5
Add / before default.css in user themes in case it is not in the path for some reason.
|
19 years ago |
stevetruckstuff
|
441608ef28
Add support for tempalte-provided themes.
|
19 years ago |
stevetruckstuff
|
318b324085
Correct handling of default user themes.
|
19 years ago |
stevetruckstuff
|
cd78ffd151
$theme_css is no longer supported.
|
19 years ago |
stevetruckstuff
|
f19a624375
Additional comments re user-provided stylesheets
|
19 years ago |
pdontthink
|
bf69c58369
Just adding some comments
|
19 years ago |
stevetruckstuff
|
ab9c937a8a
Add support for user-provided alternate stylesheets
|
19 years ago |
stevetruckstuff
|
84409d4ca3
Add documentation re CSS, and clean up some what.
|
19 years ago |
stevetruckstuff
|
c07ef7308d
Apply correct stylesheets for RTL languages
|
19 years ago |
pdontthink
|
2bcb33e722
displayHtmlHeader uses template, no more direct echoing; also restructure how style links are sent out
|
19 years ago |
pdontthink
|
e8d71c9b08
Reverting other changes that snuck in. These need to wait for a bit until other files are ready to commit. Sorry for the noise.
|
19 years ago |
pdontthink
|
b597f8569a
Reverting ampersand encoding. Glad I'm not going crazy after all. Thanks Tomas.
|
19 years ago |
pdontthink
|
5a536ed09c
Correct me if I'm wrong (because oddly, this seemed to be working previously for me), but ampersands do not need to be encoded in links like this.
|
19 years ago |
pdontthink
|
323f85d570
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.
|
19 years ago |
vanmer
|
1555dc6e62
- added template output for style links before link to style.php
|
19 years ago |
indiri69
|
f65b92a48d
Stupid IE 6 bugs should use stupid IE conditionals that conform to HTML standards. Tested in IE 6 and Firefox 1.5.
|
19 years ago |
stevetruckstuff
|
92c4b751b7
Fixed typo in error handling in displayHTMLHeader()
|
19 years ago |