merging 9968 into the trunk

This commit is contained in:
tworrall 2012-07-11 18:56:19 +00:00
parent 46d5b47e92
commit a34e021a1b
2 changed files with 0 additions and 4 deletions

View file

@ -1,11 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for adding a user account -->
<#import "lib-vivo-form.ftl" as lvf>
<h3><a class="account-menu" href="accountsAdmin" title="add new account">User accounts</a> > Add new account</h3>
<@lvf.unsupportedBrowser urls.base />
<#if errorEmailIsEmpty??>
<#assign errorMessage = "You must supply an email address." />

View file

@ -1,11 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for editing a user account -->
<#import "lib-vivo-form.ftl" as lvf>
<h3><a class="account-menu" href="accountsAdmin" title="edit account">User accounts</a> > Edit account</h3>
<@lvf.unsupportedBrowser urls.base />
<#if errorEmailIsEmpty??>
<#assign errorMessage = "You must supply an email address." />