diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-25 10:53:43 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-25 10:53:43 +0000 |
commit | 9271c2dc5a48a7583f040eb8f2414ebe61783787 (patch) | |
tree | ba53b2aff790130e90bc5526f5826711702d5930 /templates/about.tpl.php | |
parent | 4283e6b3a2976f8044ca1ca70836b67ed5909717 (diff) | |
download | semanticscuttle-9271c2dc5a48a7583f040eb8f2414ebe61783787.tar.gz semanticscuttle-9271c2dc5a48a7583f040eb8f2414ebe61783787.tar.bz2 |
New feature: add opensearch plugin for browsers.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@334 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/about.tpl.php')
-rw-r--r-- | templates/about.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index 23fd8a9..f6afdf6 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -23,6 +23,7 @@ $this->includeTemplate($GLOBALS['top_include']); <h3><?php echo T_('Tips'); ?></h3> <ul> +<li><?php echo T_('Add search plugin into your browser:'); ?> <a href="" onclick="window.external.AddSearchProvider('<?php echo ROOT?>api/opensearch.php');">opensearch</a></li> <li><?php echo T_('The secret tag "system:unfiled" allows you to find bookmarks without tags.'); ?></li> <li><?php echo T_('The secret tag "system:imported" allows you to find imported bookmarks.'); ?></li> </ul> |