summaryrefslogtreecommitdiff
path: root/templates/crosspost.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-11-12 22:39:18 +0000
committerwjames5 <will@tekimaki.com>2007-11-12 22:39:18 +0000
commitad9de78c326eb88725da6592bb67234d595a7ed3 (patch)
tree9968e20fae8af7d47768e663092bb90f61a98ce8 /templates/crosspost.tpl
parentc67fd911a223432955d6b95431fadc6b77f23983 (diff)
downloadblogs-ad9de78c326eb88725da6592bb67234d595a7ed3.tar.gz
blogs-ad9de78c326eb88725da6592bb67234d595a7ed3.tar.bz2
blogs-ad9de78c326eb88725da6592bb67234d595a7ed3.zip
parse crosspost note using format of the blogpost - display foramt name in crosspost edit interface
Diffstat (limited to 'templates/crosspost.tpl')
-rw-r--r--templates/crosspost.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl
index 57c5a3f..9ac6357 100644
--- a/templates/crosspost.tpl
+++ b/templates/crosspost.tpl
@@ -51,8 +51,15 @@
</div>
{/if}
- FORMAT: {$post_info.format_guid}<br/>
{if $has_crosspost_option}
+ {formlabel label="Crosspost Note Format"}
+ {forminput}
+ {foreach name=formatPlugins from=$gLibertySystem->mPlugins item=plugin key=guid}
+ {if $plugin.edit_field eq $post_info.format_guid}
+ {$plugin.edit_label}
+ {/if}
+ {/foreach}
+ {/forminput}
{textarea id="crosspost_note" label="Crosspost Note (Optional)" name="crosspost_note" noformat="y" rows=6 help="Add a note you would like to appear above the post when viewed on the crossposted blog. This does not appear on the post page."}{$crosspost.crosspost_note}{/textarea}
<div class="row submit">