mirror of https://github.com/BOINC/boinc.git
- 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:
parent
3f5c03d813
commit
7558829e4a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue