mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Reduced the distance between the toggle and the content
This commit is contained in:
parent
38fa5ac67a
commit
c1ea771de0
@ -2093,7 +2093,7 @@ function ui_toggle($code, $name, $title = '', $hidden_default = true, $return =
|
||||
// Link to toggle
|
||||
$output = '';
|
||||
$output .= '<a href="javascript:" id="tgl_ctrl_'.$uniqid.'">' . html_print_image ($original, true, array ("title" => $title, "id" => "image_".$uniqid)) . ' <b>'.$name.'</b></a>';
|
||||
$output .= '<br /><br />';
|
||||
$output .= '<br />';
|
||||
|
||||
// Code into a div
|
||||
$output .= "<div id='tgl_div_".$uniqid."' style='".$style."'>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user