NIHVIVO-151. Display the DisplayMessage on the next page loaded. Clear the message from the session. Added sample display markup to page templates.
This commit is contained in:
parent
02864178f5
commit
174c548b27
3 changed files with 25 additions and 9 deletions
|
@ -21,7 +21,13 @@
|
|||
|
||||
<hr class="hidden" />
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="contentwrap">
|
||||
<#if flash?has_content>
|
||||
<div id="flash-message">
|
||||
${flash}
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<div id="content">
|
||||
${body}
|
||||
</div> <!-- content -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue