Skip to content

Commit

Permalink
Remove '{{SAVE_ICON}}', tiny design fixes
Browse files Browse the repository at this point in the history
refs #6641
  • Loading branch information
Al2Klimov committed Aug 19, 2014
1 parent c6d4ab4 commit ea0248e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Expand Up @@ -30,7 +30,7 @@ public function create()
'value' => $this->config->protected_customvars
)
);
$this->setSubmitLabel('{{SAVE_ICON}} Save');
$this->setSubmitLabel('Save');
}

/**
Expand Down
@@ -1,4 +1,6 @@
<div class="controls">
<?= $this->tabs ?>
</div>
<?= $this->form ?>
<div class="content">
<?= $this->form ?>
</div>
Expand Up @@ -13,4 +13,3 @@ foreach ($object->customvars as $name => $value) {
$this->escape($value)
);
}

0 comments on commit ea0248e

Please sign in to comment.