Skip to content

Commit

Permalink
Update view_account.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtab2003 authored Aug 13, 2022
1 parent 4c20776 commit f757102
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions template/page/admin/view_account.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,14 +331,12 @@
<td>
<span><?= $domain['domain'] ?></span>
</td>
<td>
<td class="row align-items-center">
<td class="row align-items-center">
<a href="<?= $domain['file_manager'] ?>" class="btn btn-sm btn-yellow col" target="_blank"><i class="fa fa-file"></i></a>
<?php if ($this->sp->is_active()): ?>
<a href="<?= base_url().'a/view_account/'.$data['account_username'].'/?builder=true&domain='.$domain['domain'] ?>" class="btn btn-red btn-sm col" target="_blank"><i class="fa fa-upload"></i></a>
<?php endif ?>
</td>
</td>
</tr>
<?php endforeach ?>
<?php elseif($domains === false): ?>
Expand Down Expand Up @@ -378,4 +376,4 @@
hide.classList.toggle('d-none');
});
}
</script>
</script>

0 comments on commit f757102

Please sign in to comment.