From 066fb4e8e3e911b8504365cf62ce1af15e391628 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 3 Dec 2008 09:46:31 +0000 Subject: Bug fix: correct DOJO completion in tags edition git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@186 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/dojo.inc.php | 35 +++++++++++++++++++++++++++++++++++ templates/editbookmark.tpl.php | 8 ++++++-- templates/sidebar.block.menu2.php | 1 + templates/top.inc.php | 22 +++------------------- 4 files changed, 45 insertions(+), 21 deletions(-) create mode 100644 templates/dojo.inc.php (limited to 'templates') diff --git a/templates/dojo.inc.php b/templates/dojo.inc.php new file mode 100644 index 0000000..bc754a0 --- /dev/null +++ b/templates/dojo.inc.php @@ -0,0 +1,35 @@ + + + + + + + \ No newline at end of file diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index 4f97dac..9592384 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -15,8 +15,12 @@ switch ($row['bStatus']) { $accessPrivate = ' selected="selected"'; break; } + +$this->includeTemplate("dojo.inc"); ?> + + - - - - - + + -- cgit v1.2.3