1
0
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:
lonalore
2016-11-09 12:44:03 +01:00
parent 8c2c60fefd
commit e5b9d71943
4 changed files with 156 additions and 55 deletions

View File

@@ -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>