diff options
Diffstat (limited to 'templates/crosspost.tpl')
| -rwxr-xr-x | templates/crosspost.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index ab4fb7d..5ab86b2 100755 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -19,8 +19,8 @@ {if $gContent->mInfo.blogs.$blogContentId && ($blogContentId != $crosspost.blog_content_id) } {assign var="has_crosspost" value=true} {$availBlogTitle|escape} - <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?blog_content_id={$blogContentId}&post_id={$post_info.post_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit crosspost note"}</a> - <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?action=remove&post_id={$post_info.post_id}&blog_content_id={$blogContentId}&status_id=300">{booticon iname="icon-trash" ipackage="icons" iexplain="delete this crossposting"}</a><br/> + <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?blog_content_id={$blogContentId}&post_id={$post_info.post_id}">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="edit crosspost note"}</a> + <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?action=remove&post_id={$post_info.post_id}&blog_content_id={$blogContentId}&status_id=300">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iexplain="delete this crossposting"}</a><br/> {/if} {/foreach} {if !$has_crosspost} |
