From 6674f61905d98aee08b95c22181aa439bfb041e5 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 10 Mar 2005 23:51:40 +0000 Subject: Bug 98123 : Create a user preferences infrastructure (became 'General Settings') Patch by Shane H. W. Travis r=jouni, mkanat a=myk --- template/en/default/filterexceptions.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'template/en/default/filterexceptions.pl') diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index bcbbcc8a5..b7a3e0356 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -634,6 +634,11 @@ 'deleted_bug_count' ], +'admin/settings/edit.html.tmpl' => [ + 'name', + 'checkbox_name' +], + 'account/login.html.tmpl' => [ 'target', ], @@ -656,4 +661,9 @@ 'current_tab.description', ], +'account/prefs/settings.html.tmpl' => [ + 'name', + 'default_name' +], + ); -- cgit v1.2.3-24-g4f1b