1
0
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:
Cameron
2013-03-29 04:47:01 -07:00
parent e8bfe22859
commit 38e9aa1cad
3 changed files with 5 additions and 4 deletions

View File

@@ -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')
{