adapted parameters to other macros (using no, one and more instead of singular and plural)

This commit is contained in:
Tobi Schäfer 2002-02-01 17:20:18 +00:00
parent 637f755782
commit 861adf6006

View file

@ -1,6 +1,6 @@
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="3" class="small"><% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total singular="vote" plural="votes" %>)</td>
<td colspan="3" class="small"><% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total no="votes" one="vote" more="votes" %>)</td>
</tr>
<tr valign="top">
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.question limit="200" suffix="&nbsp;..." %></td>