Author: curcuru
Date: Tue Apr 1 22:02:14 2025
New Revision: 1924734
URL: http://svn.apache.org/viewvc?rev=1924734&view=rev
Log:
Update generate_meta() to improve description of board comments data
Modified:
comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1924734&r1=1924733&r2=1924734&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Tue
Apr 1 22:02:14 2025
@@ -151,7 +151,7 @@ function generate_meta(data) {
ntxt += cmt + "<br/>";
}
}
- txt += "<hr/><h6>Last report comments from the board: </h6>";
+ txt += "<hr/><h6>Comments on recent board reports (if any; no reply is
needed): </h6>";
txt += "<b style='color: #369;'>%s:</b><br/><span style='white-space:
wrap; font-size: 0.75rem;'>%s</span>".format(date, ntxt);
}
return txt;
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=1924734&r1=1924733&r2=1924734&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Tue Apr 1
22:02:14 2025
@@ -1365,7 +1365,7 @@ function generate_meta(data) {
ntxt += cmt + "<br/>";
}
}
- txt += "<hr/><h6>Last report comments from the board: </h6>";
+ txt += "<hr/><h6>Comments on recent board reports (if any; no reply is
needed): </h6>";
txt += "<b style='color: #369;'>%s:</b><br/><span style='white-space:
wrap; font-size: 0.75rem;'>%s</span>".format(date, ntxt);
}
return txt;