Skip to content

Commit

Permalink
beez
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Dec 22, 2017
1 parent a6cae91 commit ecc1221
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/beez3/html/com_content/form/edit.php
Expand Up @@ -229,6 +229,22 @@
<?php echo $this->form->getInput('tags'); ?>
</div>
</div>
<div class="control-group">
<div class="control-label">
<?php echo $this->form->getLabel('note'); ?>
</div>
<div class="controls">
<?php echo $this->form->getInput('note'); ?>
</div>
</div>
<?php if ($params->get('save_history', 0)) : ?>
<div class="control-label">
<?php echo $this->form->getLabel('version_note'); ?>
</div>
<div class="controls">
<?php echo $this->form->getInput('version_note'); ?>
</div
<?php endif; ?>
<?php if ($params->get('show_publishing_options', 1) == 1) : ?>
<div class="control-group">
<div class="control-label">
Expand Down

0 comments on commit ecc1221

Please sign in to comment.