Rev 13579 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('Brand'); ?><fieldset><legend><?php echo __('Add Brand'); ?></legend><?phpecho $this->Form->input('name');echo $this->Form->input('category_id');echo $this->Form->input('displayed_in_preference_page');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div></div>