Skip to content

Commit

Permalink
[New Feature] Schedule featured articles #13596
Browse files Browse the repository at this point in the history
  • Loading branch information
eshiol committed Oct 12, 2018
1 parent 5fd6d8c commit 3cecb32
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 @@ -289,6 +289,22 @@
<?php echo $this->form->getInput('publish_down'); ?>
</div>
</div>
<div class="control-group">
<div class="control-label">
<?php echo $this->form->getLabel('featured_up'); ?>
</div>
<div class="controls">
<?php echo $this->form->getInput('featured_up'); ?>
</div>
</div>
<div class="control-group">
<div class="control-label">
<?php echo $this->form->getLabel('featured_down'); ?>
</div>
<div class="controls">
<?php echo $this->form->getInput('featured_down'); ?>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<div class="control-group">
Expand Down

0 comments on commit 3cecb32

Please sign in to comment.