Add Pet name field to Find Owners form

This commit is contained in:
kaihang.xkh 2025-03-28 15:09:06 +08:00
parent 4796e29104
commit 67545b9695

View file

@ -19,6 +19,15 @@
</div>
</div>
</div>
<div class="form-group">
<div class="control-group" id="petNameGroup">
<label class="col-sm-2 control-label">Pet name </label>
<div class="col-sm-10">
<input class="form-control" th:field="*{petName}" size="30"
maxlength="80" />
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary">Find
@ -31,4 +40,4 @@
</form>
</body>
</html>
</html>