yangui fixes
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / operational / list-filtered-data-top.tpl.html
1 <button ng-click="shiftDisplayPrev()" ng-show="showPrevButton()" tooltip="{{ 'LIST_PREV_ITEM' | translate }}" class="yangButton iconPrev"></button>\r
2 <div class="listButtonWrapper" ng-repeat="offset in displayOffsets" ng-if="currentDisplayIndex + offset > -1 && node.filteredListData.length > currentDisplayIndex + offset">\r
3     <button  class="btn btn-like-tab {{ (currentDisplayIndex + offset === node.actElemIndex ? 'btn-selected':'') }}" ng-click="node.changeActElementData(currentDisplayIndex + offset,false)" tooltip="{{getListName(offset, false).tooltip}}">\r
4         {{getNodeName(node.localeLabel, node.label)}}&nbsp;{{ getListName(offset, true).name }}\r
5     </button>\r
6 </div>\r
7 <button ng-click="shiftDisplayNext('filteredListData')"  ng-show="showNextButton('filteredListData')" tooltip="{{ 'LIST_NEXT_ITEM' | translate }}" class="yangButton iconNext"></button>