mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-24 18:37:05 +00:00
Merge branch 'fix-ifneedbe-checkbox' into 'develop'
Add back parenthesis for ifneedbe vote Closes #292 See merge request framasoft/framadate!260
This commit is contained in:
commit
0cd41782d1
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@
|
|||
<li class="ifneedbe">
|
||||
<input type="radio" id="i-choice-{$id}" name="choices[{$id}]" value="1" />
|
||||
<label class="btn btn-default btn-xs" for="i-choice-{$id}" title="{__('Poll results', 'Vote ifneedbe for')|html} {$slot->title|html}">
|
||||
<i class="glyphicon glyphicon-ok"></i>)<span class="sr-only">{__('Generic', 'Ifneedbe')}</span>
|
||||
(<i class="glyphicon glyphicon-ok"></i>)<span class="sr-only">{__('Generic', 'Ifneedbe')}</span>
|
||||
</label>
|
||||
</li>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue