1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 14:51:25 +02:00

added :prefs to the help

This commit is contained in:
Martin Stubenschrott
2008-01-22 16:15:00 +00:00
parent b0d51d7516
commit 435bce0d98
4 changed files with 43 additions and 12 deletions
+4 -1
View File
@@ -38,10 +38,13 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
# maximum 3 tags for now
[section-inlinemacro]
<a id="{target}" />
<table style="border-bottom: 1px solid silver; width: 100%">
<tr width="100%"><td width="50%"><h2>{target}</h2></td><td width="50%">
{3? <span class="tag section">{3}</span>}
{2? <span class="tag section">{2}</span>}
{1? <span class="tag section">{1}</span>}
<h2>{target}</h2>
</td></tr>
</table>
[help-inlinemacro]
<a href="chrome://vimperator/locale/{1}">{target}</a>