Go to the source code of this file.
◆ documentTabs()
Definition at line 36 of file document_tabs.inc.
38 $tabs = array(
"Details" =>
"document_form",
39 "Classification" =>
"document_classification",
40 "Authors" =>
"document_authors",
41 "Preview" =>
"document_preview"
44 $qs = ($key) ?
"document_id=$key" :
"";
45 return new TabBar(
"tabs",
$tabs,
$qs);