Skip to content

Commit

Permalink
Added "Remove Frameset" clickthrough on control bar next to Repreview…
Browse files Browse the repository at this point in the history
… option.
  • Loading branch information
paulorrock committed Jun 20, 2006
1 parent 6c5ed77 commit d0802bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion comp/workflow/profile/preview/control/control.html
Expand Up @@ -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;
}
}
</script>
</head>
<body>
<p id="actions"><a href="#" id="repreview">Repreview</a></p>
<p id="actions"><a href="#" id="repreview">Repreview</a> - <a href="#" id="removeframe">Remove Frameset</a></p>
</body>
</html>
% my $unwanted_uri = pop_page();
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Changes.pod
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d0802bd

Please sign in to comment.