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