source: extensions/mypolls/admin/plugin_admin_voter_list.tpl @ 31975

Last change on this file since 31975 was 3397, checked in by grum, 15 years ago

Add plugin MyPolls - this release is not published in PEM (functionnal but not tested yet...)

  • Property svn:executable set to *
File size: 224 bytes
Line 
1{if isset($voter_list_rows) and count($voter_list_rows)}
2  <ul class=compact>
3  {foreach from=$voter_list_rows key=name item=voter_list_row}
4    <li>{$voter_list_row.USERNAME}</li>
5  {/foreach}
6  </ul>
7{/if}
8
9{$datas.PAGES}
Note: See TracBrowser for help on using the repository browser.