* Refactored Archive due to buggy behaviour of the calendar and general inconsistent code

* Disabled tagging of layout images
 * Disabled "days" page mode (ie. switched to counting stories only)
 * Moved Site.href skin to Site#href (subskin)
 * Fixed minor issues
 * Edited text and messages
This commit is contained in:
Tobi Schäfer 2008-04-16 16:42:40 +00:00
parent d18a5b95fc
commit 06eed430a8
12 changed files with 181 additions and 165 deletions

View file

@ -90,7 +90,7 @@ Images.prototype.create_action = function() {
}
res.data.action = this.href(req.action);
res.data.title = gettext("Add image to site {0}", this._parent.title);
res.data.title = gettext("Add image to site {0}", res.handlers.site.title);
res.data.body = image.renderSkinAsString("Image#edit");
res.handlers.site.renderSkin("Site#page");
return;