]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1513087 - User preferences page is totally empty with Template v2.28
authorDylan William Hardison <dylan@hardison.net>
Tue, 11 Dec 2018 15:41:20 +0000 (10:41 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 15:41:20 +0000 (10:41 -0500)
extensions/BugmailFilter/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
extensions/ComponentWatching/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
extensions/Example/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
extensions/RequestNagger/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
extensions/SecureMail/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl

index 95ffdee99ebc50f6dac66f8e458718ecbabb10af..b374f6f5be497dd5c00a28465fce7618291d399a 100644 (file)
@@ -6,7 +6,7 @@
   # defined by the Mozilla Public License, v. 2.0.
   #%]
 
-[% tabs = tabs.import([{
+[% CALL tabs.import([{
     name      => "bugmail_filter",
     label     => "Bugmail Filtering",
     link      => "userprefs.cgi?tab=bugmail_filter",
index 9af22ed39474274dd30b054e95c3a1d4bd00b0fb..5479427ec81bae7b1450a96485f1daea5ab60a27 100644 (file)
@@ -6,7 +6,7 @@
   # defined by the Mozilla Public License, v. 2.0.
   #%]
 
-[% tabs = tabs.import([{
+[% CALL tabs.import([{
     name => "component_watch",
     label => "Component Watching",
     link => "userprefs.cgi?tab=component_watch",
index 83801540a349b7cbdfd6710e74678fda4f18b897..b8ff0a518b309a095586dbe5bcbce3a9bb4a0752 100644 (file)
@@ -18,6 +18,6 @@
   # Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
   #%]
 
-[% tabs = tabs.import([{ name => "my_tab", label => "Example Custom Preferences",
+[% CALL tabs.import([{ name => "my_tab", label => "Example Custom Preferences",
                          link => "userprefs.cgi?tab=my_tab", saveable => 1 }
                       ]) %]
index ed3e29c64544629a6a394aab691569e5e177d0e9..20cf822ec080ad724a7f319c21e6baa2451f56f3 100644 (file)
@@ -6,7 +6,7 @@
   # defined by the Mozilla Public License, v. 2.0.
   #%]
 
-[% tabs = tabs.import([{
+[% CALL tabs.import([{
     name => "request_nagging",
     label => "Request Reminders",
     link => "userprefs.cgi?tab=request_nagging",
index 1662e28af51d919e488d8a1fe9ea53d3277700a4..153bfcd1c12c296fc18bb04d0ac8ac7306e2e7cc 100644 (file)
@@ -20,7 +20,7 @@
   #                 Gervase Markham <gerv@gerv.net>
   #%]
 
-[% tabs = tabs.import([{
+[% CALL tabs.import([{
     name => "securemail",
     label => "Secure Mail",
     link => "userprefs.cgi?tab=securemail",