| | |
| | | |
| | | |
| | | <!-- 전체 프로젝트 일때 이슈 만들기 버튼 숨김 --> |
| | | <button class="btn btn-xlg btn-primary btn-rounded mr-10 ml-3" ng-if="$root.workProject.id > -1" ng-click="fn.addIssue()" tabindex="-1"> |
| | | <button class="btn btn-xlg btn-primary btn-rounded mr-10 ml-3" ng-if="$root.workProject.id > -1 && !$root.allIssueList" ng-click="fn.addIssue()" tabindex="-1"> |
| | | <i class="os-icon os-icon-plus"></i> <span translate="issue.createIssue">이슈 만들기</span> |
| | | </button> |
| | | |
| | |
| | | --> |
| | | <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> |
| | | |
| | |
| | | --> |
| | | |
| | | |
| | | <select class="form-control rounded width-80-p" |
| | | <!-- <select class="form-control rounded width-80-p" |
| | | ng-model="$root.language" |
| | | tabindex="-1" |
| | | ng-change="$root.changeLocale($root.language)"> |
| | | <option value="ko" translate="common.korean"> |
| | | 한국어 |
| | | </option> |
| | | <!--<option value="en" translate="common.english"> |
| | | <option value="en" translate="common.english"> |
| | | 영어 |
| | | </option> |
| | | <option value="ja" translate="common.japaneseLanguage"> |
| | |
| | | </option> |
| | | <option value="vi" translate="common.vietnamese"> |
| | | 베트남어 |
| | | </option>--> |
| | | </select> |
| | | </option> |
| | | </select>--> |
| | | </div> |
| | | </div> |
| | | </div> |