1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

More bootstrap work.

This commit is contained in:
Cameron
2012-12-11 21:21:25 -08:00
parent 03ad96c309
commit f9d4b0d291
6 changed files with 37 additions and 8 deletions

View File

@@ -404,7 +404,7 @@ class poll
}
$count ++;
}
$SUBMITBUTTON = "<input class='button' type='submit' name='pollvote' value='".POLLAN_30."' />";
$SUBMITBUTTON = "<input class='button btn' type='submit' name='pollvote' value='".POLLAN_30."' />";
if (('preview' == $type || $preview == TRUE) && strpos(e_SELF, "viewtopic") === FALSE)
{
$SUBMITBUTTON = "[".POLLAN_30."]";