Use newest message
This commit is contained in:
parent
ef43e2fce8
commit
4441512052
@ -433,7 +433,7 @@ function PMA_sqlQueryFormUpload()
|
||||
// start output
|
||||
echo '<fieldset id="">';
|
||||
echo '<legend>';
|
||||
echo __('Location of the text file') . '</legend>';
|
||||
echo __('Browse your computer:') . '</legend>';
|
||||
echo '<div class="formelement">';
|
||||
echo '<input type="file" name="sql_file" class="textfield" /> ';
|
||||
echo PMA_displayMaximumUploadSize($GLOBALS['max_upload_size']);
|
||||
|
||||
@ -236,7 +236,7 @@ PMA_printJsValue("PMA_messages['strSavedOn']", __('Saved on: @DATE@'));
|
||||
<input type="radio" id="import_text_file" name="import_type" value="text_file" checked="checked" />
|
||||
<label for="import_text_file"><?php echo __('Import from file') ?></label>
|
||||
<div id="opts_import_text_file" class="prefsmanage_opts">
|
||||
<label for="input_import_file"><?php echo __('Location of the text file'); ?></label>
|
||||
<label for="input_import_file"><?php echo __('Browse your computer:'); ?></label>
|
||||
<input type="file" name="import_file" id="input_import_file" />
|
||||
</div>
|
||||
<input type="radio" id="import_local_storage" name="import_type" value="local_storage" disabled="disabled" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user