diff --git a/modules/gallery/views/admin_advanced_settings.html.php b/modules/gallery/views/admin_advanced_settings.html.php index 70ecd261..e3ae5f58 100644 --- a/modules/gallery/views/admin_advanced_settings.html.php +++ b/modules/gallery/views/admin_advanced_settings.html.php @@ -1,38 +1,41 @@ -
= t("Here are internal Gallery configuration settings. Most of these settings are accessible elsewhere in the administrative console.") ?>
+ -| = t("Module") ?> | -= t("Name") ?> | -= t("Value") ?> | -
|---|---|---|
| = $var->module_name ?> | -= html::clean($var->name) ?> | -- module_name/" . html::clean($var->name)) ?>" - class="g-dialog-link" - title="= t("Edit %var (%module_name)", array("var" => $var->name, "module_name" => $var->module_name))->for_html_attr() ?>"> - if ($var->value): ?> - = html::clean($var->value) ?> - else: ?> - = t("empty") ?> - endif ?> - - | -
| = t("Module") ?> | += t("Name") ?> | += t("Value") ?> | +
|---|---|---|
| = $var->module_name ?> | += html::clean($var->name) ?> | ++ module_name/" . html::clean($var->name)) ?>" + class="g-dialog-link" + title="= t("Edit %var (%module_name)", array("var" => $var->name, "module_name" => $var->module_name))->for_html_attr() ?>"> + if ($var->value): ?> + = html::clean($var->value) ?> + else: ?> + = t("empty") ?> + endif ?> + + | +