Skip to content

Commit

Permalink
Correct link to story edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jan 27, 2003
1 parent 5915964 commit 0dc4c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/slashcode/templates/dispStory;misc;default
Expand Up @@ -75,7 +75,7 @@ END %]
<TR BGCOLOR="[% user.bg.3 %]"><TD COLSPAN="3"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="1" HEIGHT="1"></TD></TR>
</TABLE>

[% IF full && user.is_admin %]<BR><A HREF="[% constants.rootdir -%]/admin.pl?sid=[% story.sid %]">[ Edit ]</A>[% END %]
[% IF full && user.is_admin %]<BR><A HREF="[% constants.rootdir -%]/admin.pl?op=edit&amp;sid=[% story.sid %]">[ Edit ]</A>[% END %]

[% IF full && story.bodytext %]

Expand Down
2 changes: 1 addition & 1 deletion themes/slashcode/templates/dispStory;misc;light
Expand Up @@ -38,7 +38,7 @@ END %]

[% story.introtext %]

[% IF full && user.is_admin %]<P><A HREF="[% constants.rootdir -%]/admin.pl?sid=[% story.sid %]">[ Edit ]</A>[% END %]
[% IF full && user.is_admin %]<P><A HREF="[% constants.rootdir -%]/admin.pl?op=edit&amp;sid=[% story.sid %]">[ Edit ]</A>[% END %]

[% IF full && (story.bodytext || story.books_publisher) %]

Expand Down

0 comments on commit 0dc4c2c

Please sign in to comment.