Skip to content

Commit

Permalink
Remove duplicate buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Nov 30, 2019
1 parent b7048c7 commit 8ecfc27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions installation/tmpl/remove/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ class="btn btn-primary"
</legend>
<div class="j-install-step-form">
<p><?php echo Text::_('INSTL_COMPLETE_FINAL_DESC'); ?></p>
<div class="form-group">
<a class="btn btn-primary btn-block" href="<?php echo Uri::root(); ?>"><span class="fa fa-eye" aria-hidden="true"></span> <?php echo Text::_('INSTL_COMPLETE_SITE_BTN'); ?></a>
<a class="btn btn-primary btn-block" href="<?php echo Uri::root(); ?>administrator/"><span class="fa fa-lock" aria-hidden="true"></span> <?php echo Text::_('INSTL_COMPLETE_ADMIN_BTN'); ?></a>
</div>
</div>
</fieldset>

Expand Down

0 comments on commit 8ecfc27

Please sign in to comment.