From: John C. <joh...@ua...> - 2004-07-06 14:08:00
|
Reini, Thanks for the change! However, I tried it this morning (and I do have your change) but it doesn't seem to work. :-( I put a few echo's around the code and they didn't appear either. Maybe it was just a long weekend ;-) but I can't seem to make it work. Thanks, John Cole -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Reini Urban Sent: Saturday, July 03, 2004 2:42 AM To: php...@li... Subject: Re: [Phpwiki-talk] <div> tag for plugins? John Cole wrote: > I'm working on my docbook conversion and things are going pretty good so > far. I'm rendering out htmlhelp and pdf's now. > > I'd like to suggest a small change that I hope won't impact anything, but > would make converting xhmtl with xsl stylesheets easier (as far as I know > how with xsl stylesheets). > Would it be possible to put a <div> tag around each plugin with an id or > class name of the plugin? Good idea. Not the classname and not another div tag, but the ID of the plugin DIV is now the plugin->getName(). Like so: <div class="plugin tightenable" id="AddComment"> Note, that we don't enumerate the id as we do in anchors for CreateToc, so duplicate plugins get the same id. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |