| @@ 69-78 (lines=10) @@ | ||
| 66 | array('name' => 'variant.name', 'header' => 'Название'),
|
|
| 67 | ); |
|
| 68 | ||
| 69 | if( isset($columns['articul']) ) |
|
| 70 | {
|
|
| 71 | $optionColumns[] = array( |
|
| 72 | 'name' => 'articul', |
|
| 73 | 'header' => 'Артикул', |
|
| 74 | 'class' => 'OnFlyEditField', |
|
| 75 | 'ajaxUrl' => Yii::app()->controller->createUrl('/product/parameterGrid/parameterGrid/onflyedit'),
|
|
| 76 | 'htmlOptions' => array('class' => 'span5'),
|
|
| 77 | ); |
|
| 78 | } |
|
| 79 | ||
| 80 | if( isset($columns['price']) ) |
|
| 81 | {
|
|
| @@ 80-89 (lines=10) @@ | ||
| 77 | ); |
|
| 78 | } |
|
| 79 | ||
| 80 | if( isset($columns['price']) ) |
|
| 81 | {
|
|
| 82 | $optionColumns[] = array( |
|
| 83 | 'name' => 'price', |
|
| 84 | 'header' => 'Цена', |
|
| 85 | 'class' => 'OnFlyEditField', |
|
| 86 | 'ajaxUrl' => Yii::app()->controller->createUrl('/product/parameterGrid/parameterGrid/onflyedit'),
|
|
| 87 | 'htmlOptions' => array('class' => 'span2'),
|
|
| 88 | ); |
|
| 89 | } |
|
| 90 | ||
| 91 | if( isset($columns['dump']) ) |
|
| 92 | {
|
|