diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2026-01-26 14:11:44 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2026-01-26 14:11:44 +0000 |
| commit | a09579379a8701004ed53924836639ed06d50af4 (patch) | |
| tree | d378becf02e4b56c5a470ce4f350090e8eaaf8f9 /app | |
| parent | bbbb7ca8e95258c239b1bbfceea252f20730aceb (diff) | |
admin/courseplanning: added drag handle, fixes #6163
Closes #6163
Merge request studip/studip!4692
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/admin/courseplanning/index.php | 2 |
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> |
