show profile url in contact-edit overview listing
This commit is contained in:
parent
cf15a505bc
commit
9bb805f3dc
|
@ -605,6 +605,8 @@ function contacts_content(&$a) {
|
||||||
'$alt_text' => $alt_text,
|
'$alt_text' => $alt_text,
|
||||||
'$sparkle' => $sparkle,
|
'$sparkle' => $sparkle,
|
||||||
'$url' => $url,
|
'$url' => $url,
|
||||||
|
'$profileurllabel' => t('Profile URL'),
|
||||||
|
'$profileurl' => $contact['url'],
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<li><div id="contact-edit-rel">{{$relation_text}}</div></li>
|
<li><div id="contact-edit-rel">{{$relation_text}}</div></li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<li><div id="contact-edit-nettype">{{$nettype}}</div></li>
|
<li><div id="contact-edit-nettype">{{$nettype}}</div></li>
|
||||||
|
<li><div id="contact-edit-profileurl">{{$profileurllabel}}: <a href="{{$url}}">{{$profileurl}}</a></div></li>
|
||||||
{{if $lost_contact}}
|
{{if $lost_contact}}
|
||||||
<li><div id="lost-contact-message">{{$lost_contact}}</div></li>
|
<li><div id="lost-contact-message">{{$lost_contact}}</div></li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in a new issue