소스 검색

Change the number of rows used in the textarea on the sql query page so that it fits better on lower resolutions.

Mark Crane 11 년 전
부모
커밋
d6a78bc45e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sql_query.php

+ 1 - 1
sql_query.php

@@ -88,7 +88,7 @@ else {
 
 	echo "<tr>\n";
 	echo "<td colspan='2' style='padding: none;' align='left'><br>\n";
-	echo "	<textarea name='sql_cmd' id='sql_cmd' rows='20' class='formfld' style='width: 100%;' wrap='off'>$sql_cmd</textarea\n";
+	echo "	<textarea name='sql_cmd' id='sql_cmd' rows='10' class='formfld' style='width: 100%;' wrap='off'>$sql_cmd</textarea\n";
 	echo "	<br />\n";
 	echo "</td>\n";
 	echo "</tr>\n";