Revision 1835
Added by Luisehahne over 13 years ago
| jsadmin_backend_include.php | ||
|---|---|---|
| 73 | 73 |
if(get_setting('mod_jsadmin_ajax_order_sections', '1')) {
|
| 74 | 74 |
$js_scripts[] = 'dragdrop.js'; |
| 75 | 75 |
if(SECTION_BLOCKS) {
|
| 76 |
$js_buttonCell= 5; } |
|
| 77 |
else{ $js_buttonCell= 5; } // This ist the Cell where the Button "Up" is , by Swen Uth
|
|
| 76 |
$js_buttonCell= 5; |
|
| 77 |
} else {
|
|
| 78 |
$js_buttonCell= 5; |
|
| 79 |
} // This ist the Cell where the Button "Up" is , by Swen Uth |
|
| 78 | 80 |
} |
| 79 | 81 |
} elseif($page_type == 'config') {
|
| 80 | 82 |
$js_scripts[] = 'tool.js'; |
Also available in: Unified diff
! update dragdrop reorder positions of a page tree