From 2a043f5971f0ef3a376be2a62b74e1e787c37919 Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 6 May 2011 14:54:32 +0000 Subject: [PATCH] NIHVIVO-2279 First stab at UserAccountsListController --- productMods/WEB-INF/web.xml | 10 ++++++++++ .../body/siteAdmin/siteAdmin-siteConfiguration.ftl | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index aa62d193..d8d7f257 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -838,6 +838,7 @@ /addRestriction + UsersListingController edu.cornell.mannlib.vitro.webapp.controller.edit.listing.UsersListingController @@ -847,6 +848,15 @@ /listUsers + + UserAccountsList + edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsListController + + + UserAccountsList + /listUserAccounts + + StatementChangeListingController edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena.StatementChangeListingController diff --git a/productMods/templates/freemarker/body/siteAdmin/siteAdmin-siteConfiguration.ftl b/productMods/templates/freemarker/body/siteAdmin/siteAdmin-siteConfiguration.ftl index 9d9b309e..b8f58a36 100644 --- a/productMods/templates/freemarker/body/siteAdmin/siteAdmin-siteConfiguration.ftl +++ b/productMods/templates/freemarker/body/siteAdmin/siteAdmin-siteConfiguration.ftl @@ -22,10 +22,15 @@
  • Tab management
  • + <#-- TODO This goes away when the UserAccounts are fully implemented - jblake --> <#if siteConfig.urls.users??>
  • User accounts
  • + <#if siteConfig.urls.userList??> +
  • Manage user accounts (work in progress)
  • + +