replace text when folder is empty

This commit is contained in:
steinm 2013-01-24 09:31:17 +00:00
parent cbc68eab5c
commit 18d54438f5

View File

@ -100,7 +100,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style {
print "<th>".getMLText("comment")."</th>\n"; print "<th>".getMLText("comment")."</th>\n";
print "</tr>\n</thead>\n<tbody>\n"; print "</tr>\n</thead>\n<tbody>\n";
} }
else printMLText("empty_notify_list"); else printMLText("empty_folder_list");
foreach($subFolders as $subFolder) { foreach($subFolders as $subFolder) {