Private GIT

Skip to content
Snippets Groups Projects
Commit 2bf541bc authored by Fernando's avatar Fernando
Browse files

Add hint to log search field

parent 761c8b54
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ Filter log by: <select name="logFilter" id="logFilter" class="form-control form-
#end for
</select>
Search log by:
<input type="text" name="logSearch" id="logSearch" value="#if $logSearch then $logSearch else ""#" class="form-control form-control-inline input-sm" />
<input type="text" name="logSearch" placeholder="clear to reset" id="logSearch" value="#if $logSearch then $logSearch else ""#" class="form-control form-control-inline input-sm" />
</div>
<br />
<div class="align-left"><pre>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment