Ignore:
Timestamp:
2007/01/17 15:05:11 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/include/registerform.php

    r1072 r1073  
    8484/* ¸Ä¿Í¾ðÊóÊݸîÊý¿Ë */ 
    8585$disc_tray = new XoopsFormElementTray(_US_COMPLIANCE, '<br />'); 
    86 $disc_text = new XoopsFormTextarea('', 'disclaimer', $xoopsConfigUser['reg_disclaimer'], 8); 
     86$disc_text = new XoopsFormTextarea('', 'disclaimer', "¤¢", 8); 
    8787$disc_text->setExtra('readonly="readonly"'); 
    8888$disc_tray->addElement($disc_text); 
Note: See TracChangeset for help on using the changeset viewer.