* Replaced most remaining occurrences of getMessage() method calls with adequate gettext() method calls
* Removed obsolete Root.getSiteList() method * Moved searchview.skin as #result subskin into Story.skin * Fixed alignment of calendar month
This commit is contained in:
parent
78b2261e88
commit
77255296dc
14 changed files with 54 additions and 99 deletions
|
@ -395,7 +395,7 @@ Site.prototype.search_action = function() {
|
|||
res.push();
|
||||
while (rows.next()) {
|
||||
ref = Story.getById(rows.getColumnItem("id"));
|
||||
ref.renderSkin("Story#preview");
|
||||
ref.renderSkin("Story#result");
|
||||
counter += 1;
|
||||
}
|
||||
rows.release();
|
||||
|
|
|
@ -664,6 +664,7 @@ ul.skinmgrTree li div {
|
|||
}
|
||||
|
||||
.calendar {
|
||||
text-align: center;
|
||||
color: <% value "small font color" %>;
|
||||
font-family: <% value "small font" %>;
|
||||
font-size: <% value "small font size" %>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue