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