]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Stay on the changetag page after tag deletion 767/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 16 Jan 2017 12:16:03 +0000 (13:16 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 16 Jan 2017 12:16:03 +0000 (13:16 +0100)
+ fix changetag CSS alignement

relates to #756

index.php
tpl/default/css/shaarli.css
tpl/default/editlink.html

index 145ea3f63a51edfda5e082cc1793ef44e30ccb2e..5cc440bb33501cd3abb0db8768200f7d6dc15dc8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1208,7 +1208,7 @@ function renderPage($conf, $pluginManager, $LINKSDB)
                 $LINKSDB[$key]=$value;
             }
             $LINKSDB->save($conf->get('resource.page_cache'));
-            echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?\';</script>';
+            echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?do=changetag\';</script>';
             exit;
         }
 
index 6d73af3ea115ca027bd9173d6428921deb068c8c..7ca567e7549f5b3c729673a38c8e8455bfd6ddf9 100644 (file)
@@ -55,7 +55,7 @@ strong {
     cursor: pointer;
     height: 24px;
     padding: 0 5px;
-    margin: 5px 5px 0 0;
+    margin: 0 5px 0 0;
     color: #606060;
     border-style: outset;
     border-width: 1px;
index a2d9b78f96a61bcecf9d293892dcccefab70637f..f855dfb186739aaf79ec085710e21b08558799ea 100644 (file)
@@ -35,7 +35,7 @@
             &nbsp;<label for="lf_private"><i>Private</i></label><br>
             {else}
             <input type="checkbox"  name="lf_private" id="lf_private">
-            &nbsp;<label for="lf_private"><i>Private</i></label><br>
+            &nbsp;<label for="lf_private"><i>Private</i></label><br><br>
             {/if}
             <input type="submit" value="Save" name="save_edit" class="bigbutton">
             <input type="submit" value="Cancel" name="cancel_edit" class="bigbutton">