mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Button styling updated to Bootstrap 'btn'
This commit is contained in:
@@ -201,7 +201,7 @@ class pm_shortcodes extends e_shortcode
|
||||
<input class='tbox' type='file' name='file_userfile[]' size='40' />
|
||||
</span>
|
||||
</div>
|
||||
<input type='button' class='button' value='".LAN_PM_11."' onclick=\"duplicateHTML('upline','up_container');\" />
|
||||
<input type='button' class='btn button' value='".LAN_PM_11."' onclick=\"duplicateHTML('upline','up_container');\" />
|
||||
";
|
||||
return $ret;
|
||||
}
|
||||
@@ -479,7 +479,7 @@ class pm_shortcodes extends e_shortcode
|
||||
// pm_id is mapped insisde the config to id key
|
||||
$ret = "
|
||||
<form method='post' action='".$this->url('reply', $this->var)."'>
|
||||
<input type='checkbox' name='quote' /> ".LAN_PM_54."  <input class='button' type='submit' name='reply' value='".LAN_PM_55."' />
|
||||
<input type='checkbox' name='quote' /> ".LAN_PM_54."  <input class='btn button' type='submit' name='reply' value='".LAN_PM_55."' />
|
||||
</form>
|
||||
";
|
||||
return $ret;
|
||||
@@ -568,7 +568,7 @@ class pm_shortcodes extends e_shortcode
|
||||
|
||||
public function sc_pm_delete_blocked_selected()
|
||||
{
|
||||
return "<input type='submit' name='pm_delete_blocked_selected' class='button' value='".LAN_PM_53."' />";
|
||||
return "<input type='submit' name='pm_delete_blocked_selected' class='btn button' value='".LAN_PM_53."' />";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user