popup (overlib) plugin patch
Paul Merlin <[email protected]>
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm using overlib (http://www.bosrup.com/web/overlib) with the builtin popup smarty plugin. As the current plugin didn't allowed me to use CSS to control popups look, i did modify it to take the following new options : commands without parameter: - CSSOFF - CSSSTYLE - CSSCLASS commands with parameter : - FGCLASS - BGCLASS - TEXTFONTCLASS - CAPTIONFONTCLASS - CLOSEFONTCLASS attached is the diff with cvs file lib/plugins/function.popup.php A big thanks to all smarty devs, i love this stuff :) -- email : [email protected] jabber : [email protected] www : http://paulmerlin.info ------------------------------------------------------------------------------- "No one gets too old to learn a new way of being stupid." -- Smarty Development Mailing List (http://smarty.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
diff_from_cvs
(text/plain, 282 B)
36a37,41 > case 'fgclass': > case 'bgclass': > case 'textfontclass': > case 'captionfontclass': > case 'closefontclass': 74a80,82 > case 'cssoff': > case 'cssstyle': > case 'cssclass':