Revision 1050
Added by Matthias over 16 years ago
| sections.php | ||
|---|---|---|
| 201 | 201 |
'VAR_SECTION_ID' => $section['section_id'], |
| 202 | 202 |
'VAR_POSITION' => $section['position'], |
| 203 | 203 |
'LINK_MODIFY_URL_VAR_MODUL_NAME' => $edit_page, |
| 204 |
'SELECT' => '', |
|
| 205 |
'SET_NONE_DISPLAY_OPTION' => '', |
|
| 204 | 206 |
) ); |
| 205 | 207 |
// Add block options to the section_list |
| 206 | 208 |
$template->clear_var('block_list');
|
| ... | ... | |
| 225 | 227 |
'VAR_SECTION_ID' => $section['section_id'], |
| 226 | 228 |
'VAR_POSITION' => $section['position'], |
| 227 | 229 |
'LINK_MODIFY_URL_VAR_MODUL_NAME' => $edit_page, |
| 230 |
'SET_NONE_DISPLAY_OPTION' => '<option> </option>', |
|
| 228 | 231 |
) ); |
| 229 | 232 |
} |
| 230 | 233 |
// Insert icon and images |
| ... | ... | |
| 283 | 286 |
) ); |
| 284 | 287 |
} else {
|
| 285 | 288 |
$template->set_var(array( |
| 286 |
'DISPLAY_DEBUG' => ' style="visibility="hidden;"',
|
|
| 289 |
'DISPLAY_DEBUG' => ' style="display:none;"',
|
|
| 287 | 290 |
'TEXT_PID' => '', |
| 288 | 291 |
'POSITION' => '', |
| 289 | 292 |
) ); |
Also available in: Unified diff
Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)