18 require_once SQ_INCLUDE_PATH.
'/asset_edit/asset_edit_fns.inc';
41 parent::__construct();
43 $this->static_screens = Array(
45 'name' => translate(
'details'),
46 'force_unlock' => FALSE,
47 'lock_type' =>
'none',
50 unset($this->static_screens[
'web_paths']);
67 $type = $asset->getMimeType();
69 if (strpos($type,
'text') === 0) {
72 echo
'<a href="?a='.$asset->id.
'" target="_BLANK">'.$asset->name.
'</a>';