2010-08-23 Sergio Martin <sergio.martin@artica.es>

* include/functions_ui.php: Fixed the not hidden by
	default of the div in the toggle function



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3173 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-23 16:43:32 +00:00
parent e6ba17c117
commit 4cec5bccfa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-23 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Fixed the not hidden by
default of the div in the toggle function
2010-08-23 Sergio Martin <sergio.martin@artica.es> 2010-08-23 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Added a function to toggle * include/functions_ui.php: Added a function to toggle

View File

@ -1342,7 +1342,7 @@ if($hidde_default) {
echo '<a href="#" id="tgl_ctrl_'.$uniqid.'"><b>'.$name.'</b>&nbsp;'.print_image ($image_b, true, array ("title" => $title, "id" => "image_".$uniqid)).'</a><br><br>'; echo '<a href="#" id="tgl_ctrl_'.$uniqid.'"><b>'.$name.'</b>&nbsp;'.print_image ($image_b, true, array ("title" => $title, "id" => "image_".$uniqid)).'</a><br><br>';
// Code into a div // Code into a div
echo "<div id='tgl_div_".$uniqid."' style='display:none'>\n"; echo "<div id='tgl_div_".$uniqid."' style='".$style."'>\n";
echo $code; echo $code;
echo "</div>"; echo "</div>";