* Edited messages
* Removed obsolete lines from app.properties * Re-enabled setting of res.skinpath in HopObject.onRequest * Fixed images collection in Tag prototype
This commit is contained in:
parent
7ce90c739e
commit
98fbd6158b
11 changed files with 28 additions and 26 deletions
|
@ -72,7 +72,7 @@ Comment.prototype.edit_action = function() {
|
|||
|
||||
res.handlers.parent = this.parent;
|
||||
res.data.action = this.href(req.action);
|
||||
res.data.title = gettext("Edit comment to story {0}",
|
||||
res.data.title = gettext("Edit comment to story: {0}",
|
||||
res.handlers.story.getTitle());
|
||||
res.data.body = this.renderSkinAsString("Comment#edit");
|
||||
this.site.renderSkin("Site#page");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue