You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
997 B

<div class="tools">
{$c->__("post.share")} :
<a
onclick="{$privacy_post_black}" >
{$c->__('post.share_everyone')}</a>,
<a
onclick="{$privacy_post_orange}" >
{$c->__('post.share_your_contacts')}</a><br />
<a
style="padding-right: 1em;";
onclick="
this.parentNode.querySelector('#deleteyes').style.display = 'inline';
this.parentNode.querySelector('#deleteno').style.display = 'inline';
"
title="{$c->__('post.delete')}">
{$c->__('post.delete')}
</a>
<a
style="padding-right: 1em; display: none;";
id="deleteyes"
onclick="{$delete_post}" >
{$c->__('button.yes')}
</a>
<a
style="display: none;";
id="deleteno"
onclick="
this.parentNode.querySelector('#deleteyes').style.display = 'none';
this.style.display = 'none';
">
{$c->__('button.no')}
</a>
</div>