10/02/24 22:08:51 K+o/prz20
>>841
IE8で崩れる件はr837で修正確認しました。お疲れ様です。
●チェックボックスに関してですが、考えてみたらこれでいいんじゃないかと。
--- post_form_options.inc.php (リビジョン 837)
+++ post_form_options.inc.php (作業コピー)
@@ -169,7 +169,7 @@
// 2ch●書き込み
if (P2Util::isHost2chs($host) and file_exists($_conf['sid2ch_php'])) {
- $htm['maru_post'] = '<span title="2ch●IDの使用"><input type="checkbox" id="maru" name="maru" value="1">'
+ $htm['maru_post'] = '<span title="2ch●IDの使用"><input type="checkbox" id="maru" name="maru" value="1" checked>'
. '<label for="maru">●</label></span>';
}