Project

General

Profile

« Previous | Next » 

Revision 4406

Added by daigle about 16 years ago

Add support email to configuration error messages

View differences:

page-message-section.jsp
76 76
   } else if (request.getAttribute("processingErrors") != null && ((Vector<String>)request.getAttribute("processingErrors")).size() > 0) { 
77 77
%>
78 78
   <div class=error-header>
79
      The following errors occurred.  Please correct errors if possible or contact your system adminstrator or contact support at blah@blah.com <br><br>
79
      The following errors occurred.  Please correct errors if possible or contact your system adminstrator or contact support at <%= (String)request.getAttribute("supportEmail") %> <br><br>
80 80
   </div>  
81 81
   <div class=error-text>
82 82
<%     

Also available in: Unified diff