Implement moving scrap to another folder

This commit is contained in:
Kijin Sung 2017-09-28 13:28:43 +09:00
parent ed02a0f064
commit cf0a5d019c
8 changed files with 87 additions and 5 deletions

View file

@ -297,6 +297,7 @@ $lang->column_type_list['date'] = 'date(yyyy/mm/dd)';
$lang->column_name = 'Column Name';
$lang->column_title = 'Column Title';
$lang->default_value = 'Default Value';
$lang->default_folder = 'Default Folder';
$lang->is_active = 'Active';
$lang->is_required = 'Required Field';
$lang->eid = 'Name of user defined';