From 3647166523ec9a43a8671e5564e53d735489f910 Mon Sep 17 00:00:00 2001 From: Cliff Jonathan <cliffsantoso@gmail.com> Date: Tue, 17 May 2016 15:27:56 +0700 Subject: [PATCH] add style for clickable td --- ppl2/resources/views/pages/konfirmasi.blade.php | 4 ++-- ppl2/resources/views/pendaftaran-diklat.blade.php | 2 +- ppl2/resources/views/penjadwalan.blade.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ppl2/resources/views/pages/konfirmasi.blade.php b/ppl2/resources/views/pages/konfirmasi.blade.php index f88c3a1..b893c7f 100644 --- a/ppl2/resources/views/pages/konfirmasi.blade.php +++ b/ppl2/resources/views/pages/konfirmasi.blade.php @@ -56,8 +56,8 @@ <td>{{$conf -> nama_kegiatan}}</td> <td>{{$conf -> konfirmasi}}</td> - <td id = "yes{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/terima">Terima</td> </a> - <td id = "no{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/tolak">Tolak + <td id = "yes{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/terima" style = "cursor: pointer; background: #A5E9A5">Terima</td> </a> + <td id = "no{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/tolak" style = "cursor: pointer; background: #E9A5A5">Tolak </td> </tr> <?php $i++ ;?> diff --git a/ppl2/resources/views/pendaftaran-diklat.blade.php b/ppl2/resources/views/pendaftaran-diklat.blade.php index aa73346..f02abf9 100644 --- a/ppl2/resources/views/pendaftaran-diklat.blade.php +++ b/ppl2/resources/views/pendaftaran-diklat.blade.php @@ -51,7 +51,7 @@ <th>Minggu, {{ $minggu }}</th> </tr> </thead> - <tbody> + <tbody style = "cursor: pointer;"> <tr data-expanded="true"> <td>07.00</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td> </tr> diff --git a/ppl2/resources/views/penjadwalan.blade.php b/ppl2/resources/views/penjadwalan.blade.php index 80e3159..2a4ae74 100644 --- a/ppl2/resources/views/penjadwalan.blade.php +++ b/ppl2/resources/views/penjadwalan.blade.php @@ -51,7 +51,7 @@ <th>Minggu, {{ $minggu }}</th> </tr> </thead> - <tbody> + <tbody style = "cursor: pointer;"> <tr data-expanded="true"> <td>07.00</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td> </tr> -- GitLab