Skip to content

Commit

Permalink
artifact_edit fixing
Browse files Browse the repository at this point in the history
KimGona committed Dec 5, 2023
1 parent 9d8e81c commit 31196a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KNU_MUSEUM/src/main/webapp/artifact_edit.jsp
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
<label for="colFormLabel" class="col-sm-2 col-form-label">유물사진</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="colFormLabel"
placeholder="유물사진" name="artifact_picture" value="<%=Image%>"
placeholder="유물사진" name="artifact_picture" value="<%=Image %>"
readonly>
</div>
</div>
@@ -163,7 +163,7 @@
<label for="colFormLabel" class="col-sm-2 col-form-label">유물이름</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="colFormLabel"
placeholder="유물이름" name="nartifact_name">
placeholder="유물이름" value="<%=Artname%>" name="nartifact_name">
</div>
</div>
<div class="row mb-3">

0 comments on commit 31196a9

Please sign in to comment.