Tweaks to: adding stylesheets from freemarker templates; contact form styles. Add sender's name to sender address on contact form email notification.
This commit is contained in:
parent
bda278e59b
commit
197aa2f4f9
6 changed files with 22 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
<#-- Confirmation page for comment form -->
|
||||
|
||||
<h2>Thank you for your feedback</h2>
|
||||
<img src="${siteIconDir}/mail.gif" alt="mailbox"/><br/>
|
||||
<img src="${siteIconPath}/mail.gif" alt="mailbox"/><br/>
|
||||
|
||||
<p>Thank you for contacting our curation and development team. We will respond to your inquiry as soon as possible.</p>
|
||||
<p>Return to the <a href="${urls.home}">home page</a>.</p>
|
|
@ -1,6 +1,6 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<img src="${siteIconDir}/bomb.gif" alt="email error"/>
|
||||
<img src="${siteIconPath}/bomb.gif" alt="email error"/>
|
||||
|
||||
|
||||
<p class="normal">An error occurred during the processing of your request.<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue