From 3476d694227b0fb6db8e3c45f55b912a358d1a6d Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Mar 2008 10:46:44 +0000 Subject: Interface design: improve tag2tag link edition (add item in Actions menu and improve tag2tagedit page) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@81 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/sidebar.block.tagactions.php | 2 ++ templates/tag2tagedit.tpl.php | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/sidebar.block.tagactions.php b/templates/sidebar.block.tagactions.php index a19db0b..907a61d 100644 --- a/templates/sidebar.block.tagactions.php +++ b/templates/sidebar.block.tagactions.php @@ -12,6 +12,7 @@ if ($userservice->isLoggedOn()) { $renamelink = createURL('tagrename', $currenttag); $deletelink = createURL('tagdelete', $currenttag); $commondesclink = createURL('tagcommondescriptionedit', $currenttag); + $addtag2taglinklink = createURL('tag2tagadd', $currenttag); ?>

@@ -24,6 +25,7 @@ if ($userservice->isLoggedOn()) {
  • +
  • diff --git a/templates/tag2tagedit.tpl.php b/templates/tag2tagedit.tpl.php index 4e5850b..740a654 100644 --- a/templates/tag2tagedit.tpl.php +++ b/templates/tag2tagedit.tpl.php @@ -2,17 +2,19 @@ $this->includeTemplate($GLOBALS['top_include']); ?> -
    -

    + +

    +

    - +

    - +

    - - + +

    @@ -23,19 +25,17 @@ $this->includeTemplate($GLOBALS['top_include']);
    - -

    - + +

    - +

    -

    +

    - - + +

    -- cgit v1.2.3