mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Drag-and-drop panel moving/sorting now works fine.
This commit is contained in:
@@ -164,7 +164,7 @@ class bootstrap3_admintheme
|
||||
switch(varset($style, 'admin_content'))
|
||||
{
|
||||
case 'flexpanel':
|
||||
echo '<div class="panel ' . $panelType[$style] . '" id="' . $mode . '">
|
||||
echo '<div class="panel ' . $panelType[$style] . '" id="' . $data['uniqueId'] . '">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">' . $caption . '</h3>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user