mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
Merge branch 'master' of https://github.com/suhf/No1WMS.git
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 att">
|
||||
<button style="float: right;" class="btn btn-primary" type="submit" id="btn_create" onclick="goCreate() ">삭제 </button>
|
||||
<button style="float: right;" class="btn btn-danger" type="submit" id="btn_create" onclick="goCreate() ">삭제 </button>
|
||||
</div>
|
||||
<div class="col-12 m-0">
|
||||
<table class="table" >
|
||||
@@ -182,11 +182,11 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text-end">
|
||||
<div class="col-12">
|
||||
<button class="btn-primary btn" onclick="goSave()">저장</button>
|
||||
<form method="get" class="d-inline" action="/plan_in/list">
|
||||
<button class="btn-primary btn" type="submit">취소</button>
|
||||
<button class="btn btn-secondary" type="submit">취소</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -100,6 +100,8 @@
|
||||
</c:if>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-3 text-end">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<button id="link_button" class="btn-primary btn" onClick="copy()" >다운로드 주소 복사</button>
|
||||
<form class="d-inline" method="post" action="/plan_in/delete">
|
||||
<input hidden name="groupNumber" value="${groupNum}">
|
||||
<button style="float: right;" class="btn btn-primary" type="submit" id="btn_create">삭제 </button>
|
||||
<button style="float: right;" class="btn btn-danger" type="submit" id="btn_create">삭제 </button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-12 m-0">
|
||||
|
||||
@@ -196,11 +196,11 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text-end">
|
||||
<div class="col-12">
|
||||
<button class="btn-primary btn" onclick="goSave()">저장</button>
|
||||
<form method="get" class="d-inline" action="/plan_in/list">
|
||||
<button class="btn-primary btn" type="submit">취소</button>
|
||||
<button class="btn btn-secondary" type="submit">취소</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user