| | |
| | | <div class="input-group"> |
| | | <input class="form-control" |
| | | type="text" |
| | | tabindex="-1" |
| | | tabindex="-2" |
| | | maxlength="300" |
| | | kr-input |
| | | owl-auto-focus |
| | | ng-model="vm.searchAll.keyWord" |
| | | placeholder="{{'issue.pleaseEnterIssueKeyWord' | translate}}"> |
| | | placeholder="{{'issue.pleaseEnterIssueKeyWord' | translate}}" |
| | | ng-enter="fn.searchAll(0)"> |
| | | <div class="input-group-prepend ml-10"> |
| | | <button class="btn btn-navy" ng-click="fn.searchAll(0)"> <span translate="common.search">검색</span></button> |
| | | </div> |
| | |
| | | --> |
| | | <div class="messages-notifications os-dropdown-trigger os-dropdown-position-left" ui-sref="notices.list" |
| | | style="padding-top:5px;"> |
| | | <span class="new-messages-push"></span> |
| | | <!-- <span class="new-messages-push"></span>--> |
| | | <i class="dripicons-broadcast"></i> |
| | | </div> |
| | | |