Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html	(revision 774)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_new.html	(revision 776)
@@ -22,4 +22,11 @@
 	</table>
 	
+	<table>
+		<{}>
+		<tr>
+			<td></td>
+		</tr>
+	</table>
+	
 	<table border="0" cellspacing="0" cellpadding="0">
 	<form name="form1" id="form1" method="post" action="./pollnew.php">
@@ -32,5 +39,5 @@
 				<tr>
 					<td class="ranking01">¥¿¥¤¥È¥ë</td>
-					<td class="ranking02"><input type="text" name="title" style="width: 99%;" /></td>
+					<td class="ranking02"><input type="text" name="title" style="width: 99%;" value="<{$arrForm.title}>" /></td>
 				</tr>
 				<tr>
@@ -38,5 +45,5 @@
 					<td class="ranking02">
 					<select name="category_id">
-					<{html_options options=$arrCat selected=$category_id}>
+					<{html_options options=$arrCat selected=$arrForm.category_id}>
 					</select>
 					</td>
@@ -44,5 +51,5 @@
 				<tr>
 					<td class="ranking01">ÆâÍÆ</td>
-					<td class="ranking02"><textarea name="body" style="width: 99%; height:150px;">ÆâÍÆ¤ò¤´µ­Æþ¤¯¤À¤µ¤¤¡£</textarea></td>
+					<td class="ranking02"><textarea name="body" style="width: 99%; height:150px;"><{$arrForm.body}></textarea></td>
 				</tr>
 				<tr>
