From: <var...@us...> - 2009-06-12 10:03:13
|
Revision: 6924 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6924&view=rev Author: vargenau Date: 2009-06-12 10:03:10 +0000 (Fri, 12 Jun 2009) Log Message: ----------- Valid XHTML code Modified Paths: -------------- trunk/lib/plugin/DynamicIncludePage.php Modified: trunk/lib/plugin/DynamicIncludePage.php =================================================================== --- trunk/lib/plugin/DynamicIncludePage.php 2009-06-12 09:49:46 UTC (rev 6923) +++ trunk/lib/plugin/DynamicIncludePage.php 2009-06-12 10:03:10 UTC (rev 6924) @@ -76,10 +76,11 @@ '.png'); $icon = HTML::img(array('id' => $id.'-img', 'src' => $png, - 'onClick' => ENABLE_AJAX + 'onclick' => ENABLE_AJAX ? "showHideAsync('".$ajaxuri."','$id')" : "showHideFolder('$id')", 'border' => 0, + 'alt' => _("Click to hide/show"), 'title' => _("Click to hide/show"))); $header = HTML::p(array('class' => 'transclusion-title', 'style' => "text-decoration: none;"), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |