diff options
Diffstat (limited to 'include/clients-overview.php')
-rw-r--r-- | include/clients-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clients-overview.php b/include/clients-overview.php index 7ce45a6..fc2c3a0 100644 --- a/include/clients-overview.php +++ b/include/clients-overview.php @@ -70,7 +70,7 @@ require_once('./login.php'); <div class="form-group"> <label>Name:</label> <input - type="text" name="name" class="form-control" placeholder="Title" + type="text" name="name" class="form-control" placeholder="Name" data-bv-notempty="true" data-bv-notempty-message="You have to provide a name"/> </div> <button type="submit" class="btn btn-default">Go</button> |