mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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>";
|
echo "</table>";
|
||||||
|
} else {
|
||||||
|
if($colmap)
|
||||||
|
$this->warningMsg(getMLText('import_users_no_users'));
|
||||||
|
else
|
||||||
|
$this->warningMsg(getMLText('import_users_no_column_mapping'));
|
||||||
}
|
}
|
||||||
$this->columnEnd();
|
$this->columnEnd();
|
||||||
$this->rowEnd();
|
$this->rowEnd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user