added: functions: ckeditor, uptime
added: for function: login - a html pattern for GET request git-svn-id: svn://ttmath.org/publicrep/winix/trunk@567 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -18,28 +18,28 @@ namespace TemplatesNotifyFunctions
|
||||
|
||||
void notify_item_added(Info & i)
|
||||
{
|
||||
i.result = (notify_msg->notify_code & CMSLU_NOTIFY_ITEM_ADD) != 0;
|
||||
i.result = (notify_msg->notify_code & WINIX_NOTIFY_ITEM_ADD) != 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void notify_item_edited(Info & i)
|
||||
{
|
||||
i.result = (notify_msg->notify_code & CMSLU_NOTIFY_ITEM_EDIT) != 0;
|
||||
i.result = (notify_msg->notify_code & WINIX_NOTIFY_ITEM_EDIT) != 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void notify_item_deleted(Info & i)
|
||||
{
|
||||
i.result = (notify_msg->notify_code & CMSLU_NOTIFY_ITEM_DELETE) != 0;
|
||||
i.result = (notify_msg->notify_code & WINIX_NOTIFY_ITEM_DELETE) != 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void notify_dir_added(Info & i)
|
||||
{
|
||||
i.result = (notify_msg->notify_code & CMSLU_NOTIFY_DIR_ADD) != 0;
|
||||
i.result = (notify_msg->notify_code & WINIX_NOTIFY_DIR_ADD) != 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user