mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
- get rid of those missing phrases with key 'empty_notify_list' and
replaced them with appropriate phrases
This commit is contained in:
parent
cbc28b7f42
commit
1e6f63237e
|
@ -19,8 +19,7 @@
|
|||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
include("../inc/inc.Settings.php");
|
||||
include("../inc/inc.ClassDocument.php");
|
||||
include("../inc/inc.ClassFolder.php");
|
||||
include("../inc/inc.ClassDMS.php");
|
||||
include("../inc/inc.DBAccess.php");
|
||||
include("../inc/inc.DBInit.php");
|
||||
include("../inc/inc.Language.php");
|
||||
|
@ -143,7 +142,7 @@ foreach ($approvalStatus["indstatus"] as $st) {
|
|||
if (!$printheader) {
|
||||
echo "</tbody>\n</table>\n";
|
||||
}else{
|
||||
printMLText("empty_notify_list");
|
||||
printMLText("no_approval_needed");
|
||||
}
|
||||
|
||||
UI::contentContainerEnd();
|
||||
|
|
|
@ -258,11 +258,11 @@ if ($showInProcess){
|
|||
|
||||
UI::contentHeading(getMLText("documents_to_review"));
|
||||
UI::contentContainerStart();
|
||||
printMLText("empty_notify_list");
|
||||
printMLText("no_review_needed");
|
||||
UI::contentContainerEnd();
|
||||
UI::contentHeading(getMLText("documents_to_approve"));
|
||||
UI::contentContainerStart();
|
||||
printMLText("empty_notify_list");
|
||||
printMLText("no_approval_needed");
|
||||
UI::contentContainerEnd();
|
||||
}
|
||||
|
||||
|
@ -328,7 +328,7 @@ if ($showInProcess){
|
|||
print "</tbody></table>";
|
||||
|
||||
}
|
||||
else printMLText("empty_notify_list");
|
||||
else printMLText("no_docs_to_look_at");
|
||||
|
||||
UI::contentContainerEnd();
|
||||
|
||||
|
@ -393,7 +393,7 @@ if ($showInProcess){
|
|||
print "</tbody></table>";
|
||||
|
||||
}
|
||||
else printMLText("empty_notify_list");
|
||||
else printMLText("no_docs_locked");
|
||||
|
||||
UI::contentContainerEnd();
|
||||
|
||||
|
|
|
@ -393,7 +393,7 @@ if (count($versions)>1) {
|
|||
}
|
||||
print "</tbody>\n</table>\n";
|
||||
}
|
||||
else printMLText("empty_notify_list");
|
||||
else printMLText("no_previous_versions");
|
||||
|
||||
UI::contentContainerEnd();
|
||||
|
||||
|
@ -446,7 +446,7 @@ if (count($files) > 0) {
|
|||
print "</tbody>\n</table>\n";
|
||||
|
||||
}
|
||||
else printMLText("empty_notify_list");
|
||||
else printMLText("no_attached_files");
|
||||
|
||||
if ($document->getAccessMode($user) >= M_READWRITE){
|
||||
print "<br>";
|
||||
|
@ -489,7 +489,7 @@ if (count($links) > 0) {
|
|||
}
|
||||
print "</tbody>\n</table>\n";
|
||||
}
|
||||
else printMLText("empty_notify_list");
|
||||
else printMLText("no_linked_files");
|
||||
|
||||
if (!$user->isGuest()){
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user