Update module_edit.php

Set the order to label-order.
This commit is contained in:
FusionPBX
2016-05-24 23:26:51 -06:00
parent fa60cfdc3e
commit 77456fc29c

View File

@@ -214,7 +214,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<tr>\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 class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='module_order' maxlength='255' value=\"$module_order\">\n";