mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
plugin manager: center instead of left "install plugins" button
This commit is contained in:
@@ -885,7 +885,7 @@ class pluginManager{
|
||||
if($this->action == "avail")
|
||||
{
|
||||
$text .= "
|
||||
<div class='buttons-bar left'>".$frm->admin_button($button_mode, $button_caption, $button_action)."</div>";
|
||||
<div class='buttons-bar center'>".$frm->admin_button($button_mode, $button_caption, $button_action)."</div>";
|
||||
}
|
||||
$text .= "
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user