kopia lustrzana https://github.com/friendica/friendica
Merge pull request #6362 from MrPetovan/bug/6360-6361-unescape-profiles
Unescape profiles template variablespull/6364/head
commit
f51918e9e9
|
@ -95,7 +95,7 @@
|
|||
<h4>{{$lbl_vis1}}</h4>
|
||||
<p>{{$lbl_vis2}}</p>
|
||||
</div>
|
||||
{{$profile_select}}
|
||||
{{$profile_select nofilter}}
|
||||
<div id="contact-edit-profile-select-end"></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
<p>{{$lbl_vis2}}</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
{{$profile_select}}
|
||||
{{$profile_select nofilter}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
{{/if}}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
|
||||
</div>
|
||||
<div class="profile-listing-cell">
|
||||
{{$visible}}
|
||||
{{$visible nofilter}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="profile-listing-end"></div>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<h4>{{$lbl_vis1}}</h4>
|
||||
<p>{{$lbl_vis2}}</p>
|
||||
</div>
|
||||
{{$profile_select}}
|
||||
{{$profile_select nofilter}}
|
||||
<div id="contact-edit-profile-select-end"></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue