Commit f805d166 by Teeradone-PIM

teeradone

parent fa4192db
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
'value' => $responseUserPersonal['master_country_id'], 'value' => $responseUserPersonal['master_country_id'],
'empty' => '---Select---', 'empty' => '---Select---',
'default' => !empty($responseUserPersonal['master_country_id'])? $responseUserPersonal['master_country_id']:'', 'default' => !empty($responseUserPersonal['master_country_id'])? $responseUserPersonal['master_country_id']:'',
'class' => 'form-control border-bottom-from label-text-sub', 'class' => 'form-control border-bottom-from label-text-sub require',
'style' => 'width:100%' 'style' => 'width:100%'
)); ));
?> ?>
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
'value' => $responseUserPersonal['master_province_id'], 'value' => $responseUserPersonal['master_province_id'],
'empty' => '---Select---', 'empty' => '---Select---',
'default' => !empty($responseUserPersonal['master_province_id'])? $responseUserPersonal['master_province_id']:'', 'default' => !empty($responseUserPersonal['master_province_id'])? $responseUserPersonal['master_province_id']:'',
'class' => 'form-control border-bottom-from label-text-sub', 'class' => 'form-control border-bottom-from label-text-sub require',
'style' => 'width:100%' 'style' => 'width:100%'
)); ));
?> ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment