소스 검색

Logic Error in GenericList.template.php - thanks pcfreak30

emanuele 13 년 전
부모
커밋
b42110fff7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Themes/default/GenericList.template.php

+ 1 - 1
Themes/default/GenericList.template.php

@@ -51,7 +51,7 @@ function template_show_list($list_id = null)
 			</div>';
 	}
 
-	if (!empty($cur_list['items_per_page']) || isset($cur_list['additional_rows']['bottom_of_list']))
+	if (!empty($cur_list['items_per_page']) || isset($cur_list['additional_rows']['above_column_headers']))
 	{
 		echo '
 			<div class="flow_auto">';