Correct text input id to be able to save it
这个提交包含在:
父节点
54ad24d3be
当前提交
81b9c270c8
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -27,7 +27,7 @@ checked.<br />
|
|||
<form>
|
||||
<div class="form-group">
|
||||
<label for="message">Message</label>
|
||||
<textarea name="message" class="form-control" id="exampleFormControlTextarea1" rows="3" aria-describedby="messageHelp"></textarea>
|
||||
<textarea name="message" class="form-control" id="messageInput" rows="3" aria-describedby="messageHelp"></textarea>
|
||||
<small id="messageHelp" class="form-text text-muted">Any extra information we need to know about?</small>
|
||||
</div>
|
||||
|
||||
|
|
@ -40,4 +40,4 @@ checked.<br />
|
|||
<button type="button" onclick="saveNotInLogRequest(this.form);" class="btn btn-sm btn-primary"><i
|
||||
class="fas fa-plus-square"></i> Send not in log request</button>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
|
|
|||
正在加载…
在新工单中引用