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:
parent
e6ba17c117
commit
4cec5bccfa
|
@ -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>
|
||||
|
||||
* include/functions_ui.php: Added a function to toggle
|
||||
|
|
|
@ -1342,7 +1342,7 @@ if($hidde_default) {
|
|||
echo '<a href="#" id="tgl_ctrl_'.$uniqid.'"><b>'.$name.'</b> '.print_image ($image_b, true, array ("title" => $title, "id" => "image_".$uniqid)).'</a><br><br>';
|
||||
|
||||
// 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 "</div>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue