mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Add Pet name field to Find Owners form
This commit is contained in:
parent
4796e29104
commit
67545b9695
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue