UPD: dav_registration: improved search field label.

This commit is contained in:
2019-02-18 16:07:42 +01:00
parent 6e1a07f3f6
commit baf959760d

View File

@@ -9,7 +9,7 @@
<table id="objects_table" class="table table-bordered table-hover">
<thead>
<tr>
<th><input type="text" id="searchfield" placeholder="{% trans 'Suche' %}"></th>
<th><input type="text" id="searchfield" placeholder="{% trans 'Volltextsuche' %}"></th>
</tr>
</thead>
<tbody>