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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user