Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by BobHarner: http://wiki.apache.org/lenya/HowToDefaultPublicationUsefulChanges The comment on the change is: Fixed grammatical error & changed to use "Unlock Document" consistently. ------------------------------------------------------------------------------ === Unlock Interface 2: Menu Item on Site Tab === - This adds a menu item on the drop-down menu available within the "Site" tab. This it more difficult for users to unlock documents, because they have to go over to the Site tab and find the menu item. + This adds a menu item on the drop-down menu available within the "Site" tab. By design, this makes it somewhat difficult for users to unlock documents, because they have to go over to the Site tab and find the menu item. Note that such a menu item is already included in the lenya-1.2.x branch. You will find it under the Edit-Menu called CheckIn. This usecase informs the user that the document is already checked out by the user xy and on what date. The user than has the possiblity to checkin the document or to cancel. @@ -384, +384 @@ <xsp:logic> { if (isDocument) { - <item uc:usecase="override-checkout" uc:step="showscreen" href="?"><i18n:text>Override Checkout</i18n:text></item> + <item uc:usecase="override-checkout" uc:step="showscreen" href="?"><i18n:text>Unlock Document</i18n:text></item> } else { - <item><i18n:text>Override Checkout</i18n:text></item> + <item><i18n:text>Unlock Document</i18n:text></item> } } </xsp:logic> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
