@@ -467,13 +467,13 @@ define([
467
467
// tag.appendFormatLine('<button type="button" class="{0} {1}" title="{2}"><img src="{3}"/></button>',
468
468
// VP_DS_SELECT_DEL_ALL_BTN, 'select-col', 'Remove all items', com_Const.IMAGE_PATH + 'arrow_left_double.svg');
469
469
tag . appendFormatLine ( '<button type="button" class="{0} {1}" title="{2}"><div class="vp-icon-arrow-right-double"></div></button>' ,
470
- VP_DS_SELECT_ADD_ALL_BTN , 'select-row ' , 'Add all items' ) ;
470
+ VP_DS_SELECT_ADD_ALL_BTN , 'select-col ' , 'Add all items' ) ;
471
471
tag . appendFormatLine ( '<button type="button" class="{0} {1}"><div class="vp-icon-arrow-right"></div></button>' ,
472
- VP_DS_SELECT_ADD_BTN , 'select-row ' ) ;
472
+ VP_DS_SELECT_ADD_BTN , 'select-col ' ) ;
473
473
tag . appendFormatLine ( '<button type="button" class="{0} {1}"><div class="vp-icon-arrow-left"></div></button>' ,
474
- VP_DS_SELECT_DEL_BTN , 'select-row ' ) ;
474
+ VP_DS_SELECT_DEL_BTN , 'select-col ' ) ;
475
475
tag . appendFormatLine ( '<button type="button" class="{0} {1}" title="{2}"><div class="vp-icon-arrow-left-double"></div></button>' ,
476
- VP_DS_SELECT_DEL_ALL_BTN , 'select-row ' , 'Remove all items' ) ;
476
+ VP_DS_SELECT_DEL_ALL_BTN , 'select-col ' , 'Remove all items' ) ;
477
477
tag . appendLine ( '</div>' ) ; // VP_DS_SELECT_BTNS
478
478
479
479
// col select - right
0 commit comments