diff options
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"> |