]> git.wh0rd.org - tt-rss.git/commitdiff
fix typos in sphinx_enabled definition; update logo
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 3 Dec 2010 08:20:54 +0000 (11:20 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 3 Dec 2010 08:23:49 +0000 (11:23 +0300)
config.php-dist
images/logo.png
modules/popup-dialog.php
tt-rss.css

index f3045f70ec75af797afec30107d053b3985b060b..5027f78d0cdaa95daef5426150f1a2cda9456779 100644 (file)
        // intervals is disabled and all articles (which are not starred) 
        // older than this amount of days are purged.
 
-       define('SPHINX_ENABLE', false);
+       define('SPHINX_ENABLED', false);
        // Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
        // Please see http://tt-rss.org/wiki/SphinxSearch for more information.
 
index dfd973b3dea73ebd4db42b4e234b09d8af60f299..0f6dfaf3358e85b0ac7410c96a0b648588967791 100644 (file)
Binary files a/images/logo.png and b/images/logo.png differ
index 4513c7cfb443de0cf9c6f1593ce3e78e83c475da..d9de6ab53e9b22c770bd7d3ccb4da22b863eda2f 100644 (file)
 
                        print "<div class=\"dlgSecCont\">";
 
-                       if (!SPHINX_ENABLE) {
+                       if (!SPHINX_ENABLED) {
 
                                print "<input dojoType=\"dijit.form.ValidationTextBox\" 
                                        style=\"font-size : 16px; width : 12em;\"
index 8d4c52f71197e03a54197b0237d7abf8abe4e078..07f66e3690b86968961fd6d1c335bd5d722a0bf0 100644 (file)
@@ -1046,7 +1046,6 @@ div.return a:hover {
 #header .logo {
        float : right;
        margin-left : 10px;
-       border : 1px solid #88b0f0;
 }
 
 #header a {