40 $table->column(
"Library",
"<a href='fileshare_library_files?document_library_id={document_library_id}'>{name}</a> {description}",
true)
41 ->column(
"Last Modified By", array(
FileshareManager, getLibraryLastModifiedBy),
true)
42 ->column(
"Last Modified", array(
FileshareManager, getLibraryLastModified),
true)
43 ->column(
"Created By",
"{Owner.first_name} {Owner.last_name}",
true)
49 $table->emptyMessage =
"You do not have any file sharing libraries.";
54 if (
$user && !preg_match(
"/\\bvisitor\\b/",
$user->role))
58 <div
id=
"submit_block">
59 <a href=
"fileshare_library_form"><img alt=
"create_library" src=
"/fakoli/images/button_create_library.png"/></a>
static using()
Import the datamodels, views and manifest for the specified component(s).
static usingFile()
Uses the specified framework file(s) from the framework directory.