Merge pull request #4820 from tobiasd/20180412-contactreason
added missiing information to theme templates
This commit is contained in:
commit
d372014d2e
|
@ -164,6 +164,11 @@
|
||||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit|escape:'html'}}">{{$submit}}</button>
|
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit|escape:'html'}}">{{$submit}}</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
{{if $reason}}
|
||||||
|
<h4>{{$lbl_info2}}</h4>
|
||||||
|
<p>{{$reason}}</p>
|
||||||
|
<div class="clear"></div>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -81,6 +81,15 @@
|
||||||
<h4>{{$lbl_vis1}}</h4>
|
<h4>{{$lbl_vis1}}</h4>
|
||||||
<p>{{$lbl_vis2}}</p>
|
<p>{{$lbl_vis2}}</p>
|
||||||
</div>
|
</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}}
|
{{$profile_select}}
|
||||||
<div id="contact-edit-profile-select-end"></div>
|
<div id="contact-edit-profile-select-end"></div>
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,15 @@
|
||||||
<h4>{{$lbl_vis1}}</h4>
|
<h4>{{$lbl_vis1}}</h4>
|
||||||
<p>{{$lbl_vis2}}</p>
|
<p>{{$lbl_vis2}}</p>
|
||||||
</div>
|
</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}}
|
{{$profile_select}}
|
||||||
<div id="contact-edit-profile-select-end"></div>
|
<div id="contact-edit-profile-select-end"></div>
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,14 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="contact-edit-info-end"></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}}
|
{{if $profile_select}}
|
||||||
<div id="contact-edit-profile-select-text">
|
<div id="contact-edit-profile-select-text">
|
||||||
<h4>{{$lbl_vis1}}</h4>
|
<h4>{{$lbl_vis1}}</h4>
|
||||||
|
|
Loading…
Reference in a new issue