Revision 1103
Added by Matthias over 16 years ago
| sections.php | ||
|---|---|---|
| 195 | 195 |
$edit_page ='<a name="'.$section['section_id'].'" href="'.ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'#'.$section['section_id'].'">'.$module_name.'</a>'; |
| 196 | 196 |
$input_attribute = 'input_normal'; |
| 197 | 197 |
$template->set_var(array( |
| 198 |
'STYLE_DISPLAY_SECTION_BLOCK' => ' style="visibility: visible;"',
|
|
| 198 |
'STYLE_DISPLAY_SECTION_BLOCK' => ' style="visibility:visible;"', |
|
| 199 | 199 |
'NAME_SIZE' => 180, |
| 200 | 200 |
'INPUT_ATTRIBUTE' => $input_attribute, |
| 201 | 201 |
'VAR_SECTION_ID' => $section['section_id'], |
| ... | ... | |
| 221 | 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 |
'STYLE_DISPLAY_SECTION_BLOCK' => ' style="visibility: hidden;"',
|
|
| 224 |
'STYLE_DISPLAY_SECTION_BLOCK' => ' style="display:none;"',
|
|
| 225 | 225 |
'NAME_SIZE' => 270, |
| 226 | 226 |
'INPUT_ATTRIBUTE' => $input_attribute, |
| 227 | 227 |
'VAR_SECTION_ID' => $section['section_id'], |
Also available in: Unified diff
Fixed some display issues in argos_theme (Thanks to Argos)