From a34e021a1b0b8896615459ea1b653348fee53d8e Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 11 Jul 2012 18:56:19 +0000 Subject: [PATCH] merging 9968 into the trunk --- .../web/templates/freemarker/body/accounts/userAccounts-add.ftl | 2 -- .../templates/freemarker/body/accounts/userAccounts-edit.ftl | 2 -- 2 files changed, 4 deletions(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 59a4cd7de..26f1eee4a 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -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>

> Add new account

-<@lvf.unsupportedBrowser urls.base /> <#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." /> diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 763855df4..e5b348fdc 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -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>

> Edit account

-<@lvf.unsupportedBrowser urls.base /> <#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." />