Merge branch 'tolag3'
This commit is contained in:
commit
8ba2e57188
@ -129,7 +129,7 @@
|
||||
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty adjstIncidentVO.searchStatus ? 'on' : '' }">전체</button>
|
||||
<button type="button" onclick="fncStatusList('A'); return false;" class="${adjstIncidentVO.searchStatus eq 'A'? 'on' : '' } tab">신청</button>
|
||||
<button type="button" onclick="fncStatusList('B'); return false;" class="${adjstIncidentVO.searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
|
||||
<button type="button" onclick="fncStatusList('C'); return false;" class="${adjstIncidentVO.searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
|
||||
<%-- <button type="button" onclick="fncStatusList('C'); return false;" class="${adjstIncidentVO.searchStatus eq 'C' ? 'on' : '' } tab">종결</button> --%>
|
||||
</div>
|
||||
<div class="list_util">
|
||||
<label for="searchCondition">검색조건 선택</label>
|
||||
|
||||
@ -122,7 +122,7 @@
|
||||
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty searchStatus ? 'on' : '' }">전체</button>
|
||||
<button type="button" onclick="fncStatusList('A'); return false;" class="${searchStatus eq 'A'? 'on' : '' } tab">신청</button>
|
||||
<button type="button" onclick="fncStatusList('B'); return false;" class="${searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
|
||||
<button type="button" onclick="fncStatusList('C'); return false;" class="${searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
|
||||
<%-- <button type="button" onclick="fncStatusList('C'); return false;" class="${searchStatus eq 'C' ? 'on' : '' } tab">종결</button> --%>
|
||||
</div>
|
||||
<div class="list_util"></div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user