Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
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
31
class
Tag_Manager_Edit_Fns
extends
Asset_Edit_Fns
32
{
33
34
39
function
Tag_Manager_Edit_Fns
()
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
?>
squiz_matrix
core
assets
system
tag_manager
tag_manager_edit_fns.inc
Generated on Tue Jan 29 2013 14:04:40 for Squiz Matrix by
1.8.3.1