Committer: ailyin
LJINT-426 (Comments for side projects: crossposting)U trunk/templates/CommentForm/FormEmbedable.tmpl
Modified: trunk/templates/CommentForm/FormEmbedable.tmpl =================================================================== --- trunk/templates/CommentForm/FormEmbedable.tmpl 2011-06-22 04:04:35 UTC (rev 19340) +++ trunk/templates/CommentForm/FormEmbedable.tmpl 2011-06-22 07:45:16 UTC (rev 19341) @@ -36,6 +36,17 @@ <p class="lj3-submit-wrapper"> <input type="submit" value="<TMPL_VAR expr="ml('/talkpost.bml.opt.submitcomment')">" class="lj3-submit" name="submitpost" disabled="disabled"> </p> + + <TMPL_IF expr="usertype_default eq 'facebook_cookie'"> + Перепостить: + <input type="checkbox" id="repost_facebook" name="repost_facebook"> + <label for="repost_facebook">Facebook</label> + <TMPL_ELSIF expr="usertype_default eq 'twitter_cookie'"> + Перепостить: + <input type="checkbox" id="repost_twitter" name="repost_twitter"> + <label for="repost_twitter">Twitter</label> + </TMPL_IF> + <p class="lj3-close"> <a href="javascript:void(0);" id="close-button"></a> </p>