@@ -258,9 +258,9 @@ define([
258258tag . appendFormatLine ( '<button type="button" class="{0} {1}" title="{2}"><img src="{3}"/></button>' ,
259259VP_DS_SELECT_ADD_ALL_BTN , 'select-row' , 'Add all items' , com_Const . IMAGE_PATH + 'arrow_right_double.svg' ) ;
260260tag . appendFormatLine ( '<button type="button" class="{0} {1}"><img src="{2}"/></button>' , VP_DS_SELECT_ADD_BTN , 'select-row' , com_Const . IMAGE_PATH + 'arrow_right.svg' ) ;
261- tag . appendFormatLine ( '<button type="button"><img src="{2}"/></button>' , VP_DS_SELECT_DEL_BTN , 'select-row' , com_Const . IMAGE_PATH + 'img/ arrow_left.svg' ) ;
261+ tag . appendFormatLine ( '<button type="button"><img src="{2}"/></button>' , VP_DS_SELECT_DEL_BTN , 'select-row' , com_Const . IMAGE_PATH + 'arrow_left.svg' ) ;
262262tag . appendFormatLine ( '<button type="button" class="{0} {1}" title="{2}"><img src="{3}"/></button>' ,
263- VP_DS_SELECT_DEL_ALL_BTN , 'select-row' , 'Remove all items' , com_Const . IMAGE_PATH + 'img/ arrow_left_double.svg' ) ;
263+ VP_DS_SELECT_DEL_ALL_BTN , 'select-row' , 'Remove all items' , com_Const . IMAGE_PATH + 'arrow_left_double.svg' ) ;
264264tag . appendLine ( '</div>' ) ; // VP_DS_SELECT_BTNS
265265
266266// row select - right