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:
Tobi Schäfer 2007-10-11 13:38:29 +00:00
parent 77845f0121
commit ded7f5fcea
28 changed files with 24 additions and 23 deletions

View file

@ -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");

View file

@ -1,3 +1,4 @@
<% #delete %>
<form action="<% response.action %>" method="post">
<p class="storyTitle">Warning!</p>
<p><% param.text %></p>