refactor button elements; change button types for search and filter actions in admin pages
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</label>
|
||||
<label>From <input type="date" id="f-from" /></label>
|
||||
<label>To <input type="date" id="f-to" /></label>
|
||||
<button class="primary" id="searchBtn" style="align-self:flex-end">Search</button>
|
||||
<button type="button" class="primary" id="searchBtn" style="align-self:flex-end">Search</button>
|
||||
</div>
|
||||
|
||||
<div class="table-wrap">
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<option value="articles_asc">Fewest articles</option>
|
||||
</select>
|
||||
</label>
|
||||
<button class="primary" id="eSearchBtn" style="align-self:flex-end">Filter</button>
|
||||
<button type="button" class="primary" id="eSearchBtn" style="align-self:flex-end">Filter</button>
|
||||
</div>
|
||||
|
||||
<div class="table-wrap">
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<option value="event_date">By event date</option>
|
||||
</select>
|
||||
</label>
|
||||
<button class="primary" id="i-filter-btn" style="align-self:flex-end">Filter</button>
|
||||
<button type="button" class="primary" id="i-filter-btn" style="align-self:flex-end">Filter</button>
|
||||
</div>
|
||||
|
||||
<div class="table-wrap">
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<option value="event_date">By event date</option>
|
||||
</select>
|
||||
</label>
|
||||
<button class="primary" id="i-filter-btn" style="align-self:flex-end">Filter</button>
|
||||
<button type="button" class="primary" id="i-filter-btn" style="align-self:flex-end">Filter</button>
|
||||
</div>
|
||||
|
||||
<div class="table-wrap">
|
||||
|
||||
Reference in New Issue
Block a user