aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2026-01-26 14:11:44 +0000
committerMoritz Strohm <strohm@data-quest.de>2026-01-26 14:11:44 +0000
commita09579379a8701004ed53924836639ed06d50af4 (patch)
treed378becf02e4b56c5a470ce4f350090e8eaaf8f9 /app/views
parentbbbb7ca8e95258c239b1bbfceea252f20730aceb (diff)
admin/courseplanning: added drag handle, fixes #6163
Closes #6163 Merge request studip/studip!4692
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/courseplanning/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/courseplanning/index.php b/app/views/admin/courseplanning/index.php
index 75803ec..7efecee 100644
--- a/app/views/admin/courseplanning/index.php
+++ b/app/views/admin/courseplanning/index.php
@@ -63,7 +63,7 @@ $max_time = Config::get()->INSTITUTE_COURSE_PLAN_END_HOUR . ':00';
]
];
?>
- <td class="draggable-course" data-event="<?= htmlReady(json_encode($event_object)) ?>">
+ <td class="draggable-course drag-handle" data-event="<?= htmlReady(json_encode($event_object)) ?>">
<?= htmlReady($cname) ?>
</td>
</tr>