diff --git a/themes/blueprint/templates/search/controls/sort.phtml b/themes/blueprint/templates/search/controls/sort.phtml index c1ce5ecf59da31282f6a5c1e85d8483cd1f4e67a..0e907c88c7941da8e6e8939c5611e9cf0044b785 100644 --- a/themes/blueprint/templates/search/controls/sort.phtml +++ b/themes/blueprint/templates/search/controls/sort.phtml @@ -1,5 +1,5 @@ <? $list = $this->results->getParams()->getSortList(); if (!empty($list)): ?> - <form action="<?=$this->currentPath() . $this->results->getUrlQuery()->setSort(null)?>" method="post"> + <form action="<?=$this->currentPath() . $this->results->getUrlQuery()->setSort(null)?>" class="sortSelector" method="post"> <label for="sort_options_1"><?=$this->transEsc('Sort')?></label> <select id="sort_options_1" name="sort" class="jumpMenu"> <? foreach ($this->results->getParams()->getSortList() as $sortType => $sortData): ?>