Sourcecode in HopObject/delete.skin:
1: <form method="post" action="<% response.action %>">
2: <p class="storyTitle">Warning!</p>
3: <p>You are about to <strong>delete <% param.description %><% param.detail prefix=" "" suffix=""" %></strong>... Be aware of the fact that <em>there is no "undo"</em>, so if you click on "Delete" here it will be gone forever.</p>
4: <p><% input type="submit" name="remove" value="Delete" %> <% input type="submit" name="cancel" value="Cancel" %></p>
5: </form>
6:
|