* 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:
parent
5044e3610a
commit
0ba8805d02
25 changed files with 279 additions and 294 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue