merging 9968 into the trunk
This commit is contained in:
parent
46d5b47e92
commit
a34e021a1b
2 changed files with 0 additions and 4 deletions
|
@ -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." />
|
||||
|
|
|
@ -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." />
|
||||
|
|
Loading…
Add table
Reference in a new issue