* set the width of comment form. fix ie error.

This commit is contained in:
wangchunsheng
2012-01-04 07:09:43 +00:00
parent 05ac645534
commit 1916e85385

View File

@@ -65,11 +65,11 @@
<div id='comment' class='hidden'>
<fieldset>
<legend><?php echo $lang->comment;?></legend>
<form method='post' enctype='multipart/form-data' action='<?php echo inlink('edit', "storyID=$story->id&comment=true")?>'>
<table align='center'>
<tr><?php echo html::textarea('comment', '',"rows='5' class='w-p100'");?></tr>
<tr><td><?php echo html::submitButton() . html::resetButton();?></td></tr>
</table>
<form method='post' action='<?php echo inlink('edit', "storyID=$story->id&comment=true")?>'>
<table align='center' class='table-1'>
<tr><td><?php echo html::textarea('comment', '',"rows='5' class='w-p100'");?></td></tr>
<tr><td><?php echo html::submitButton() . html::resetButton();?></td></tr>
</table>
</form>
</fieldset>
</div>