Changeset 1528 for trunk/gregarius/admin/opml.php
- Timestamp:
- 08/10/06 15:10:28 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/admin/opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/admin/opml.php
r1181 r1528 68 68 69 69 ."<p style=\"padding-left:1em;\"><input type=\"radio\" id=\"opml_import_option_folder\" name=\"opml_import_option\" value=\"".CST_ADMIN_OPML_IMPORT_FOLDER."\" />\n" 70 ."<label for=\"opml_import_option_folder\" >".LBL_ADMIN_OPML_IMPORT_FOLDER."</label>" ;71 folder_combo('opml_import_to_folder',null);72 echo"</p>\n"70 ."<label for=\"opml_import_option_folder\" >".LBL_ADMIN_OPML_IMPORT_FOLDER."</label>" 71 .rss_toolkit_folders_combo('opml_import_to_folder',null) 72 ."</p>\n" 73 73 74 74 ."<p style=\"padding-left:1em;\"><input type=\"radio\" id=\"opml_import_option_wipe\" name=\"opml_import_option\" value=\"".CST_ADMIN_OPML_IMPORT_WIPE."\" />\n" 75 75 ."<label for=\"opml_import_option_wipe\" >".LBL_ADMIN_OPML_IMPORT_WIPE."</label></p>\n" 76 77 76 78 77 ."";
