From ce4a8224d84eb0bea7a52bc670b5f4d8feb59138 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 13 May 2009 21:32:22 +0000 Subject: Allow admins to modify variables. This way when something goes wrong, we can tell them what to do in the forums and we don't have to build super smart admin UIs to help users with weird edge cases. This plus r20789 is probably a good enough fix for #232. --- core/views/admin_advanced_settings.html.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'core/views') diff --git a/core/views/admin_advanced_settings.html.php b/core/views/admin_advanced_settings.html.php index e2832d97..1995c30c 100644 --- a/core/views/admin_advanced_settings.html.php +++ b/core/views/admin_advanced_settings.html.php @@ -2,8 +2,14 @@

- +

+ + @@ -14,7 +20,13 @@ - +
module_name ?> name ?> value ?> + module_name/$var->name") ?>" + class="gDialogLink" + title=" $var->name, "module_name" => $var->module_name)) ?>"> + value ?> + +
-- cgit v1.2.3