Index: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl =================================================================== --- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 2131) +++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 2132) @@ -154,4 +154,5 @@ + @@ -416,5 +417,6 @@ + /bedework/page='modSubscription' or + /bedework/page='deleteSubConfirm'"> @@ -1160,7 +1162,7 @@
- + @@ -2475,6 +2477,5 @@ - - + folder @@ -4397,4 +4398,7 @@ + + + @@ -4574,7 +4578,7 @@
- Select the public calendar or folder: +
-
    + @@ -4659,4 +4663,79 @@ + + + +

    Remove Subscription

    +

    + The following subscription will be removed. + Continue? +

    +
    + +

    Delete Folder

    +

    + The following folder and all its contents will be deleted. + Continue? +

    +
    + +

    Delete Calendar

    +

    + The following calendar will be deleted. Continue? +

    +
    +
    + +
    + + + + + + + + + + + + + + + + + +
    Path: + +
    Name: + +
    Summary: + +
    Description: + +
    + + + + + + +
    + + + + + + + + + + + + + +
    +
    +
    + @@ -4694,4 +4773,5 @@ +
    @@ -4743,4 +4823,6 @@
    + +   @@ -4764,4 +4846,6 @@ + +   @@ -4788,18 +4872,21 @@

    Remove View?

    - -

    The following view will be removed. Be forewarned: if caching is - enabled, removing views from a - production system can cause the public interface to throw errors until the - cache is flushed (a few minutes). +

    + The view + will be removed.

    +

    + Be forewarned: if caching is + enabled, removing views from a production system can cause the public + interface to throw errors until the + cache is flushed (a few minutes). +

    Continue?

    -

    - -

    - + + + Index: trunk/deployment/webadmin/webapp/resources/resources/bedework.js =================================================================== --- trunk/deployment/webadmin/webapp/resources/resources/bedework.js (revision 2131) +++ trunk/deployment/webadmin/webapp/resources/resources/bedework.js (revision 2132) @@ -166,10 +166,13 @@ // used to update a calendar subscription (alias) We must do two things: update the hidden // calendar input field and update the displayed text -function updatePublicCalendarAlias(newCalPath,calDisplay,calTreeNodeId,calendarCollection) { +function updatePublicCalendarAlias(newCalPath,calDisplay,calendarCollection) { var calendarAliasHolder = document.getElementById("publicAliasHolder"); + var bwCalDisplay = document.getElementById("bwPublicCalDisplay"); calendarAliasHolder.value = newCalPath; - $('#'+calTreeNodeId).addClass("strong"); - var bwCalDisplay = document.getElementById("bwPublicCalDisplay"); - bwCalDisplay.innerHTML = "Selected calendar: " + calDisplay + ""; + bwCalDisplay.innerHTML = '' + calDisplay + ' '; + changeClass("publicSubscriptionTree","invisible"); +} +function showPublicCalAliasTree() { + changeClass("publicSubscriptionTree","calendarTree"); } // set the subscription URI when creating or updating a subscription