Merge r7061 from nihvivo-rel-1.2-maint

This commit is contained in:
rjy7 2011-01-17 01:31:02 +00:00
parent 4aa1aebd3a
commit 5731e19a43

View file

@ -16,7 +16,7 @@
<#assign noDataNotification> <#assign noDataNotification>
<h3>There are currently no ${page.title?lower_case} in the system</h3> <h3>There are currently no ${page.title?lower_case} in the system</h3>
<p>Please <a href="${urls.login}" title="log in to manage this site">login</a> to manage content.</p> <p>Please <a href="${urls.login}" title="log in to manage this site">log in</a> to manage content.</p>
<p>You can browse all of the public content currently in the system using the <a href="${urls.index}" title="browse all content">index page</a>.</p> <p>You can browse all of the public content currently in the system using the <a href="${urls.index}" title="browse all content">index page</a>.</p>
</#assign> </#assign>