diff --git a/application/views/admin/participants/attributeMapCSV_view.php b/application/views/admin/participants/attributeMapCSV_view.php index e6e84335eb2..d72ceeced21 100644 --- a/application/views/admin/participants/attributeMapCSV_view.php +++ b/application/views/admin/participants/attributeMapCSV_view.php @@ -1,4 +1,4 @@ -
+

@@ -15,12 +15,15 @@

"cs_{$value}",'data-name'=>$value,'class'=>"draggable well well-sm csv-attribute-item"), - $value + array( + 'id' => "cs_{$value}", + 'data-name' => $value, + 'class' => "draggable card csv-attribute-item" + ), + '
' . $value . '
' ); } ?> @@ -46,11 +49,14 @@

- $value): ?> -
-
-
' data-name='c_' class='well well-sm csv-attribute-item'> - + $value) : ?> +
+
+
' data-name='c_' class='card csv-attribute-item'> +
+ + +
@@ -62,7 +68,7 @@