]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-updates.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-updates.php
index 33b0d7f7b6353777a17be411cd62100fc617918f..1df2177ddfc9de673d99482706216426ffa6af8a 100644 (file)
@@ -90,7 +90,7 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
 // Is a newer version available?
 if (empty($ONLINE['version'])) {
        // Disconnected?
-       loadTemplate('admin_settings_saved', false, '<div class="admin_failed">{--ADMIN_CANNOT_CHECK_VERSION--} (' . $ONLINE['code'] . ')</div>');
+       loadTemplate('admin_settings_unsaved', false, '{--ADMIN_CANNOT_CHECK_VERSION--} (' . $ONLINE['code'] . ')');
 } elseif (($ONLINE['version'] != getFullVersion()) || ($ONLINE['revision'] > getCurrSvnRevision())) {
        // New full-version available (all previous released patches are included in this version!)
        $ONLINE['changed'] = generateDateTime($ONLINE['changed'], 2);