Interface change: add tips in about page.

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@321 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2009-05-05 15:18:50 +00:00
parent 19ded06787
commit 78c2fe4bd2

View File

@ -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']);
?>