Compare commits
3 Commits
e7a44ed090
...
b64de1da98
Author | SHA1 | Date |
---|---|---|
|
b64de1da98 | |
|
7efe6c88e7 | |
|
4d57cf1e67 |
|
@ -484,8 +484,8 @@ class Admin::Coloncancerpredict1sController < OrbitAdminController
|
|||
else
|
||||
@table_str_right += '<div class= "cancer-btn-group cancer_form_field" id="'+@field_property["variable"]+'" style="float:left;clear:right;">'
|
||||
@field_property["choice_fields"].each do |create_choice|
|
||||
@table_str_right += '<button class="cancer_table_btn btn btn-default btn-sm">'+create_choice.to_s.titleize+'</button>'
|
||||
@table_str_right += '<input type="hidden" value="0" name="'+create_choice.to_s+'"/>'
|
||||
@table_str_right += '<button class="cancer_table_btn btn btn-default btn-sm">'+create_choice.titleize+'</button>'
|
||||
@table_str_right += '<input type="hidden" value="0" name="'+create_choice+'"/>'
|
||||
end
|
||||
@table_str_right += '</div>'
|
||||
end
|
||||
|
@ -576,8 +576,8 @@ class Admin::Coloncancerpredict1sController < OrbitAdminController
|
|||
else
|
||||
@table_result_choice_fileds += '<div class= "cancer-btn-group cancer_form_field" id="'+@field_property["variable"]+'" style="float:left;clear:right;">'
|
||||
@field_property["choice_fields"].each do |create_choice|
|
||||
@table_result_choice_fileds += '<button class="cancer_table_btn btn btn-default btn-sm">'+create_choice.to_s.titleize+'</button>'
|
||||
@table_result_choice_fileds += '<input type="hidden" value="0" name="'+create_choice.to_s+'"></input>'
|
||||
@table_result_choice_fileds += '<button class="cancer_table_btn btn btn-default btn-sm">'+create_choice.titleize+'</button>'
|
||||
@table_result_choice_fileds += '<input type="hidden" value="0" name="'+create_choice+'"></input>'
|
||||
end
|
||||
@table_result_choice_fileds += '</div>'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue