NobuNobu
nobun****@users*****
2005年 6月 19日 (日) 01:26:12 JST
Index: xoops2jp/html/include/comment_form.php diff -u xoops2jp/html/include/comment_form.php:1.2.6.2 xoops2jp/html/include/comment_form.php:1.2.6.2.2.1 --- xoops2jp/html/include/comment_form.php:1.2.6.2 Mon Apr 25 13:04:51 2005 +++ xoops2jp/html/include/comment_form.php Sun Jun 19 01:26:12 2005 @@ -1,5 +1,5 @@ <?php -// $Id: comment_form.php,v 1.2.6.2 2005/04/25 04:04:51 onokazu Exp $ +// $Id: comment_form.php,v 1.2.6.2.2.1 2005/06/18 16:26:12 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -75,11 +75,11 @@ $status_select = new XoopsFormSelect(_CM_STATUS, 'com_status', $com_status); $status_select->addOptionArray(array(XOOPS_COMMENT_PENDING => _CM_PENDING, XOOPS_COMMENT_ACTIVE => _CM_ACTIVE, XOOPS_COMMENT_HIDDEN => _CM_HIDDEN)); $cform->addElement($status_select); + $button_tray->addElement(new XoopsFormButton('', 'com_dodelete', _DELETE, 'submit')); } $html_checkbox = new XoopsFormCheckBox('', 'dohtml', $dohtml); $html_checkbox->addOption(1, _CM_DOHTML); $option_tray->addElement($html_checkbox); - $button_tray->addElement(new XoopsFormButton('', 'com_dodelete', _DELETE, 'submit')); } } $smiley_checkbox = new XoopsFormCheckBox('', 'dosmiley', $dosmiley);