Domain Settings: Integrate copy and toggle functions.

This commit is contained in:
Nate
2019-10-09 15:52:53 -06:00
parent 1c85b6501f
commit bda3cdba44
6 changed files with 249 additions and 142 deletions
@@ -391,6 +391,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
if (permission_exists('domain_setting_category_edit')) {
if ($action == 'add') {
$domain_setting_category = $_GET['domain_setting_category'];
}
echo " <input type='text' class='formfld' name='domain_setting_category' id='domain_setting_category' maxlength='255' value=\"".escape($domain_setting_category)."\">\n";
}
else {