Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev: More room before plugin settings buttons; remove duplicate header
  • Loading branch information
olleharstedt committed Dec 16, 2015
1 parent e054774 commit 4fe5671
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/views/admin/pluginmanager/configure.php
Expand Up @@ -6,13 +6,12 @@

$this->widget('ext.SettingsWidget.SettingsWidget', array(
'settings' => $settings,
'title' => $title,
'formHtmlOptions' => array(
'id' => "pluginsettings-{$plugin['name']}",
),
'method' => 'post',
'additionalHtml' => "
<div class='col-xs-6 col-sm-3'></div> <!-- Clear row -->
<div class='col-xs-6 col-sm-3'>&nbsp;</div> <!-- Clear row -->
<div class='col-sm-5'></div>
<div class='col-sm-7'>
<button name='save' class='btn btn-success' type='submit'><span class='glyphicon glyphicon-ok'></span>&nbsp;Save</button>
Expand Down

0 comments on commit 4fe5671

Please sign in to comment.