Merge pull request #4820 from tobiasd/20180412-contactreason

added missiing information to theme templates
This commit is contained in:
Michael Vogel 2018-04-12 11:03:12 +02:00 committed by GitHub
commit d372014d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View file

@ -164,6 +164,11 @@
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit|escape:'html'}}">{{$submit}}</button>
</div>
<div class="clear"></div>
{{if $reason}}
<h4>{{$lbl_info2}}</h4>
<p>{{$reason}}</p>
<div class="clear"></div>
{{/if}}
</div>
</div>
</div>

View file

@ -81,6 +81,15 @@
<h4>{{$lbl_vis1}}</h4>
<p>{{$lbl_vis2}}</p>
</div>
{{if $reason}}
<div id="contact-info-wrapper">
<h4>{{$lbl_info2}}</h4>
<p>{{$reason}}</p>
</div>
<div id="contact-info-end"></div>
{{/if}}
{{$profile_select}}
<div id="contact-edit-profile-select-end"></div>

View file

@ -75,6 +75,15 @@
<h4>{{$lbl_vis1}}</h4>
<p>{{$lbl_vis2}}</p>
</div>
{{if $reason}}
<div id="contact-info-wrapper">
<h4>{{$lbl_info2}}</h4>
<p>{{$reason}}</p>
</div>
<div id="contact-info-end"></div>
{{/if}}
{{$profile_select}}
<div id="contact-edit-profile-select-end"></div>

View file

@ -82,6 +82,14 @@
</div>
<div id="contact-edit-info-end"></div>
{{if $reason}}
<div id="contact-info-wrapper">
<h4>{{$lbl_info2}}</h4>
<p>{{$reason}}</p>
</div>
<div id="contact-info-end"></div>
{{/if}}
{{if $profile_select}}
<div id="contact-edit-profile-select-text">
<h4>{{$lbl_vis1}}</h4>