1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-28 14:05:47 +01:00

Highlighting and stuff.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-05 08:26:38 -05:00
parent 0cc69f8932
commit 2e27dc3571
3 changed files with 19 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ var AutoCommands = Module("autocommands", {
template.map(items, function (item, i)
<tr>
<td highlight="Title" style="padding-right: 1em;">{i == 0 ? event : ""}</td>
<td>{item.filter}</td>
<td>{item.filter.toXML ? item.filter.toXML() : item.filter}</td>
<td>{item.command}</td>
</tr>) +
<tr style="height: .5ex;"/>) +