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:
@@ -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."]";
|
||||
|
Reference in New Issue
Block a user