1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 08:34:09 +02:00

Button styling updated to Bootstrap 'btn'

This commit is contained in:
Cameron
2013-04-26 13:48:23 -07:00
parent 068ec33d72
commit 66eb7c1be7
36 changed files with 104 additions and 97 deletions

View File

@@ -809,7 +809,7 @@ class poll
if (isset($_POST['preview']) || varset($_POST['edit']))
{
// $text .= "<input class='button' type='submit' name='preview' value='".POLLAN_24."' /> ";
// $text .= "<input class='btn button' type='submit' name='preview' value='".POLLAN_24."' /> ";
$text .= $frm->admin_button('preview',POLLAN_24,'other');
if (POLLACTION == 'edit')
@@ -821,19 +821,19 @@ class poll
else
{
$text .= $frm->admin_button('submit','no-value','submit', LAN_CREATE);
// $text .= "<input class='button' type='submit' name='submit' value='".POLLAN_23."' /> ";
// $text .= "<input class='btn button' type='submit' name='submit' value='".POLLAN_23."' /> ";
}
}
else
{
$text .= $frm->admin_button('preview','no-value','other',POLLAN_24);
// $text .= "<input class='button' type='submit' name='preview' value='".POLLAN_24."' /> ";
// $text .= "<input class='btn button' type='submit' name='preview' value='".POLLAN_24."' /> ";
}
if (defset('POLLID'))
{
$text .= $frm->admin_button('reset','no-value','reset',POLLAN_25);
// $text .= "<input class='button' type='submit' name='reset' value='".POLLAN_25."' /> ";
// $text .= "<input class='btn button' type='submit' name='reset' value='".POLLAN_25."' /> ";
}
$text .= "</div>