|
@@ 268-272 (lines=5) @@
|
| 265 |
|
$label = Widget::Label(__('Navigation Group')); |
| 266 |
|
$label->appendChild(Widget::Input('meta[navigation_group]', $meta['navigation_group'])); |
| 267 |
|
|
| 268 |
|
if (isset($this->_errors['navigation_group'])) { |
| 269 |
|
$navgroupdiv->appendChild(Widget::Error($label, $this->_errors['navigation_group'])); |
| 270 |
|
} else { |
| 271 |
|
$navgroupdiv->appendChild($label); |
| 272 |
|
} |
| 273 |
|
|
| 274 |
|
if (is_array($sections) && !empty($sections)) { |
| 275 |
|
$ul = new XMLElement('ul', null, |
|
@@ 529-533 (lines=5) @@
|
| 526 |
|
$label = Widget::Label(__('Navigation Group')); |
| 527 |
|
$label->appendChild(Widget::Input('meta[navigation_group]', $meta['navigation_group'])); |
| 528 |
|
|
| 529 |
|
if (isset($this->_errors['navigation_group'])) { |
| 530 |
|
$navgroupdiv->appendChild(Widget::Error($label, $this->_errors['navigation_group'])); |
| 531 |
|
} else { |
| 532 |
|
$navgroupdiv->appendChild($label); |
| 533 |
|
} |
| 534 |
|
|
| 535 |
|
if (is_array($sections) && !empty($sections)) { |
| 536 |
|
$ul = new XMLElement('ul', null, |