From 3ba6640e85f194aa028b836edb3d94069ddde528 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 8 May 2012 19:04:03 +0000 Subject: [PATCH] NIHVIVO-3665 - vivo components for new class hierarchy --- productMods/WEB-INF/web.xml | 18 +++++++++--------- themes/wilma/css/wilma.css | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index a32a2999..4e5e9d62 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -635,11 +635,11 @@ - AllClassGroupsListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.AllClassGroupsListingController + ListClassGroupsController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ListClassGroupsController - AllClassGroupsListingController + ListClassGroupsController /listGroups @@ -779,11 +779,11 @@ - VClassWebappsListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.VClassWebappsListingController + ListVClassWebappsController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ListVClassWebappsController - VClassWebappsListingController + ListVClassWebappsController /listVClassWebapps @@ -798,11 +798,11 @@ - ClassHierarchyListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.ClassHierarchyListingController + ShowClassHierarchyController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ShowClassHierarchyController - ClassHierarchyListingController + ShowClassHierarchyController /showClassHierarchy diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 57e10cfe..8cb1529c 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1617,4 +1617,23 @@ input.add-account:active { #associateProfileBackgroundTwo { padding:7px 94px 45px 0; margin-top:-120px; +} +/* -------------------------------------------------> */ +/* CLASS HIERARCHY --------------------------------> */ +/* -------------------------------------------------> */ +span.headerSpanPlus { + width: 12px; + background: url(../images/green_plus_sign.gif) left center no-repeat; +} +span.headerSpanMinus { + width: 12px; + background: url(../images/green_minus_sign.gif) left center no-repeat; +} +span.subclassExpandPlus { + padding-right: 14px; + background: url(../images/green_plus_sign.gif) left center no-repeat; +} +span.subclassExpandMinus { + padding-right: 14px; + background: url(../images/green_minus_sign.gif) left center no-repeat; } \ No newline at end of file