Ignore:
Timestamp:
2013/02/13 11:35:22 (11 years ago)
Author:
m_uehara
Message:

#2100 郵便番号登録完了メッセージ表示処理の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

    r22509 r22529  
    277277                    document.open('text/html','replace'); 
    278278                    document.clear(); 
    279                     document.write('<?php t("c_<p>Completed.<br /> T_ARG1 items were added.</p>_01", array("T_ARG1" => $cntInsert))?>'); 
    280                     document.write('<?php t("c_<p><a href='?' target='_top'>Go back</a></p>_01"); ?>'); 
     279                    document.write("<?php echo t("c_<p>Completed.<br /> T_ARG1 items were added.</p>_01", array("T_ARG1" => $cntInsert)); ?>"); 
     280                    document.write("<?php echo t("c_<p><a href='?' target='_top'>Go back</a></p>_01"); ?>"); 
    281281                    document.close(); 
    282282                } 
Note: See TracChangeset for help on using the changeset viewer.