Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change detail using phone number which is connect into wa member #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions public/views/home/layout/members/data.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--=== News Block ===-->
=== News Block ===-->
<div class="bg-color-light">
<div class="container content-sm">
<div class="text-center margin-bottom-50">
Expand Down Expand Up @@ -74,11 +74,14 @@
src="<?php echo base_url() ?>resources/images/members/<?php echo $hasil->foto ?>" class="img-responsive img-circle text-center"
width="100px;"></td>
<td class="text-center">
<a class='btn-u btn-u-sea btn-block rounded'

<a class='btn-u btn-u-sea btn-block rounded'
style="font-family: Roboto;font-weight: 400;" data-toggle="tooltip"
data-placement="top" title="Edit"
href='<?php echo base_url() ?>members/detail/<?php echo $this->encryption->encode($hasil->id_member) ?>'><i
class="fa fa-external-link"></i> Detail</a>
href='https://api.whatsapp.com/send?phone=62<?php echo substr($hasil->no_telp,1);?>&text=Halo%20Salam,%20Saya%20WA%20kamu%20dari%20PERMAKES%20MTT'><i
class="fa fa-external-link"></i> Whatshapp</a>


</td>
</tr>
<?php
Expand Down Expand Up @@ -116,4 +119,4 @@ class="fa fa-repeat"></i> Reload Page</a>
</div>
</div>
</div>
<!--=== End News Block ===-->
<!--=== End News Block ===
11 changes: 0 additions & 11 deletions resources/images/pages/index.html

This file was deleted.