summaryrefslogtreecommitdiffstatshomepage
path: root/templates/editbookmark.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-01-09 15:51:35 +0000
committerGravatar mensonge2008-01-09 15:51:35 +0000
commitef9143907f1ea6600a6c66065f0e18ac42f3535b (patch)
tree37382b6d5b8df60670cd5efecbcfd388d68d06e8 /templates/editbookmark.tpl.php
parentb1c3fbad478b43080e7506243d3fb77465a599d4 (diff)
downloadscuttle-ef9143907f1ea6600a6c66065f0e18ac42f3535b.tar.gz
scuttle-ef9143907f1ea6600a6c66065f0e18ac42f3535b.zip
Structured tags '>' for each user
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@3 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r--templates/editbookmark.tpl.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php
index a590d81..f707668 100644
--- a/templates/editbookmark.tpl.php
+++ b/templates/editbookmark.tpl.php
@@ -46,6 +46,10 @@ window.onload = function() {
<td>&larr; <?php echo T_('Comma-separated'); ?></td>
</tr>
<tr>
+ <th></th>
+ <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 align="left"><?php echo T_('Privacy'); ?></th>
<td>
<select name="status">
@@ -117,4 +121,4 @@ document.write('<\/ul>');
<?php
}
$this->includeTemplate($GLOBALS['bottom_include']);
-?> \ No newline at end of file
+?>