Skip to content

Commit

Permalink
Fixed #251 -- Info modal on Interest Topics
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Sep 30, 2019
1 parent b4d95a4 commit 557ee25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/templates/default/myprofiledocuments.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<div class="row">
<div class="col m12 ">
<div class="box1">
<div data-target="modal-alert" class="modal-trigger" style="cursor: pointer;"><i class="fas fa-info-circle fa-lg right"></i></div>
<h5 class="title1"><i class="fas fa-folder left"></i> <?php echo $trans->getTrans($_REQUEST["action"],'MY_PROFILES'); ?></h5>
<h5 class="title1"><i class="fas fa-folder left"></i> <?php echo $trans->getTrans($_REQUEST["action"],'MY_PROFILES'); ?> <a class="modal-trigger" href="#modal-alert" title="Widget Info"><i class="fas fa-info-circle widget-info"></i></a></h5>
<div class="divider"></div>
<div class="row">
<?php if ( $responseProfile["values"] ) : ?>
Expand Down

0 comments on commit 557ee25

Please sign in to comment.