diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 15:18:50 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 15:18:50 +0000 |
commit | 78c2fe4bd2e3658273756cf5e609547c6b5d4e61 (patch) | |
tree | 752d8fc9a2a67ed809003fe8dcb64fefddaf0a65 /templates | |
parent | 19ded067879380d954747f8ba6953679f5668e78 (diff) | |
download | semanticscuttle-78c2fe4bd2e3658273756cf5e609547c6b5d4e61.tar.gz semanticscuttle-78c2fe4bd2e3658273756cf5e609547c6b5d4e61.tar.bz2 |
Interface change: add tips in about page.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@321 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.tpl.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index ebe9a85..23fd8a9 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -19,9 +19,15 @@ $this->includeTemplate($GLOBALS['top_include']); <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?> <li>SemanticScuttle v0.93</li> <?php endif ?> +</ul> +<h3><?php echo T_('Tips'); ?></h3> +<ul> +<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> + <?php $this->includeTemplate($GLOBALS['bottom_include']); ?> |