diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-28 14:55:07 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-28 14:55:07 +0000 |
commit | 3ef7b27643328861ab47bc1cfd8596bc747b5a09 (patch) | |
tree | 22ad2cd5d4742e9472ef3ea0d56af733a6bddf5b /templates/editbookmark.tpl.php | |
parent | e740849d4c37dca5634e0ac39ffb6dfdb2aedf1e (diff) | |
download | semanticscuttle-3ef7b27643328861ab47bc1cfd8596bc747b5a09.tar.gz semanticscuttle-3ef7b27643328861ab47bc1cfd8596bc747b5a09.tar.bz2 |
new feature: structured tags, add synonym link
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@29 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r-- | templates/editbookmark.tpl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index f707668..3101431 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -50,6 +50,10 @@ window.onload = function() { <td align="right"><small><?php echo T_('Note: use ">" to include one tag in another. e.g.: europe>france>paris')?><small></td> </tr> <tr> + <th></th> + <td align="right"><small><?php echo T_('Note: use "=" to make synonym two tags. e.g.: france=frenchcountry')?><small></td> +</tr> +<tr> <th align="left"><?php echo T_('Privacy'); ?></th> <td> <select name="status"> |