Browse Source

- Add a link to the XEP authors websites

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
d1900edd04
  1. 2
      CHANGELOG.md
  2. 5
      app/widgets/XEP/xep.tpl

2
CHANGELOG.md

@ -15,6 +15,8 @@ v0.8.1 (trunk)
* Show the status in the Roster
* Optimize the Presence handling
* Improve the MUC presence handling
* Improve the posts CSS
* Add a fancy XEP visualisator
v0.8.0
---------------------------

5
app/widgets/XEP/xep.tpl

@ -30,10 +30,13 @@
<img class="avatar" src="{$a->getPhoto('m')}"/>
<i class="fa fa-envelope"></i> <span class="email">{$value->email|strrev}</span>
{if="isset($value->jid)"}
<br/><i class="fa fa-comment"></i> <span class="email">{$value->jid|strrev}</span>
{/if}
{if="isset($value->uri)"}
<br/><i class="fa fa-globe"></i> {$value->uri}
<br/><i class="fa fa-globe"></i> <a target="_blank" href="{$value->uri}">{$value->uri}</a>
{/if}
</dd>
</di>

Loading…
Cancel
Save