|
|
@ -1044,8 +1044,7 @@ function generate_settings_form($settings, $settings_by_access_list) { |
|
|
|
$count_settings = count($settings); |
|
|
|
$count_settings = count($settings); |
|
|
|
|
|
|
|
|
|
|
|
foreach ($settings as $row) { |
|
|
|
foreach ($settings as $row) { |
|
|
|
|
|
|
|
if (in_array($row['variable'], array_keys($settings_to_avoid))) { continue; } |
|
|
|
if (in_array($row['variable'], $settings_to_avoid)) { continue; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$anchor_name = $row['variable'].(!empty($row['subkey']) ? '_'.$row['subkey'] : ''); |
|
|
|
$anchor_name = $row['variable'].(!empty($row['subkey']) ? '_'.$row['subkey'] : ''); |
|
|
|
$form->addElement('html',"\n<a name=\"$anchor_name\"></a>\n"); |
|
|
|
$form->addElement('html',"\n<a name=\"$anchor_name\"></a>\n"); |
|
|
|