Skip to content

Commit

Permalink
fix #1081
Browse files Browse the repository at this point in the history
  • Loading branch information
clement59 committed Sep 14, 2016
1 parent 8c420d9 commit 76ba2d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/person/dashboard/profil.php
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,9 @@ class="editable editable-click socialIcon"
<br/>
<i class="fa fa-bullseye fa_postalCode hidden"></i>
<a href="#" id="address" data-type="postalCode" data-title="<?php echo Yii::t("person","Postal Code"); ?>" data-emptytext="<?php echo Yii::t("person","Postal Code"); ?>" class="editable editable-click" data-placement="bottom"></a>
<?php if (@Yii::app()->session["userId"] && Yii::app()->session["userId"]==(string)$person["_id"]){ ?>
<a href="javascript:;" class="cobtn hidden btn bg-red">Communectez-moi</a> <a href="javascript:;" class="whycobtn hidden btn btn-default explainLink" data-id="explainCommunectMe" >Pourquoi ?</a>
<?php } ?>
<br/>
<i class="fa fa-globe fa_addressCountry hidden"></i>
<a href="#" id="addressCountry" data-type="select" data-title="<?php echo Yii::t("person","Country"); ?>" data-emptytext="<?php echo Yii::t("person","Country"); ?>" data-original-title="" class="editable editable-click">
Expand Down

0 comments on commit 76ba2d2

Please sign in to comment.