Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
tag_manager_edit_fns.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_edit/asset_edit_fns.inc';
18 
19 
32 {
33 
34 
40  {
41  $this->Asset_Edit_Fns();
42 
43  // disable all static screens
44  $this->static_screens = Array();
45 
46  // enable just the details
47  $this->static_screens['details']['name'] =translate('details');
48  $this->static_screens['details']['force_unlock'] = FALSE;
49  $this->static_screens['details']['lock_type'] = 'attributes';
50 
51  }//end constructor
52 
53 
54 }//end class
55 
56 ?>