Ignore:
Timestamp:
2006/12/08 15:29:34 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/mylinks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/submit.php

    r405 r567  
    149149    $xoopsTpl->assign('lang_submit', _SUBMIT); 
    150150    $xoopsTpl->assign('lang_cancel', _CANCEL); 
     151 
     152    $xoopsTpl->assign('lang_caution_title', _POST_CAUTION_TITLE); 
     153    $xoopsTpl->assign('lang_caution_body', _POST_CAUTION_BODY); 
    151154    ob_start(); 
    152155    $mytree->makeMySelBox("title", "title",0,1); 
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html

    r566 r567  
    6565          </tr> 
    6666          <tr> 
    67             <td class='head' valign='top' nowrap='nowrap'><{$_POST_CAUTION_TITLE}></td> 
    68             <td class='even' height="90"><div class="box"><{$_POST_CAUTION_BODY}></td> 
     67            <td class='head' valign='top' nowrap='nowrap'><{$lang_caution_title}></td> 
     68            <td class='even' height="90"><div class="box"><{$lang_caution_body}></td> 
    6969          </tr> 
    7070        </table> 
Note: See TracChangeset for help on using the changeset viewer.