18 require_once SQ_INCLUDE_PATH.
'/asset_edit/asset_edit_fns.inc';
42 parent::__construct();
44 unset($this->static_screens[
'workflow']);
45 unset($this->static_screens[
'metadataSchemas']);
46 unset($this->static_screens[
'permissions']);
47 unset($this->static_screens[
'roles']);
48 unset($this->static_screens[
'logs']);
49 unset($this->static_screens[
'dependants']);
50 unset($this->static_screens[
'metadata']);
51 unset($this->static_screens[
'settings']);
52 unset($this->static_screens[
'tagging']);
53 unset($this->static_screens[
'layouts']);
54 unset($this->static_screens[
'preview']);
55 unset($this->static_screens[
'history']);
75 $asset_bits = explode(
':', $asset->id);
76 $parent = $GLOBALS[
'SQ_SYSTEM']->am->getAsset($asset_bits[0]);
77 $binary_attrs = $parent->getBinaryDataAttributes();
78 foreach($binary_attrs as $index => $attr) {
79 $binary_attrs[$index] = strtolower($attr);
83 <b>Record Set Is: </b>
86 foreach ($vars as $key => $value) {
90 if ($key !=
'shadow_asset_name') {
91 ?><td><b><?php echo $key;?></b></td>
94 if (!empty($binary_attrs) && in_array($key, $binary_attrs)) {