]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/contact_edit.tpl
Update translation fie after adding a string
[friendica.git] / view / templates / contact_edit.tpl
index 05779f3a46dbbe3323044b7c46457014e88ec8b6..18a16ddfc374398e5508f8947270608a6f800c81 100644 (file)
@@ -22,7 +22,6 @@
                                                        <li role="menuitem"><a href="#" title="{{$contact_actions.block.title}}" onclick="window.location.href='{{$contact_actions.block.url}}'; return false;">{{$contact_actions.block.label}}</a></li>
                                                        <li role="menuitem"><a href="#" title="{{$contact_actions.ignore.title}}" onclick="window.location.href='{{$contact_actions.ignore.url}}'; return false;">{{$contact_actions.ignore.label}}</a></li>
                                                        {{if $contact_actions.revoke_follow.url}}<li role="menuitem"><a href="{{$contact_actions.revoke_follow.url}}" title="{{$contact_actions.revoke_follow.title}}">{{$contact_actions.revoke_follow.label}}</a></li>{{/if}}
-                                                       {{if $contact_actions.delete.url}}<li role="menuitem"><a href="{{$contact_actions.delete.url}}" title="{{$contact_actions.delete.title}}" onclick="return confirmDelete();">{{$contact_actions.delete.label}}</a></li> {{/if}}
                                                </ul>
                                        </div>
 
@@ -66,7 +65,7 @@
                                <input type="hidden" name="contact_id" value="{{$contact_id}}">
 
                                        <div id="contact-edit-end"></div>
-                                       {{include file="field_checkbox.tpl" field=$notify}}
+                                       {{include file="field_checkbox.tpl" field=$notify_new_posts}}
                                        {{if $fetch_further_information}}
                                                {{include file="field_select.tpl" field=$fetch_further_information}}
                                                {{if $fetch_further_information.2 == 2 || $fetch_further_information.2 == 3}} {{include file="field_textarea.tpl" field=$ffi_keyword_denylist}} {{/if}}