12 lines
555 B
Smarty
12 lines
555 B
Smarty
<table class="table" style="display: table; margin-bottom: 5px; float: left; width: 95%; height: 100px;">
|
|
<div style="margin: 0; margin-top: 5px; margin-bottom: 8px;">
|
|
<tr>
|
|
<td class="" style="">
|
|
<a class="btn btn-primary btn-small btn_vote" style="float:right" poll_ID="${ID}">${full_vote_btn}</a>
|
|
<h4>${title}</h4>
|
|
Nr.${ID}
|
|
</td>
|
|
<td class="${vote_class}" style="width: 20px; margin-top: 10px; border-left: 2px solid black;"></td>
|
|
</tr>
|
|
</table>
|