moved some ezc functions from templates/item.cpp to Item and ItemContent
removed: templates/item.cpp updated: some html templates which use [item] or [item_tab] removed some old html templates: item_info.html and itam_tab_info.html
This commit is contained in:
@@ -272,10 +272,15 @@ public:
|
||||
|
||||
bool has_user() const;
|
||||
bool has_group() const;
|
||||
bool item_users_different();
|
||||
|
||||
bool is_meta_object();
|
||||
bool is_admin_meta_object();
|
||||
bool is_meta_object() const;
|
||||
bool is_admin_meta_object() const;
|
||||
|
||||
bool are_dates_equal() const;
|
||||
|
||||
bool is_link_to() const;
|
||||
bool is_link_redirect() const;
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user