Skip to content

Commit

Permalink
Missing template change
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Jul 13, 2015
1 parent 0d33f8b commit 627553d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Admin/templates/listStories;admin;default
Expand Up @@ -87,7 +87,7 @@ FOREACH story = storylistref;
<td class="admin_title">

<a href="[% gSkin.rootdir %]/article.pl?sid=[% story.sid %]">
[% IF story.in_trash == 'yes' %]<s>[% END; story.title | strip_title; IF story.in_trash == 'yes' %]</s>[% END %]&nbsp;</a>
[% IF story.in_trash == 'yes' %]<s>[% END; story.title | strip_title; IF story.in_trash == 'yes' %]</s>[% END %]</a> [% IF story.notes %]<a href="javascript:void(0);" onclick="toggle_visibility('notes_[% story.stoid | strip_attribute %]')" title="[% story.notes | strip_attribute %]">&#x1F4CE;</a>[% END %]

</td>
<td><b>[% story.aid %]</b></td>
Expand Down Expand Up @@ -125,7 +125,7 @@ FOREACH story = storylistref;
<td>[% story.td2 %]&nbsp;
[% story.time %]</td>
</tr>

[% IF story.notes %]<tr id ="notes_[% story.stoid | strip_attribute %]" class="[% class %] sub_note"><td colspan="8">[% story.notes | strip_attribute %]</td><tr>[% END %]
[% END %]
[% ELSE %]
<tr><td><b>No stories.</b></td></tr>
Expand Down

0 comments on commit 627553d

Please sign in to comment.