'; echo $L->g('There are no draft pages at this moment.'); echo '
'; return false; } } elseif ($type == 'scheduled') { $list = $scheduled; if (empty($list)) { echo ''; echo $L->g('There are no scheduled pages at this moment.'); echo '
'; return false; } } elseif ($type == 'static') { $list = $static; if (empty($list)) { echo ''; echo $L->g('There are no static pages at this moment.'); echo '
'; return false; } } elseif ($type == 'sticky') { $list = $sticky; if (empty($list)) { echo ''; echo $L->g('There are no sticky pages at this moment.'); echo '
'; return false; } } echo '
' . ($page->title() ? $page->title() : '' . $L->g('Empty title') . ' ') . '
' . $L->g('View') . '
' . $L->g('Edit') . '
';
if (count($page->children()) == 0) {
echo 'Delete';
}
echo '
| ';
echo '' . $L->get('Category') . ': ' . ($page->category() ? $page->category() : $L->get('uncategorized')) . ' | '; echo '' . (((ORDER_BY == 'position') || ($type != 'published')) ? $L->g('Position') . ': ' . $page->position() : $page->date(MANAGE_CONTENT_DATE_FORMAT)) . ' | '; echo '
' . ($child->title() ? $child->title() : '' . $L->g('Empty title') . ' ') . '
| ';
echo '' . $L->get('Category') . ': ' . ($child->category() ? $child->category() : $L->get('uncategorized')) . ' | '; echo '' . (((ORDER_BY == 'position') || ($type != 'published')) ? $L->g('Position') . ': ' . $child->position() : $child->date(MANAGE_CONTENT_DATE_FORMAT)) . ' | '; echo '
' . ($page->title() ? $page->title() : '' . $L->g('Empty title') . ' ') . '
| ';
echo '' . $L->get('Category') . ': ' . ($page->category() ? $page->category() : $L->get('uncategorized')) . ' | '; echo '' . (((ORDER_BY == 'position') || ($type != 'published')) ? $L->g('Position') . ': ' . $page->position() : $page->date(MANAGE_CONTENT_DATE_FORMAT)) . ' | '; echo '