From 9098fe0aaa2b59a64ee5177b3bd70bd329a914f8 Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Sun, 18 Jan 2015 12:14:51 +0100 Subject: [PATCH] Admin: Redorder polls column title, format, author, email, expiration's date, users, id, actions --- tpl/admin/polls.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tpl/admin/polls.tpl b/tpl/admin/polls.tpl index 1636b88..30c773d 100644 --- a/tpl/admin/polls.tpl +++ b/tpl/admin/polls.tpl @@ -25,26 +25,25 @@ - - + + {foreach $polls as $poll} - + - @@ -54,6 +53,7 @@ {/if} +
{_('Poll ID')}{_('Format')} {_('Title')}{_('Format')} {_('Author')} {_('Email')} {_('Expiration\'s date')} {_('Users')}{_('Poll ID')} {_('Actions')}
{$poll->id|html}{$poll->title|html} {if $poll->format === 'D'} - {_('Date')} + {_('Date')} {else} - {_('Classic')} + {_('Classic')} {/if} {$poll->title|html} {$poll->admin_name|html} {$poll->admin_mail|html}{strtotime($poll->end_date)|date_format:'d/m/Y'}TODO{$poll->id|html} {_('See the poll')} {_('Change the poll')}