Author: humbedooh
Date: Thu Jan 16 13:23:38 2020
New Revision: 1872881
URL: http://svn.apache.org/viewvc?rev=1872881&view=rev
Log:
h5 and new window..
Modified:
comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js?rev=1872881&r1=1872880&r2=1872881&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js Thu Jan
16 13:23:38 2020
@@ -282,7 +282,7 @@ function UnifiedEditor_compile() {
else text += " <button class='btn btn-secondary' disabled
title='Please fix the above issues before you can publish'>Publish via
Whimsy</button>"
if (this.compiles) {
- text += "<hr/><h4>PLEASE MAKE SURE YOUR REPORT ADHERES TO THE <a
href='https://www.apache.org/foundation/board/reporting#guidelines'>ASF
REPORTING GUIDELINES</a> BEFORE SUBMITTING!</h4>";
+ text += "<hr/><h5>PLEASE MAKE SURE YOUR REPORT ADHERES TO THE <a
target='_blank'
href='https://www.apache.org/foundation/board/reporting#guidelines'>ASF
REPORTING GUIDELINES</a> BEFORE SUBMITTING!</h5>";
}
return text;
}
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1872881&r1=1872880&r2=1872881&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Thu Jan 16
13:23:38 2020
@@ -3588,7 +3588,7 @@ function UnifiedEditor_compile() {
else text += " <button class='btn btn-secondary' disabled
title='Please fix the above issues before you can publish'>Publish via
Whimsy</button>"
if (this.compiles) {
- text += "<hr/><h4>PLEASE MAKE SURE YOUR REPORT ADHERES TO THE <a
href='https://www.apache.org/foundation/board/reporting#guidelines'>ASF
REPORTING GUIDELINES</a> BEFORE SUBMITTING!</h4>";
+ text += "<hr/><h5>PLEASE MAKE SURE YOUR REPORT ADHERES TO THE <a
target='_blank'
href='https://www.apache.org/foundation/board/reporting#guidelines'>ASF
REPORTING GUIDELINES</a> BEFORE SUBMITTING!</h5>";
}
return text;
}