some ezc functions from templates/item.cpp moved to Item and ItemContent
methods HasAccess() HasReadAccess() and similar moved from System to Item and ItemContent
This commit is contained in:
@@ -101,11 +101,17 @@ void Ls::MakeGet()
|
||||
|
||||
cur->request->models.Add(L"items", item_tab);
|
||||
cur->request->models.Add(L"child_dirs", dir_tab);
|
||||
|
||||
// IMPROVEME this will be put by a generic method from winix
|
||||
// if output is html
|
||||
cur->request->models.Add(L"request", cur->request);
|
||||
}
|
||||
|
||||
// IMPROVEME this will be put by a generic method from winix
|
||||
// if output is html
|
||||
cur->request->models.Add(L"request", cur->request);
|
||||
|
||||
if( cur->request->is_item )
|
||||
{
|
||||
cur->request->models.Add(L"item", cur->request->item);
|
||||
}
|
||||
////////////////////////////////////////////////////////////
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user