| @@ 1731-1734 (lines=4) @@ | ||
| 1728 | ||
| 1729 | $element->appendChild($ul); |
|
| 1730 | // No entries |
|
| 1731 | } else { |
|
| 1732 | $element->setAttribute('class', 'association parent empty'); |
|
| 1733 | $header->appendChild(new XMLElement('p', __('No links to %s', array($a->generate())))); |
|
| 1734 | } |
|
| 1735 | $content->appendChild($element); |
|
| 1736 | unset($field); |
|
| 1737 | } |
|
| @@ 1852-1855 (lines=4) @@ | ||
| 1849 | } |
|
| 1850 | ||
| 1851 | // No entries |
|
| 1852 | } else { |
|
| 1853 | $element->setAttribute('class', 'association child empty'); |
|
| 1854 | $header->appendChild(new XMLElement('p', __('No links in %s', array($a->generate())))); |
|
| 1855 | } |
|
| 1856 | ||
| 1857 | $header->appendChild($create); |
|
| 1858 | $element->prependChild($header); |
|