line break issue fixed
This commit is contained in:
parent
3c5ef4eb30
commit
58828c9836
|
@ -421,7 +421,7 @@ class lamList {
|
|||
*/
|
||||
private function getSortingElements() {
|
||||
$filter = $this->getFilterAsTextForURL();
|
||||
$sortElements = array(new htmlOutputText(_('Sort sequence')));
|
||||
$sortElements = array(new htmlSpan(new htmlOutputText(_('Sort sequence')), array('nowrap')));
|
||||
foreach ($this->attrArray as $attributeName) {
|
||||
$link = "list.php?type=" . $this->type->getId() . "&".
|
||||
"sort=" . strtolower($attributeName) . $filter . "&norefresh=y";
|
||||
|
|
Loading…
Reference in New Issue