зеркало из https://github.com/mozilla/pjs.git
Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; r,a=justdave.
This commit is contained in:
Родитель
f034c8092e
Коммит
ef39f86109
|
@ -101,16 +101,8 @@
|
|||
<form name="userprefsform" method="post" action="userprefs.cgi">
|
||||
<input type="hidden" name="tab" value="[% current_tab.name %]">
|
||||
|
||||
[%# See bug 160710 for why this is done this way %]
|
||||
[% IF current_tab.name == "account" %]
|
||||
[% PROCESS "account/prefs/account.html.tmpl" %]
|
||||
[% ELSIF current_tab.name == "email" %]
|
||||
[% PROCESS "account/prefs/email.html.tmpl" %]
|
||||
[% ELSIF current_tab.name == "footer" %]
|
||||
[% PROCESS "account/prefs/footer.html.tmpl" %]
|
||||
[% ELSIF current_tab.name == "permissions" %]
|
||||
[% PROCESS "account/prefs/permissions.html.tmpl" %]
|
||||
[% END %]
|
||||
[% PROCESS "account/prefs/${current_tab.name}.html.tmpl"
|
||||
IF current_tab.name.defined %]
|
||||
|
||||
[% IF current_tab.saveable %]
|
||||
<input type="hidden" name="dosave" value="1">
|
||||
|
|
Загрузка…
Ссылка в новой задаче