* 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:
Tobi Schäfer 2008-01-13 16:44:09 +00:00
parent 78b2261e88
commit 77255296dc
14 changed files with 54 additions and 99 deletions

View file

@ -49,6 +49,10 @@
</div>
</div>
<% #result %>
<br /><% story.summary %>
<div class="small">by <% story.creator %> (<% story.modified short %>)</div>
<% #top %>
<tr>
<td align="right" valign="baseline" class="small"><% param.position %></td>

View file

@ -1,3 +0,0 @@
<br /><% story.content part="title" as="link" %><br />
<% story.content part="text" limit="200" suffix="&nbsp;..." %>
<div class="small">by <% story.creator %> (<% story.modifytime format="short" %>)</div>