more bug fixes
This commit is contained in:
parent
8e1f06676a
commit
fbaadce274
5 changed files with 26 additions and 28 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<tmpl_var dateStamp.label>
|
||||
</td>
|
||||
</tr>
|
||||
<tmpl_if message.noresults>
|
||||
<tmpl_if noresults>
|
||||
<tr>
|
||||
<td class="tableData">
|
||||
<tmpl_var noresults>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue