- web: open BBCode instructions in new window (or tab).

Otherwise, on IE, you lose the text you already entered
    when you go back.


svn path=/trunk/boinc/; revision=25378
This commit is contained in:
David Anderson 2012-03-04 20:37:10 +00:00
parent 3f5c03d813
commit 7558829e4a
2 changed files with 9 additions and 1 deletions

View File

@ -2446,3 +2446,11 @@ David 3 Mar 2012
- LAMMPS job submission: set rsc_fpops_bound to 20 times rsc_fpops_est
html/user/
lammps.php
David 4 Mar 2012
- web: open BBCode instructions in new window (or tab).
Otherwise, on IE, you lose the text you already entered
when you go back.
html/inc/
util.inc

View File

@ -536,7 +536,7 @@ function close_output_buffer($filename) {
}
function html_info() {
return "<br><a href=\"bbcode.php\"><span class=\"smalltext\">".tra("Use BBCode tags to format your text")."</span></a>\n";
return "<br><a href=bbcode.php target=new><span class=smalltext>".tra("Use BBCode tags to format your text")."</span></a>\n";
}
// strip slashes if magic quotes in effect