foglalás időpont +1 órás baszakodás
This commit is contained in:
+1149
-1149
File diff suppressed because it is too large
Load Diff
@@ -120,7 +120,7 @@ class Pages extends CI_Controller {
|
||||
foreach($workers as $workerItem){
|
||||
$workerListShow .= '<label for="worker_'.$workerItem->worker_id.'">';
|
||||
$workerListShow .= '<div class="profileRow">';
|
||||
$workerListShow .= '<div class="profileCell profileRadioBtn"><input type="radio" class="workers" id="worker_'.$workerItem->worker_id.'" onclick="setWorker('.$workerItem->worker_id.')" '.($workerIndex==0?'checked':'').'></div>';
|
||||
$workerListShow .= '<div class="profileCell profileRadioBtn"><input type="radio" name="worker_radio" class="workers" id="worker_'.$workerItem->worker_id.'" onclick="setWorker('.$workerItem->worker_id.')" '.($workerIndex==0?'checked':'').'></div>';
|
||||
$workerListShow .= '<div class="profileCell profileImage"><img src="'.SITEURL.'assets/img/'.$workerItem->worker_profile_img.'"></div>';
|
||||
$workerListShow .= '<div class="profileCell">';
|
||||
$workerListShow .= '<div class="profileName">'.$workerItem->worker_name.'</div>';
|
||||
|
||||
Reference in New Issue
Block a user