From f5ef747ec5a0fa13845d93e50753e63b3db4e375 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 13 Dec 2012 13:51:05 -0500 Subject: [PATCH] Added class to make styling more convenient. --- themes/blueprint/templates/search/controls/sort.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/blueprint/templates/search/controls/sort.phtml b/themes/blueprint/templates/search/controls/sort.phtml index c1ce5ecf59d..0e907c88c79 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): ?> -- GitLab