]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed bugs due to migration 212/head
authorThomas Citharel <thomas.citharet@gmail.com>
Sun, 8 Sep 2013 19:26:30 +0000 (21:26 +0200)
committerThomas Citharel <thomas.citharet@gmail.com>
Sun, 8 Sep 2013 19:26:30 +0000 (21:26 +0200)
inc/poche/Poche.class.php
tpl/_menu.twig
tpl/css/style.css

index a7479ad88bdcf5dffbe78c25a486d25a394cfea6..4fe938fba9ffd409af948a79cf9eca5141d7b9b8 100644 (file)
@@ -561,6 +561,6 @@ class Poche
 
     function convertURLToBase64($plainurl){
         $convertedURL = base64_encode($plainurl);
-        $this->action('add', new Url($convertedURL))
+        $this->action('add', new Url($convertedURL));
    }
 }
\ No newline at end of file
index 8341c49c508aa0938b84dfec010854ff38947fcc..b39ce35feddf6968e29b5e242d4ad9004fcfb664 100644 (file)
@@ -3,7 +3,6 @@
                 <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li>
                 <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li>
                 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
-                <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
                <li><a id="addurlbutton" onclick="showinput();" href="#" title="{% trans "addlink" %}">{% trans "addlink" %}</a></li>
                    <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
                </ul>
index 808e4b69623d5b7a2d53137e027e45c5e492ad48..7d2c143fcea2a37033f9ec41716d9b2bc59a1a9c 100644 (file)
@@ -259,14 +259,14 @@ footer {
 }
 
 #inputform{
-+    display: none;
-+    text-align:center;
-+    max-width:300px;
-+    margin-left:auto;
-+    margin-right:auto;
-+    margin-top:5px;
-+    background-color: rgba(0, 0, 0, 0.9);
-+    opacity:0.8;
-+    color:white;
-+    border-radius: 3px;
-+}
\ No newline at end of file
+    display: none;
+    text-align:center;
+    max-width:300px;
+    margin-left:auto;
+    margin-right:auto;
+    margin-top:5px;
+    background-color: rgba(0, 0, 0, 0.9);
+    opacity:0.8;
+    color:white;
+    border-radius: 3px;
+}
\ No newline at end of file