Renamed type.properties according to prototype naming scheme recently introduced in Helma (s. http://helma.org/bugs/show_bug.cgi?id=533)
This commit is contained in:
parent
77845f0121
commit
ded7f5fcea
28 changed files with 24 additions and 23 deletions
|
@ -87,7 +87,7 @@ HopObject.prototype.delete_action = function() {
|
|||
|
||||
res.data.action = this.href(req.action);
|
||||
res.data.title = gettext("Confirm deletion of " + this);
|
||||
res.data.body = this.renderSkinAsString("delete", {
|
||||
res.data.body = this.renderSkinAsString("HopObject#delete", {
|
||||
text: gettext('You are about to delete {0}.', this)
|
||||
});
|
||||
res.handlers.site.renderSkin("page");
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<% #delete %>
|
||||
<form action="<% response.action %>" method="post">
|
||||
<p class="storyTitle">Warning!</p>
|
||||
<p><% param.text %></p>
|
Loading…
Add table
Add a link
Reference in a new issue