Changeset 567 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/08 15:29:34 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/mylinks
- Files:
-
- 2 edited
-
submit.php (modified) (1 diff)
-
templates/mylinks_submit.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/mylinks/submit.php
r405 r567 149 149 $xoopsTpl->assign('lang_submit', _SUBMIT); 150 150 $xoopsTpl->assign('lang_cancel', _CANCEL); 151 152 $xoopsTpl->assign('lang_caution_title', _POST_CAUTION_TITLE); 153 $xoopsTpl->assign('lang_caution_body', _POST_CAUTION_BODY); 151 154 ob_start(); 152 155 $mytree->makeMySelBox("title", "title",0,1); -
temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_submit.html
r566 r567 65 65 </tr> 66 66 <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> 69 69 </tr> 70 70 </table>
Note: See TracChangeset
for help on using the changeset viewer.
