소스 검색

User Create: Column width adjustment.

Nate Jones 11 년 전
부모
커밋
3da247535c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/users/signup.php

+ 2 - 2
core/users/signup.php

@@ -235,8 +235,8 @@ if (count($_POST)>0 && check_str($_POST["persistform"]) != "1") {
 
 
 	echo "<table border='0' $tablewidth cellpadding='6' cellspacing='0'>";
 	echo "<table border='0' $tablewidth cellpadding='6' cellspacing='0'>";
 	echo "	<tr>";
 	echo "	<tr>";
-	echo "		<td class='vncellreq' width='40%'>".$text['label-username'].":</td>";
-	echo "		<td class='vtable' width='60%'><input type='text' class='formfld' autocomplete='off' name='username' value='$username'></td>";
+	echo "		<td class='vncellreq' width='30%'>".$text['label-username'].":</td>";
+	echo "		<td class='vtable' width='70%'><input type='text' class='formfld' autocomplete='off' name='username' value='$username'></td>";
 	echo "	</tr>";
 	echo "	</tr>";
 
 
 	echo "	<tr>";
 	echo "	<tr>";