From: ArthurHoaro Date: Mon, 16 Jan 2017 12:16:03 +0000 (+0100) Subject: Stay on the changetag page after tag deletion X-Git-Tag: v0.9.0~59^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b87442f216e6745b8472b85ae8fe5d85ede29094;p=github%2Fshaarli%2FShaarli.git Stay on the changetag page after tag deletion + fix changetag CSS alignement relates to #756 --- diff --git a/index.php b/index.php index 145ea3f6..5cc440bb 100644 --- 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 ''; + echo ''; exit; } diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 6d73af3e..7ca567e7 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css @@ -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; diff --git a/tpl/default/editlink.html b/tpl/default/editlink.html index a2d9b78f..f855dfb1 100644 --- a/tpl/default/editlink.html +++ b/tpl/default/editlink.html @@ -35,7 +35,7 @@  
{else} -  
+  

{/if}