Files head/skins/standard/sidebar/stock_add_24.png and patched/skins/standard/sidebar/stock_add_24.png differ Files head/skins/standard/sidebar/stock_exit_24.png and patched/skins/standard/sidebar/stock_exit_24.png differ Files head/skins/standard/sidebar/stock_paste_24.png and patched/skins/standard/sidebar/stock_paste_24.png differ Files head/skins/standard/sidebar/stock_preferences_24.png and patched/skins/standard/sidebar/stock_preferences_24.png differ Files head/skins/standard/sidebar/stock_refresh_24.png and patched/skins/standard/sidebar/stock_refresh_24.png differ Files head/skins/standard/sidebar/stock_search_24.png and patched/skins/standard/sidebar/stock_search_24.png differ diff --recursive --exclude=localconfig --exclude=CVS --exclude=data --exclude=custom --unified=3 --new-file head/template/en/default/sidebar.xul.tmpl patched/template/en/default/sidebar.xul.tmpl --- head/template/en/default/sidebar.xul.tmpl 2005-03-22 16:10:03.223580800 +0100 +++ patched/template/en/default/sidebar.xul.tmpl 2005-03-23 18:49:26.131134400 +0100 @@ -20,6 +20,9 @@ # Contributor(s): Jacob Steenhagen # Scott Collins # Christopher A. Aillon + # + # Converted to XUL by: Mikael Olenfalk + # #%] [% PROCESS global/variables.none.tmpl %] @@ -62,68 +65,137 @@ QuickSearch(this.value); } -]]> +function reload() { + location.href="[% Param('urlbase') %]/sidebar.cgi"; +} - +function delay(gap) { /* gap is in millisecs */ + var then, now; + then = new Date().getTime(); + now = then; + + while((now-then) +]]> - - - - - - - -[% IF user.id %] - - [%- IF user.groups.tweakparams %] - - [%- END %] - [%- IF user.groups.editusers || user.can_bless %] - - [%- END %] - [%- IF user.groups.editcomponents %] - - [%- END %] - [%- IF user.groups.creategroups %] - - [%- END %] - [%- IF user.groups.editkeywords %] - - [%- END %] - [%- IF user.groups.tweakparams %] - - [%- END %] - [%- IF user.get_flag('can_logout') %] - - [%- END %] - - [%- IF user.showmybugslink %] - [% filtered_username = user.login FILTER url_quote %] - - [%- END %] - [%- IF Param('usevotes') %] - - [%- END %] - - [%- FOREACH q = user.queries %] - - [% END %] - -[% ELSE %] - - -[% END %] + - - +