mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
replace text when folder is empty
This commit is contained in:
parent
cbc68eab5c
commit
18d54438f5
|
@ -100,7 +100,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style {
|
|||
print "<th>".getMLText("comment")."</th>\n";
|
||||
print "</tr>\n</thead>\n<tbody>\n";
|
||||
}
|
||||
else printMLText("empty_notify_list");
|
||||
else printMLText("empty_folder_list");
|
||||
|
||||
|
||||
foreach($subFolders as $subFolder) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user