Revision 683
Added by thorn almost 17 years ago
sections.php | ||
---|---|---|
184 | 184 |
<td style="width: <?php if(SECTION_BLOCKS) print "120"; else print "200"; ?>px;"><a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>#<?php echo $section['section_id']; ?>"><?php echo $module_name; ?></a></td> |
185 | 185 |
<?php if(SECTION_BLOCKS) { ?> |
186 | 186 |
<td> |
187 |
<select name="block<?php echo $section['section_id']; ?>" style="width: 150px;">
|
|
187 |
<select name="block<?php echo $section['section_id']; ?>" style="width: 120px;">
|
|
188 | 188 |
<?php |
189 | 189 |
foreach($block AS $number => $name) { |
190 | 190 |
?> |
Also available in: Unified diff
sections: fixed layout-issue with IE7 (hopefully, can't check this)