Clearer import control interface

This commit is contained in:
Andrew Manning
2016-07-10 07:21:52 -04:00
parent a338a97d5b
commit c5e534c0cb
2 changed files with 28 additions and 8 deletions

View File

@@ -2264,9 +2264,13 @@ function website_import_tools() {
$who = $channel['channel_address'];
return replace_macros(get_markup_template('design_tools.tpl'), array(
return replace_macros(get_markup_template('website_import_tools.tpl'), array(
'$title' => t('Import'),
'$who' => $who,
//'$who' => $who,
'$import_label' => t('Import website...'),
'$import_placeholder' => t('Select folder to import'),
'$file_upload_text' => t('Import from a zipped folder:'),
'$file_import_text' => t('Import from cloud files:')
));
}