Skip to content

Commit 14789cd

Browse files
changed input placement on the html page
1 parent d38be35 commit 14789cd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sde_indexing_helper/templates/sde_collections/collection_list.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ <h2 class="title">Welcome back!</h2>
4949
</tr>
5050
</thead>
5151

52-
<div class="search-container">
53-
<label for="collectionSearch">Universal Search</label>
54-
<input type="text" id="collectionSearch" placeholder="Type to search..." class="table_filter_row_input textBoxStyling">
55-
</div>
56-
5752
<tbody>
53+
<div class="search-container">
54+
<label for="collectionSearch">Universal Search</label>
55+
<input type="text" id="collectionSearch" placeholder="Type to search..." class="table_filter_row_input textBoxStyling">
56+
</div>
5857
{% for collection in collections %}
5958
<tr id="{{ collection.id }}" data-config-folder="{{ collection.config_folder }}">
6059
<td class="noBorder">

0 commit comments

Comments
 (0)