mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +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")
|
if($this->action == "avail")
|
||||||
{
|
{
|
||||||
$text .= "
|
$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 .= "
|
$text .= "
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Reference in New Issue
Block a user