Commit dd208ff9b1707b4dfea35a761de5e0c8f5ffb60c

Authored by unknown
2 parents af0cfcf0 70a656e8

Merge branch 'Develop' of http://52.6.196.163/ADAM/AIAHTML5 into TextAreaDoubleClickIssue

400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
... ... @@ -72,7 +72,7 @@
72 72 </td>
73 73 </tr>
74 74 </tbody>
75   - <tbody ng-if="filterstring" class="clstbody">
  75 + <tbody ng-if="filterstring" class="clstbodyca">
76 76 <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCAListViewData">
77 77 <td style="max-width: 250px;">
78 78 {{item._Title}}
... ...