From: Christian Weiske Date: Tue, 5 Apr 2011 16:56:51 +0000 (+0200) Subject: move bookmarklet code to own template file X-Git-Tag: v0.98.0~91 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=705d016301194b39b87ec4f1223633bf1ac4489e;p=semanticscuttle.git move bookmarklet code to own template file --- diff --git a/data/templates/bookmarklet.inc.php b/data/templates/bookmarklet.inc.php new file mode 100644 index 0000000..9867745 --- /dev/null +++ b/data/templates/bookmarklet.inc.php @@ -0,0 +1,117 @@ +

+

+ + diff --git a/data/templates/editbookmark.tpl.php b/data/templates/editbookmark.tpl.php index b7fb227..8b71230 100644 --- a/data/templates/editbookmark.tpl.php +++ b/data/templates/editbookmark.tpl.php @@ -206,126 +206,9 @@ $this->includeTemplate('dynamictags.inc'); // Bookmarklets and import links if (empty($_REQUEST['popup']) && (!isset($showdelete) || !$showdelete)) { -?> - -

-

- - +$this->includeTemplate('bookmarklet.inc.php'); +?>