more bug fixes

This commit is contained in:
JT Smith 2006-03-22 04:38:19 +00:00
parent 8e1f06676a
commit fbaadce274
5 changed files with 26 additions and 28 deletions

View file

@ -18,7 +18,7 @@
<tmpl_var dateStamp.label>
</td>
</tr>
<tmpl_if message.noresults>
<tmpl_if noresults>
<tr>
<td class="tableData">
<tmpl_var noresults>

View file

@ -10,11 +10,8 @@
<tmpl_var status><br /><br />
<p> <tmpl_var message></p>
<div class="accountOptions">
<ul>
<tmpl_loop accountOptions>
<li><tmpl_var options.display></li>
<ul class="accountOptions">
<tmpl_loop accountOptions><li><tmpl_var options.display></li>
</tmpl_loop>
</ul>
</div>
</ul>