Changeset 942 for temp


Ignore:
Timestamp:
2006/12/22 10:06:23 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php

    r941 r942  
    4141echo "<form action='post.php' method='post' name='forumform' id='forumform' onsubmit='return xoopsValidate(\"subject\", \"message\", \"contents_submit\", \"".htmlspecialchars(_PLZCOMPLETE, ENT_QUOTES)."\", \"".htmlspecialchars(_MESSAGETOOLONG, ENT_QUOTES)."\", \"".htmlspecialchars(_ALLOWEDCHAR, ENT_QUOTES)."\", \"".htmlspecialchars(_CURRCHAR, ENT_QUOTES)."\");'><table cellspacing='1' class='outer' width='100%'><tr><td class='head' width='25%' valign='top'>". _MD_ABOUTPOST .":</td>"; 
    4242echo $token->getHtml(); 
     43echo "<input type='hidden' name='check' value='1' />"; 
    4344 
    4445if ( $forumdata['forum_type'] == 1 ) { 
     
    103104if ( !empty($isreply) && isset($hidden) && $hidden != "" ) { 
    104105    echo "<input type='hidden' name='isreply' value='1' />"; 
    105     echo "<input type='hidden' name='check' value='1' />"; 
    106106    echo "<input type='hidden' name='hidden' id='hidden' value='$hidden' /> 
    107107    <input type='button' name='quote' class='formButton' value='"._MD_QUOTE."' onclick='xoopsGetElementById(\"message\").value=xoopsGetElementById(\"message\").value + xoopsGetElementById(\"hidden\").value; xoopsGetElementById(\"hidden\").value=\"\";' /><br />"; 
Note: See TracChangeset for help on using the changeset viewer.