mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Fix one of the file names and change a description.
This commit is contained in:
@@ -534,7 +534,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='field_order_tab' maxlength='255' value='$field_order_tab'>\n";
|
||||
echo "<br />\n";
|
||||
echo "Enter the HTML Tab Order.\n";
|
||||
echo "Enter the tab order.\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -562,7 +562,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
if ($action == "update") {
|
||||
if ($field_type == "select") {
|
||||
require "schema_data_types_name_value.php";
|
||||
require "schema_name_values.php";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user