<% var restrictedClass=''; if(IS_IP_RESTRICTED){ restrictedClass = RESTRICTED_CLASS} var actionObj = actionIconMap[type]; var disableHeader = disableHeader; var marginClass = "", columnDivisionLeft = "2", columnDivisionRightXS = "8", columnDivisionRight = "10"; if(actionObj.isBackVisible === false){ marginClass = "with-margin-left"; } if(actionObj.isSelectAllVisible === true){ columnDivisionLeft = "2", columnDivisionRight = "9"; if(actionObj.isBackVisible === true){ columnDivisionRight = "6"; } if(actionObj.isBackVisible === true && actionObj.isCloseVisible === true){ columnDivisionRight = "8"; } if(isSeachView){ columnDivisionRightXS = "5"; } } %>
<% if (actionObj.isBackVisible || isSeachView){ var idBack = "back" ; if(isSeachView){ idBack ="closeSearch" } %>
<% } %> <% if (actionObj.isSelectAllVisible !== false){ var checkedAttr = checkBoxState?'checked':'' var showCheckbox = !actionObj.hideSelectAllCheckbox %>
<% if (showCheckbox){ %> " class="selectall-chkbox checkbox-custom-all checkbox-custom" name="selectall-chkbox" type="checkbox" <%= checkedAttr %> /> <% } %>
<% } %> <% _.each(actionObj.leftIcons , function (obj, index){ %> <% }) %> <% if (actionObj.rightIcons && actionObj.rightIcons.length){ %>
<% if (actionObj.isCloseVisible){ %>
<% } %>
<% } %>