Skip to content

Commit

Permalink
Dev: Updated feature #14584: More with in global plugin settings (#1234)
Browse files Browse the repository at this point in the history
Dev: same the global settings (except for tab)
  • Loading branch information
Shnoulle committed Mar 2, 2019
1 parent c75a661 commit 6a2ce58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/views/admin/pluginmanager/configure.php
Expand Up @@ -7,7 +7,8 @@
?>
<div class="pagetitle h3"><?php echo sprintf(gT("Settings for plugin: %s"), $plugin['name']); ?></div>

<div class="col-md-6 col-md-offset-1">
<div class="col-md-10 col-md-offset-1">
<div class="container-fluid">
<?php
$title = isset($properties['pluginName']) ? sprintf(gT("Settings for plugin: %s"), $properties['pluginName']) : null;
if (is_null($title)) $title = isset($plugin['name']) ? sprintf(gT("Settings for plugin %s"), $plugin['name']) : null;
Expand All @@ -32,4 +33,5 @@
</div>"
));
?>
</div>
</div>

0 comments on commit 6a2ce58

Please sign in to comment.