0) { echo " [$number_pending " . _DML_DOCS_NOT_APPROVED . "] "; } if ($number_unpublished > 0) { echo " [$number_unpublished " . _DML_DOCS_NOT_PUBLISHED . "] "; } if ($number_unpublished < 1 && $number_pending < 1) { echo " [" . _DML_NO_PENDING_DOCS . "] "; } ?>
published ? 'unpublish' : 'publish'; $img = $row->published ? 'publish_g.png' : 'publish_x.png'; $alt = $row->published ? _DML_PUBLISHED : _DML_UNPUBLISH ; $file = new DOCMAN_File($row->dmfilename, $_DOCMAN->getCfg('dmpath')); ?>approved) { ?> checked_out) { ?>
getListFooter();?>
id, ($row->checked_out && $row->checked_out != $my->id));?> checked_out && ($row->checked_out != $my->id)) { ?> dmname;?>  [ ] dmname;?> exists()) {?> dmfilename);?> treename ?> dmdate_published); ?> dmowner); ?> <?php echo $alt;?> approve exists()) { echo $file->getSize(); } ?> dmcounter;?> editor;?> ---
id ? _DML_EDIT : _DML_ADD).' '._DML_DOCUMENT; dmHTML::adminHeading( $tmp, 'documents' ) ?>
startPane("content-pane"); $tabs->startTab(_DML_DOC, "document-page"); HTML_DMDocuments::_showTabDocument($row, $lists, $last, $created); $tabs->endTab(); $tabs->startTab(_DML_TAB_PERMISSIONS, "ownership-page"); HTML_DMDocuments::_showTabPermissions($row, $lists, $last, $created); $tabs->endTab(); $tabs->startTab(_DML_TAB_LICENSE, "license-page"); HTML_DMDocuments::_showTabLicense($row, $lists, $last, $created); if(isset($params)) : $tabs->endTab(); $tabs->startTab(_DML_TAB_DETAILS, "details-page"); HTML_DMDocuments::_showTabDetails($row, $lists, $last, $created, $params); endif; $tabs->endTab(); $tabs->endPane(); ?>
approved) {?> ', _DML_APPROVED); ?> ', _DML_PUBLISHED); ?> dmdescription , 'dmdescription', '500', '200', '50', '5') ; ?>
dmdate_published);?>
', _DML_DOCURL);?>
', _DML_HOMEPAGE);?>
', _DML_OWNER); ?>
', _DML_MAINTAINER); ?>
[name;?>] on dmdate_published) ?>
[name;?>] dmlastupdateon) { echo " on " . mosFormatDate($row->dmlastupdateon); } ?>
', _DML_LICENSE_TYPE); ?>
', _DML_DISPLAY_LIC); ?>
render();?>
"; foreach ($items as $item) { echo "
  • " . $item->dmname . "
  • "; } echo "";?>
    "; } ?>
    "; foreach ($items as $item) { echo "
  • " . $item->dmname . "
  • "; } echo "";?>
    "; } ?>