|
@@ -12,20 +12,20 @@
|
|
|
height="100" width="100" src="data:{{{o.image_type}}};base64,{{{o.image}}}"/>
|
|
|
{[ } ]}
|
|
|
{[ if (o.fullname) { ]}
|
|
|
- <p><label>{{{o.__('Full Name')}}}:</label> {{{o.fullname}}}</p>
|
|
|
+ <p><label>{{{o.__('Full Name:')}}}</label> {{{o.fullname}}}</p>
|
|
|
{[ } ]}
|
|
|
- <p><label>{{{o.__('XMPP Address')}}}:</label> {{{o.jid}}}</p>
|
|
|
+ <p><label>{{{o.__('XMPP Address:')}}}</label> {{{o.jid}}}</p>
|
|
|
{[ if (o.nickname) { ]}
|
|
|
- <p><label>{{{o.__('Nickname')}}}:</label> {{{o.nickname}}}</p>
|
|
|
+ <p><label>{{{o.__('Nickname:')}}}</label> {{{o.nickname}}}</p>
|
|
|
{[ } ]}
|
|
|
{[ if (o.url) { ]}
|
|
|
- <p><label>{{{o.__('URL')}}}:</label> <a target="_blank" rel="noopener" href="{{{o.url}}}">{{{o.url}}}</a></p>
|
|
|
+ <p><label>{{{o.__('URL:')}}}</label> <a target="_blank" rel="noopener" href="{{{o.url}}}">{{{o.url}}}</a></p>
|
|
|
{[ } ]}
|
|
|
{[ if (o.email) { ]}
|
|
|
- <p><label>{{{o.__('Email')}}}:</label> <a href="mailto:{{{o.email}}}">{{{o.email}}}</a></p>
|
|
|
+ <p><label>{{{o.__('Email:')}}}</label> <a href="mailto:{{{o.email}}}">{{{o.email}}}</a></p>
|
|
|
{[ } ]}
|
|
|
{[ if (o.role) { ]}
|
|
|
- <p><label>{{{o.__('Role')}}}:</label> {{{o.role}}}</p>
|
|
|
+ <p><label>{{{o.__('Role:')}}}</label> {{{o.role}}}</p>
|
|
|
{[ } ]}
|
|
|
|
|
|
{[ if (o._converse.pluggable.plugins['converse-omemo'].enabled(o._converse)) { ]}
|