diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-07 16:51:54 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-07 16:51:54 +0100 |
| commit | fcdc56318abb9c3952bbdefb3c83604c439780b6 (patch) | |
| tree | dd9de1841c905b2f0c9d8d8428ad4a83d1c86f97 /templates/crosspost.tpl | |
| parent | d29ad5032e2679048731174a588a690fecb9361e (diff) | |
| download | blogs-master.tar.gz blogs-master.tar.bz2 blogs-master.zip | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 18544e5..22c1285 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}">{biticon ipackage="icons" iname="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">{biticon ipackage="icons" iname="user-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="edit" 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="user-trash" iexplain="delete this crossposting"}</a><br/> {/if} {/foreach} {if !$has_crosspost} |
