* main menu support sort by drag and drop.

This commit is contained in:
Catouse
2016-04-14 13:37:19 +08:00
parent c81ef5564d
commit 23e76dfc28
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ class commonModel extends model
if(commonModel::hasPriv($module, $method))
{
$link = helper::createLink($module, $method, $vars);
echo "<li $active><a href='$link' $active id='menu$menuKey'>$menuLabel</a></li>\n";
echo "<li $active><a href='$link' $active data-id='$menuKey'>$menuLabel</a></li>\n";
}
}
echo "</ul>\n";