Changeset 3421:34cfd92ec45a for plugins/importExport
- Timestamp:
- 11/26/16 10:40:17 (9 years ago)
- Branch:
- default
- Location:
- plugins/importExport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.flat.php
r3036 r3421 156 156 echo 157 157 '<script type="text/javascript">'."\n". 158 "//<![CDATA[\n".159 158 dcPage::jsVar('dotclear.msg.confirm_full_import', 160 159 __('Are you sure you want to import a full backup file?')). … … 176 175 "}); ". 177 176 "});\n". 178 "//]]>\n".179 177 "</script>\n"; 180 178 -
plugins/importExport/index.php
r3021 r3421 66 66 dcPage::jsLoad(dcPage::getPF('importExport/js/script.js')). 67 67 '<script type="text/javascript"> 68 //<![CDATA[69 68 '.dcPage::jsVar('dotclear.msg.please_wait',__('Please wait...')).' 70 //]]>71 69 </script> 72 70 </head>
Note: See TracChangeset
for help on using the changeset viewer.