Improve admin table display
This commit is contained in:
parent
9054885bcc
commit
73a1df84be
@ -16,12 +16,14 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<p>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
{$polls|count} {_('polls in the database at this time')}
|
||||
{if $log_file}
|
||||
<a role="button" class="btn btn-default btn-xs pull-right" href="{$log_file|resource}">{_('Logs')}</a>
|
||||
{/if}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<table class="table table-bordered">
|
||||
<tr align="center">
|
||||
@ -61,7 +63,7 @@
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
<div>
|
||||
<div class="panel-heading">
|
||||
{_('Pages:')}
|
||||
{for $p=1 to $pages}
|
||||
{if $p===$page}
|
||||
@ -71,5 +73,6 @@
|
||||
{/if}
|
||||
{/for}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{/block}
|
Loading…
Reference in New Issue
Block a user