From cfinck@svn.reactos.org Sun Nov 18 23:23:24 2007 From: cfinck@svn.reactos.org To: ros-diffs@reactos.org Subject: [ros-diffs] [cfinck] 30560: - Add a "Saved Searches" list to the left menu - Remove the language switcher TODO If this should be possible, we would need to add localized Bugzilla templates for every language (effectively a huge overkill) Date: Sun, 18 Nov 2007 22:23:26 +0000 Message-ID: <20071118222326.89A2DFF03@mail.smartxx.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2538842432083426097==" --===============2538842432083426097== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: cfinck Date: Mon Nov 19 01:23:25 2007 New Revision: 30560 URL: http://svn.reactos.org/svn/reactos?rev=3D30560&view=3Drev Log: - Add a "Saved Searches" list to the left menu - Remove the language switcher TODO If this should be possible, we would need to add localized Bugzilla templat= es for every language (effectively a huge overkill) Modified: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.h= tml.tmpl Modified: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/he= ader.html.tmpl URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla= /template/en/default/global/header.html.tmpl?rev=3D30560&r1=3D30559&r2=3D3056= 0&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.h= tml.tmpl (original) +++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.h= tml.tmpl Mon Nov 19 01:23:25 2007 @@ -269,29 +269,29 @@

=20 -[%# TODO we don't support switching languages yet -
Language
=20 -
    -
  1. =20 -
    =20 - -
    -
  2. -
-

-%] +[% IF user.login %] +
Saved Searches
+
    + [% IF user.showmybugslink %] + [% filtered_username =3D user.login FILTER url_quote %] +
  1. My [% terms.Bugs %]
  2. + [% print_pipe =3D 1 %] + [% END %] +=09 + [% FOREACH q =3D user.queries %] + [% IF q.link_in_footer %] +
  3. [% q.name FILTER html %]
  4. + [% print_pipe =3D 1 %] + [% END %] + [% END %] +=09 + [% FOREACH q =3D user.queries_subscribed %] +
  5. [% q.name FILTER= html FILTER no_break %]
  6. + [% print_pipe =3D 1 %] + [% END %] +
+

+[% END %] =20
Account
    --===============2538842432083426097==--