diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-15 21:51:00 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-15 21:51:00 +0100 |
commit | 8c978d76179b4f573c1eb9b9bb9db966c81330bb (patch) | |
tree | ade066d6c36105de19e2a826188d0f1c14818f59 /tmpl/prefs.tt2 | |
parent | e9fa4c98bb5f084739d3418ade3f0c51e34a0aa1 (diff) |
Too many changes...
Diffstat (limited to 'tmpl/prefs.tt2')
-rw-r--r-- | tmpl/prefs.tt2 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tmpl/prefs.tt2 b/tmpl/prefs.tt2 index c7f6a6d..6246ac6 100644 --- a/tmpl/prefs.tt2 +++ b/tmpl/prefs.tt2 @@ -18,7 +18,7 @@ </span> <div class="lxr_menu"> - <span class="lxr_prefs"><a href="[% return || '.' %]">Back</a></span> + <span class="lxr_prefs"><a href="./[% return %]">Back</a></span> </div> <div class="headingbottom"></div> </div> @@ -30,10 +30,12 @@ <input type="hidden" name="return" value="[% return %]" /> Where do you want your search results to be displayed? <ol> - <li><input type="radio" name="resultloc" value="replace" /> + <li><input type="radio" name="resultloc" value="replace" + [% IF is_replace %]checked[% END %]/> Replace the active source browsing window</li> - <li><input type="radio" name="resultloc" value="popup" /> + <li><input type="radio" name="resultloc" value="popup" + [% IF is_popup %]checked[% END %]/> Show them in a popup window (requires JavaScript enabled)<br> <font size="-1"><em>If your browser limits the ability to @@ -41,9 +43,10 @@ Preferences -> Content -> Enable JavaScript -> Advanced -> Allow scripts to: Raise or lower windows), make sure you either close your search result windows or avoid hiding them - behing other windows after use.</em></font></li> + behind other windows after use.</em></font></li> - <li><input type="radio" name="resultloc" value="ajax" /> + <li><input type="radio" name="resultloc" value="ajax" + [% IF is_ajax %]checked[% END %]/> Show them inside the active source browsing window (requires JavaScript enabled) </li> |