|
@@ 242-246 (lines=5) @@
|
| 239 |
|
$label = Widget::Label(__('Navigation Group')); |
| 240 |
|
$label->appendChild(Widget::Input('meta[navigation_group]', $meta['navigation_group'])); |
| 241 |
|
|
| 242 |
|
if (isset($this->_errors['navigation_group'])) { |
| 243 |
|
$navgroupdiv->appendChild(Widget::Error($label, $this->_errors['navigation_group'])); |
| 244 |
|
} else { |
| 245 |
|
$navgroupdiv->appendChild($label); |
| 246 |
|
} |
| 247 |
|
|
| 248 |
|
if (is_array($sections) && !empty($sections)) { |
| 249 |
|
$ul = new XMLElement('ul', null, array('class' => 'tags singular', 'data-interactive' => 'data-interactive')); |
|
@@ 452-456 (lines=5) @@
|
| 449 |
|
$label = Widget::Label(__('Navigation Group')); |
| 450 |
|
$label->appendChild(Widget::Input('meta[navigation_group]', $meta['navigation_group'])); |
| 451 |
|
|
| 452 |
|
if (isset($this->_errors['navigation_group'])) { |
| 453 |
|
$navgroupdiv->appendChild(Widget::Error($label, $this->_errors['navigation_group'])); |
| 454 |
|
} else { |
| 455 |
|
$navgroupdiv->appendChild($label); |
| 456 |
|
} |
| 457 |
|
|
| 458 |
|
if (is_array($sections) && !empty($sections)) { |
| 459 |
|
$ul = new XMLElement('ul', null, array('class' => 'tags singular', 'data-interactive' => 'data-interactive')); |