]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/contact_edit.tpl
Merge pull request #8772 from annando/post-update
[friendica.git] / view / theme / frio / templates / contact_edit.tpl
index f9454dc654f3d5fdca2e90ed00b999764ef7fe9d..55a7891a82d019f1814f3afb7ca3f9653dfac026 100644 (file)
                                                                {{include file="field_checkbox.tpl" field=$notify}}
                                                                {{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_blacklist}} {{/if}}
+                                                                       {{if $fetch_further_information.2 == 2 || $fetch_further_information.2 == 3}} {{include file="field_textarea.tpl" field=$ffi_keyword_denylist}} {{/if}}
                                                                {{/if}}
                                                                {{include file="field_checkbox.tpl" field=$hidden}}
 
                                                </div>
                                        </div>
                                        {{/if}}
-                                       {{if $lbl_vis1}}
-                                       <div class="panel">
-                                               <div class="section-subtitle-wrapper" role="tab" id="contact-edit-profile-select">
-                                                       <h4>
-                                                               <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#contact-edit-tools" href="#contact-edit-profile-select-collapse" aria-expanded="false" aria-controls="contact-edit-profile-select-collapse">
-                                                                       {{$lbl_vis1}}
-                                                               </a>
-                                                       </h4>
-                                               </div>
-                                               <div id="contact-edit-profile-select-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="contact-edit-profile-select">
-                                                       <div class="section-content-tools-wrapper">
-                                                               {{if $profile_select}}
-                                                                       <div id="contact-edit-profile-select-text">
-                                                                               <p>{{$lbl_vis2}}</p>
-                                                                       </div>
-                                                                       <div class="form-group">
-                                                                       {{$profile_select nofilter}}
-                                                                       </div>
-                                                                       <div class="clear"></div>
-                                                               {{/if}}
-
-                                                               <div class="form-group pull-right settings-submit-wrapper" >
-                                                                       <button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
-                                                               </div>
-                                                               <div class="clear"></div>
-                                                       </div>
-                                               </div>
-                                       </div>
-                                       {{/if}}
                                </div>
 
                        </form>{{* End of the form *}}