diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-04-24 08:48:57 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-04-24 08:48:57 +0000 |
commit | 791f1492478e4497a554c2a3a1c8737c36d71821 (patch) | |
tree | 4037e33a1d69a7a9170d88666e0752d900c904c4 /templates/tag2tagadd.tpl.php | |
parent | 3b79d6b9cc75eaf2b54f6d41843a313b13395c8d (diff) | |
download | semanticscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.gz semanticscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.bz2 |
Interface design: improve tags presentation, menu box, popup size, redirection after adding a bookmark, RSS link position
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@118 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/tag2tagadd.tpl.php')
-rw-r--r-- | templates/tag2tagadd.tpl.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/tag2tagadd.tpl.php b/templates/tag2tagadd.tpl.php index 84ee31a..5c82223 100644 --- a/templates/tag2tagadd.tpl.php +++ b/templates/tag2tagadd.tpl.php @@ -7,7 +7,6 @@ $this->includeTemplate($GLOBALS['top_include']); <p align=right" style="float:right"> <small style="text-align:right"><?php echo T_('Note: use "=" to make synonym two tags. e.g.: france=frenchcountry')?></small><br/> <small style="text-align:right"><?php echo T_('Note: use ">" to include one tag in another. e.g.: europe>france>paris')?></small><br/> -<small style="text-align:right"><?php echo sprintf(T_('Note: include a tag into \'%s\' tag (e.g. %s>countries) display the tag into the menu box'), $GLOBALS['menuTag'], $GLOBALS['menuTag'])?></small> </p> <p><?php echo T_('Create new link:')?></p> @@ -16,8 +15,9 @@ $this->includeTemplate($GLOBALS['top_include']); <input type="text" name="linkType" value=">" size="1" maxlength="1"/> <input type="text" name="tag2" /> </p> - - +<p> +<small style="text-align:right"><?php echo sprintf(T_('Note: include a tag into \'%s\' tag (e.g. %s>countries) display the tag into the menu box'), $GLOBALS['menuTag'], $GLOBALS['menuTag'])?></small> +</p> <!--p><?php echo T_('Are you sure?'); ?></p--> <p> <input type="submit" name="confirm" value="<?php echo T_('Create'); ?>" /> |