* Fixed skin names according to issue #16

* Fixed rendering of values stored in res.meta.values
 * Removed obsolete code (mostly disabled by comments already)
This commit is contained in:
Tobi Schäfer 2008-01-19 17:36:33 +00:00
parent 5044e3610a
commit 0ba8805d02
25 changed files with 279 additions and 294 deletions

View file

@ -146,7 +146,7 @@ Root.prototype.create_action = function() {
Root.prototype.sites_action = function() {
res.data.list = renderList(root.sites,
"Site#list", 10, req.queryParams.page);
"Site#preview", 10, req.queryParams.page);
res.data.pager = renderPager(root.sites,
this.href(req.action), 10, req.queryParams.page);
res.data.title = gettext("Sites of {0}", root.title);