mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Poll GUI and template fix.
This commit is contained in:
@@ -545,7 +545,7 @@ class poll
|
||||
if ($type == 'preview')
|
||||
{
|
||||
$caption = POLLAN_23.SEP."Preview";
|
||||
$text = "<div style='text-align:center; margin-left: auto; margin-right: auto;'>\n<table style='width:350px' class='fborder'>\n<tr>\n<td>\n$text\n</td></tr></table></div>";
|
||||
$text = "<div class='clearfix'>\n<div class='well span3'>".$text."</div></div>";
|
||||
}
|
||||
elseif ($type == 'forum')
|
||||
{
|
||||
|
Reference in New Issue
Block a user