@@ -20,8 +20,4 @@ |
||
| 20 | 20 | >>>>>>> feature/intval |
| 21 | 21 | if ($count <= 0) { |
| 22 | 22 | include_once XOOPS_TRUST_PATH.'/libs/altsys/include/tpls_functions.php' ; |
| 23 | - tplsadmin_import_data($xoopsConfig['template_set'], $file, implode('', file($file_path)), $mtime) ; |
|
| 24 | - } |
|
| 25 | - } |
|
| 26 | - } |
|
| 27 | -} |
|
| 23 | + tplsadmin_import_data($xoopsConfig['template_set'], $file, implode('', file($file_path)), $mtime |
|
| 28 | 24 | \ No newline at end of file |
@@ -398,14 +398,4 @@ |
||
| 398 | 398 | <select name='copy_to[{$tplset4disp}]'> |
| 399 | 399 | ".str_replace('<option value=\''.$tplset4disp.'\'>'.$tplset4disp.'</option>', '', $tplset_options)." |
| 400 | 400 | </select> |
| 401 | - <input name='copy_do[{$tplset4disp}]' type='submit' value='"._MYTPLSADMIN_BTN_COPY."' onclick='return altsys_mytpladmin_check_copy_submit(\""._MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES."\", \"{$tplset4disp}_\", true);' /> |
|
| 402 | - </td>\n" ; |
|
| 403 | - } |
|
| 404 | - |
|
| 405 | -echo " </tr>\n" ; |
|
| 406 | - |
|
| 407 | - |
|
| 408 | -echo '</table></form>'; |
|
| 409 | -// end of table & form |
|
| 410 | - |
|
| 411 | -xoops_cp_footer() ; |
|
| 401 | + <input name='copy_do[{$tplset4disp}]' type='submit' value='"._MYTPLSADMIN_BTN_COPY."' onclick='return altsys_mytpladmin_check_copy_submit(\""._MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES."\", \"{$tplset4disp} |
|
| 412 | 402 | \ No newline at end of file |