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:
parent
19ded06787
commit
78c2fe4bd2
@ -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']);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user