Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev : tab and space mix
  • Loading branch information
louis committed Oct 2, 2015
1 parent 0907cc4 commit e0fac42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/authentication/error.php
Expand Up @@ -3,8 +3,8 @@
<p class="lead"><?php echo $maxattempts; ?></p>
<p><?php echo eT($sMessage); ?></p>
<p>
<a class="btn btn-lg btn-success" href="<?php echo $this->createUrl("admin/"); ?>" role="button"><?php eT("Ok"); ?></a>
<a class="btn btn-lg btn-default" href='<?php echo $this->createUrl("/admin/authentication/sa/login"); ?>'><?php eT("Try again"); ?></a><br />
<a class="btn btn-lg btn-default" href='<?php echo $this->createUrl("/admin/authentication/sa/forgotpassword"); ?>'><?php eT("Forgot your password?"); ?></a><br />
<a class="btn btn-lg btn-success" href="<?php echo $this->createUrl("admin/"); ?>" role="button"><?php eT("Ok"); ?></a>
<a class="btn btn-lg btn-default" href='<?php echo $this->createUrl("/admin/authentication/sa/login"); ?>'><?php eT("Try again"); ?></a><br />
<a class="btn btn-lg btn-default" href='<?php echo $this->createUrl("/admin/authentication/sa/forgotpassword"); ?>'><?php eT("Forgot your password?"); ?></a><br />
</p>
</div>
Empty file.

0 comments on commit e0fac42

Please sign in to comment.