Skip to content

Commit

Permalink
Updated classing on A..Z links for topic selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Sep 23, 2005
1 parent 50e8492 commit 4f5f976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Admin/templates/topic_popup_tree;admin;default
Expand Up @@ -70,7 +70,7 @@ __template__
<input width="30" type="button" value="Search" onclick="[% name %]_search('ab')">
<br>
[%- FOREACH letter = ['A' .. 'Z'] %]
<a href="#" onclick="return [% name %]_search('ab','[% letter %]');">[% letter %]</a>
<a href="#" class="topic_sel" onclick="return [% name %]_search('ab','[% letter %]');">[% letter %]</a>
[%- END %]
<br>
</p><p>
Expand Down

0 comments on commit 4f5f976

Please sign in to comment.