Skip to content

Commit

Permalink
REDSHOP-4391 [Fix] Travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
thongredweb committed May 18, 2017
1 parent e2c147b commit 6f0c606
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 518 deletions.
42 changes: 9 additions & 33 deletions component/admin/views/category/tmpl/edit_information.php
Expand Up @@ -16,39 +16,15 @@
<h3 class="box-title"><?php echo JText::_('COM_REDSHOP_CATEGORY_INFORMATION'); ?></h3>
</div>
<div class="box-body">
<div class="form-group row-fluid">
<?php echo $this->form->renderField('name') ?>
</div>
<div class="form-group row-fluid">
<?php echo $this->form->renderField('parent_id') ?>
</div>
<div class="form-group row-fluid">
<?php echo $this->form->renderField('published') ?>
</div>

<div class="form-group row-fluid">
<?php echo $this->form->renderField('products_per_page') ?>
</div>

<div class="form-group row-fluid">
<?php echo $this->form->renderField('template') ?>
</div>

<div class="form-group row-fluid">
<?php echo $this->form->renderField('more_template') ?>
</div>

<div class="form-group row-fluid">
<?php echo $this->form->renderField('compare_template_id') ?>
</div>

<div class="form-group row-fluid">
<?php echo $this->form->renderField('short_description') ?>
</div>

<div class="form-group row-fluid">
<?php echo $this->form->renderField('description') ?>
</div>
<?php echo $this->form->renderField('name') ?>
<?php echo $this->form->renderField('parent_id') ?>
<?php echo $this->form->renderField('published') ?>
<?php echo $this->form->renderField('products_per_page') ?>
<?php echo $this->form->renderField('template') ?>
<?php echo $this->form->renderField('more_template') ?>
<?php echo $this->form->renderField('compare_template_id') ?>
<?php echo $this->form->renderField('short_description') ?>
<?php echo $this->form->renderField('description') ?>
</div>
</div>
</div>
Expand Down

0 comments on commit 6f0c606

Please sign in to comment.