Skip to content

Commit

Permalink
Remove duplicate buttons (#27186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy authored and HLeithner committed Dec 5, 2019
1 parent 1428f1f commit 63ae69d
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 63ae69d

Please sign in to comment.