|
|
@@ -2,9 +2,9 @@
|
|
|
<form method="get" action="/server-logs.php" target="iframeLogs">
|
|
|
<label for="search">Filtrer par mot-clé :</label>
|
|
|
<div class="input-group mb-3">
|
|
|
- <input type="text" class="form-control" name="search" value="">
|
|
|
+ <input type="text" class="form-control" name="search" value="" placeholder="Mot clé à filtrer">
|
|
|
<div class="input-group-append">
|
|
|
- <button class="btn btn-outline-primary" style="border-top-left-radius: 0; border-bottom-left-radius: 0;" type="submit">Filtrer les logs par un mot clé</button>
|
|
|
+ <button class="btn btn-outline-primary" style="border-top-left-radius: 0; border-bottom-left-radius: 0;" type="submit">Cliquez ici pour filtrer et/ou rafraîchir les logs</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|