mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
show warning if import file has no users or misses a header line
This commit is contained in:
parent
823d98b261
commit
63ca342576
|
@ -120,6 +120,11 @@ class SeedDMS_View_ImportUsers extends SeedDMS_Theme_Style {
|
|||
}
|
||||
*/
|
||||
echo "</table>";
|
||||
} else {
|
||||
if($colmap)
|
||||
$this->warningMsg(getMLText('import_users_no_users'));
|
||||
else
|
||||
$this->warningMsg(getMLText('import_users_no_column_mapping'));
|
||||
}
|
||||
$this->columnEnd();
|
||||
$this->rowEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user