Skip to content

Commit

Permalink
Fix formatting for edit/delete on journal/FH entries
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Nov 25, 2008
1 parent c649fe3 commit 1a6810e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/FireHose/templates/formatHoseTitle;misc;default
Expand Up @@ -126,8 +126,8 @@ END;

IF item.type == "journal";
IF options.user_view_uid == user.uid;
title = title _ ' [ <a href="' _ gSkin.rootdir _ '/journal.pl?op=edit&amp;id=' _ item.srcid _ '">Edit</a> ';
title = title _ ' | <a href="' _ gSkin.rootdir _ '/journal.pl?op=removemeta&amp;id=' _ item.srcid _ '">Delete</a> ] ';
title = title _ '<span class="journal_edit"><a href="' _ gSkin.rootdir _ '/journal.pl?op=edit&amp;id=' _ item.srcid _ '">Edit</a></span> ';
title = title _ '<span class="journal_delete"><a href="' _ gSkin.rootdir _ '/journal.pl?op=removemeta&amp;id=' _ item.srcid _ '">Delete</a></span>';
END;
END;
%]
Expand Down

0 comments on commit 1a6810e

Please sign in to comment.