diff --git a/module/doc/model.php b/module/doc/model.php index 73acea6885..2058e69b34 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -2522,7 +2522,8 @@ EOT; } else { - $li = "
" . $module->name . ''; + $moduleClass = common::hasPriv('tree', 'updateOrder') ? 'sort-module' : ''; + $li = "
" . $module->name . ''; if($currentMethod != 'tablecontents') { if(common::hasPriv('tree', 'edit') or common::hasPriv('tree', 'browse') or common::hasPriv('tree', 'browse') or common::hasPriv('tree', 'updateOrder'))