diff --git a/backend.php b/backend.php index c64ceaa97..410f89864 100644 --- a/backend.php +++ b/backend.php @@ -526,6 +526,10 @@ $print_exec_time = false; break; // digestSend + case "loading": + print __("Loading, please wait...") . " " . + ""; + case "getProfiles": $login = db_escape_string($_REQUEST["login"]); $password = db_escape_string($_REQUEST["password"]); @@ -553,6 +557,7 @@ } // Select action according to $op value. + // We close the connection to database. db_close($link); ?> diff --git a/digest.css b/digest.css index 2ed6aae93..a31680325 100644 --- a/digest.css +++ b/digest.css @@ -1,7 +1,7 @@ -body { +body#ttrssDigest { background : #f0f0f0; color : black; - font-family : sans-serif; + font-family : "Lucida Grande", Arial, sans-serif; font-size : 12px; } @@ -298,3 +298,13 @@ a:hover { #overlay img { vertical-align : middle; } + +div.fatalError button { + margin-top : 5px; +} + +div.fatalError textarea { + width : 100%; + height : 100px; +} + diff --git a/digest.js b/digest.js index d282f4ee2..520c3d619 100644 --- a/digest.js +++ b/digest.js @@ -429,6 +429,7 @@ function add_headline_entry(article, feed, no_effects) { "