Skip to content

Commit

Permalink
class the history and note buttons for better CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
scc committed Aug 13, 2008
1 parent 09865e6 commit 2f44c0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/FireHose/templates/tag_widget;firehose;default
Expand Up @@ -45,12 +45,14 @@ __template__
<input type="button" value="save" onclick="firehose_save_note('[% item.id %]')">
</span>
[%# the note button %]
<span class="admin-note">
<a id="note-text-[% item.id %]" href="#" onclick="firehose_open_note('[% item.id %]'); return false">
[%- IF !item.note %]N[% END -%][% item.note | strip_literal -%]
</a>
</span>
</div>
[%# the history button %]
<span id="taghist-[% id %]"><a href="#" onclick="tagsHistory('[% id %]','firehose'); return false">H</a></span>
<span class="history-button" id="taghist-[% id %]"><a href="#" onclick="tagsHistory('[% id %]','firehose'); return false">H</a></span>
</span>
[% END %]
[%# the disclosure triangle %]
Expand Down

0 comments on commit 2f44c0f

Please sign in to comment.