This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new cdc4458 Where is mail sent?
cdc4458 is described below
commit cdc4458ab0d373cd7a7f5046efa3d7aff634c0e6
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 17 21:17:51 2018 +0000
Where is mail sent?
---
www/officers/acreq.cgi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index fd3805d..f814314 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -230,9 +230,12 @@ _html do
end
_div.form_group do
- _div.col_sm_offset_2.col_sm_10 do
+ _div.col_sm_offset_2.col_sm_1 do
_input.btn.btn_default type: "submit", value: "Submit"
end
+ _div.col_md_9 do
+ _ 'N.B. The email is copied to root, secretary, project (or
operations if none) and the account subject. It includes the comment field.'
+ end
end
end
--
To stop receiving notification emails like this one, please contact
[email protected].