summaryrefslogtreecommitdiffstatshomepage
path: root/templates/sidebar.block.tagactions.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-03-14 10:46:44 +0000
committerGravatar mensonge2008-03-14 10:46:44 +0000
commit3476d694227b0fb6db8e3c45f55b912a358d1a6d (patch)
treebbdb5e155f88c85e56b7e8caac5d4e9f8912c174 /templates/sidebar.block.tagactions.php
parent219888d4899fa1704452ed7169b718f6766aaa07 (diff)
downloadscuttle-3476d694227b0fb6db8e3c45f55b912a358d1a6d.tar.gz
scuttle-3476d694227b0fb6db8e3c45f55b912a358d1a6d.zip
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
Diffstat (limited to 'templates/sidebar.block.tagactions.php')
-rw-r--r--templates/sidebar.block.tagactions.php2
1 files changed, 2 insertions, 0 deletions
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);
?>
<h2><?php echo T_('Actions'); ?></h2>
@@ -24,6 +25,7 @@ if ($userservice->isLoggedOn()) {
<?php if ($GLOBALS['enableCommonTagDescription']): ?>
<li><a href="<?php echo $commondesclink; ?>"><?php echo T_('Edit Tag Common Description') ?></a></li>
<?php endif; ?>
+ <li><a href="<?php echo $addtag2taglinklink; ?>"><?php echo T_('Create a link to another tag') ?></a></li>
</ul>
</div>