doc->featureBar['tableContents'] as $barType => $barName):?>
createLink('doc', $app->rawMethod, $linkParams), "{$barName}" . ($active ? " {$pager->recTotal}" : ''), '', "class='btn btn-link $active' id='{$barType}Tab'");?>
doc->searchDoc;?>
createLink('doc', 'mine2export', "libID=$libID&moduleID=$moduleID", 'html', true);
echo html::a($exportLink, " " . $lang->export, '', "class='btn btn-link export' data-width='480px' id='mine2export'");
}
if(common::hasPriv('doc', 'createLib'))
{
echo html::a(helper::createLink('doc', 'createLib', "type=mine"), ' ' . $this->lang->doc->createLib, '', 'class="btn btn-secondary iframe" data-width="800px"');
}
if($libID and common::hasPriv('doc', 'create')) echo $this->doc->printCreateBtn($lib, $moduleID);
?>