(cp 72094c5) fixes #1090 move warning about missing checksums from dashboard to sync page

* avoid scaring users for a minor issue
* convert the warning message into a simple info
* simplify algorithm for detection and only search on relevant pages (batch manager + sync page)
This commit is contained in:
plegall
2019-10-14 14:18:43 +02:00
parent 5cbe5aadd9
commit 0a89747afa
4 changed files with 21 additions and 30 deletions
+9
View File
@@ -470,6 +470,15 @@ $template->assign(
)
);
if (isset($page['no_md5sum_number']))
{
$template->assign(
array(
'NB_NO_MD5SUM' => $page['no_md5sum_number'],
)
);
}
// +-----------------------------------------------------------------------+
// | caddie options |
// +-----------------------------------------------------------------------+