1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

Poll GUI and template fix.

This commit is contained in:
Cameron
2013-03-29 04:47:01 -07:00
parent e8bfe22859
commit 38e9aa1cad
3 changed files with 5 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ $POLL_TEMPLATE = array();
$POLL_TEMPLATE['form']['start'] = "
<div class='clearfix'>
<div class='well'>
<div>
<div class='control-group'>
<ul class='nav nav-list'>
<li class='nav-header'>
@@ -219,7 +219,7 @@ $POLL_TEMPLATE['form']['end'] = "
$POLL_TEMPLATE['results']['start'] = "
<div class='clearfix'>
<div class='well'>
<div>
<h5>Poll: {QUESTION}</h5>
";
@@ -230,6 +230,7 @@ $POLL_TEMPLATE['results']['item'] = "
$POLL_TEMPLATE['results']['end'] = "
<div class='text-center'><small>{VOTE_TOTAL}</small></div>
{COMMENTS} {OLDPOLLS}
</div>
</div>
";