support 446 Posted June 29, 2014 Report Share Posted June 29, 2014 Открывайте файл /app/View/Contents/admin.ctp и меняйте: echo $this->Html->tableHeaders(array( __('Title'), __('Type'), __('Active'), __('Show in menu'), __('Export to YML'), __('Default'), __('Price'), __('Sort Order'), __('Action'), '<input type="checkbox" onclick="checkAll(this)" />')); на: echo $this->Html->tableHeaders(array( __('Title'), __('Type'), __('Active'), __('Show in menu'), __('Export to YML'), __('Default'), __('Price'), __('Sort Order'), __('Stock'), __('Action'), '<input type="checkbox" onclick="checkAll(this)" />')); Меняйте: array($content['Content']['order'], array('align'=>'center')), на: array($content['Content']['order'], array('align'=>'center')), array($content['ContentProduct']['stock'],array('id' => 'stock'.$content['Content']['id'],'align' => 'center', 'class' => 'edit')), Link to post Share on other sites
Recommended Posts