diff --git a/comp/workflow/profile/preview/control/control.html b/comp/workflow/profile/preview/control/control.html index 6d1103325..1245e191e 100644 --- a/comp/workflow/profile/preview/control/control.html +++ b/comp/workflow/profile/preview/control/control.html @@ -20,11 +20,17 @@ parent.preview_uri; return false; } + var btnRemoveFrame = document.getElementById("removeframe"); + btnRemoveFrame.onclick = function() { + parent.location.href = + parent.preview_uri; + return false; + } } -

Repreview

+

Repreview - Remove Frameset

% my $unwanted_uri = pop_page(); diff --git a/lib/Bric/Changes.pod b/lib/Bric/Changes.pod index 38dd2f10a..a678ca16a 100644 --- a/lib/Bric/Changes.pod +++ b/lib/Bric/Changes.pod @@ -86,6 +86,11 @@ related assets. If the auto publish of a related story or media asset will not be possible then the publish request will fail. It can be changed to warn, the previous behaviour, if required. [Paul Orrock] +=item * + +Added 'Remove Frameset' clickthrough on control bar next to Repreview option. +[Paul Orrock] + =back =head2 Bug Fixes @@ -307,8 +312,6 @@ List of templates deployed is now reported properly after a successful deploy =back - - =head1 VERSION 1.10.1 (2006-03-20) =head2 New Features