Revision 1065
Added by Matthias over 15 years ago
sections.php | ||
---|---|---|
218 | 218 |
$template->parse('block_list', 'block_block', true); |
219 | 219 |
} |
220 | 220 |
} else { |
221 |
$edit_page = $module_name;
|
|
221 |
$edit_page ='<a name="'.$section['section_id'].'" href="'.ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'#'.$section['section_id'].'">'.$module_name.'</a>';
|
|
222 | 222 |
$input_attribute = 'input_small'; |
223 | 223 |
$template->set_var(array( |
224 | 224 |
'STYLE_DISPLAY_SECTION_BLOCK' => ' style="visibility: hidden;"', |
Also available in: Unified diff
Fixed bug with sections are only editable in new backend-themes if blocks are enabled (Thanks to Luisehahne)