Browse Source

Add a link to the user profile page in Vcard4

pull/305/head
Jaussoin Timothée 9 years ago
parent
commit
0de077c42c
  1. 14
      app/widgets/Vcard4/_vcard4_form.tpl
  2. 1
      app/widgets/Vcard4/locales.ini

14
app/widgets/Vcard4/_vcard4_form.tpl

@ -1,12 +1,16 @@
<ul class="list middle">
<li class="subheader">
<p>{$c->__('privacy.privacy_title')}</p>
<p>
<span class="info">
<a href="{$c->route('contact', $me->jid)}">
{$c->__('privacy.my_profile')}
</a>
</span>
{$c->__('privacy.privacy_title')}
</p>
</li>
<li>
<span class="primary icon bubble color blue">
<i class="zmdi zmdi-shield-security"></i>
</span>
<span class="control">
<span class="primary">
<form>
<div class="control action">
<div class="checkbox">

1
app/widgets/Vcard4/locales.ini

@ -13,6 +13,7 @@ yahoo = Yahoo Account
accounts_nickname = Nickname
[privacy]
my_profile = Go to my profile page
privacy_title = Privacy Level
privacy_question = Is this profile public ?
privacy_info = "Please pay attention ! By making your profile public, all the information listed below will be available for all the Movim users and on the whole Internet."

Loading…
Cancel
Save