diff options
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r-- | templates/editbookmark.tpl.php | 6 |
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>← <?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 +?> |