* 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
|
@ -56,7 +56,7 @@ Files.prototype.create_action = function() {
|
|||
}
|
||||
|
||||
res.data.action = this.href(req.action);
|
||||
res.data.title = gettext("Add a file to {0}", this._parent.title);
|
||||
res.data.title = gettext("Add file to {0}", this._parent.title);
|
||||
res.data.body = file.renderSkinAsString("File#edit");
|
||||
this._parent.renderSkin("Site#page");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue