Skip to content

Commit

Permalink
The changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Apr 14, 2018
1 parent 478cf53 commit a391470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Include/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<a href="<?= SystemURLs::getRootPath() ?>/UserPasswordChange.php" class="item_link" data-toggle="tooltip" title="<?= gettext("You can change here your password")?>" data-placement="right">
<p ><i class="fa fa fa-key"></i> <?= gettext('Change Password') ?></p></a>
<a href="<?= SystemURLs::getRootPath() ?>/SettingsIndividual.php" class="item_link" data-toggle="tooltip" title="<?= gettext("Change Custom Settings")?>" data-placement="right">
<p ><i class="fa fa fa-sign-out"></i> <?= gettext('Change Settings') ?></p></a>
<p ><i class="fa fa fa-gear"></i> <?= gettext('Change Settings') ?></p></a>
<a href="Login.php?session=Lock" class="item_link" data-toggle="tooltip" title="<?= gettext("Lock your session")?>" data-placement="right">
<p ><i class="fa fa fa-pause"></i> <?= gettext('Lock') ?></p></a>
<a href="<?= SystemURLs::getRootPath() ?>/Logoff.php" class="item_link" data-toggle="tooltip" title="<?= gettext("Quit EcclesiaCRM and close your session")?>" data-placement="right">
Expand Down

0 comments on commit a391470

Please sign in to comment.