Update module_edit.php
Set the order to label-order.
This commit is contained in:
@@ -214,7 +214,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
|
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
|
||||||
echo " ".$text['label-module_order']."\n";
|
echo " ".$text['label-order']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\n";
|
echo "<td class='vtable' align='left'>\n";
|
||||||
echo " <input class='formfld' type='text' name='module_order' maxlength='255' value=\"$module_order\">\n";
|
echo " <input class='formfld' type='text' name='module_order' maxlength='255' value=\"$module_order\">\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user