bouton edit à droite du nom

This commit is contained in:
Erwan TERTRAIS 2017-12-09 13:55:49 +01:00 committed by Thomas Citharel
parent 05e4b820fb
commit c95c13e069

View File

@ -102,9 +102,11 @@
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span> <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
<input type="hidden" name="edited_vote" value="{$vote->uniqId}"/> <input type="hidden" name="edited_vote" value="{$vote->uniqId}"/>
<input type="text" id="name" name="name" value="{$vote->name|html}" class="form-control" title="{__('Generic', 'Your name')}" placeholder="{__('Generic', 'Your name')}" /> <input type="text" id="name" name="name" value="{$vote->name|html}" class="form-control" title="{__('Generic', 'Your name')}" placeholder="{__('Generic', 'Your name')}" />
</div> </div>
</td> </td>
{$k=0} {$k=0}
{foreach $slots as $slot} {foreach $slots as $slot}
{foreach $slot->moments as $moment} {foreach $slot->moments as $moment}
@ -149,7 +151,17 @@
{* Voted line *} {* Voted line *}
<th class="bg-info">{$vote->name|html}</th> <th class="bg-info">{$vote->name|html}
<span style="float:right;">
<a href="{if $admin}{poll_url id=$poll->admin_id vote_id=$vote->uniqId admin=true}{else}{poll_url id=$poll->id vote_id=$vote->uniqId}{/if}" class="btn btn-default btn-sm" title="{__f('Poll results', 'Edit the line: %s', $vote->name)|html}">
<i class="glyphicon glyphicon-pencil"></i><span class="sr-only">{__('Generic', 'Edit')}</span>
</a>
</span>
</th>
{$k=0} {$k=0}
{foreach $slots as $slot} {foreach $slots as $slot}