- Timestamp:
- 05/02/11 08:28:04 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.flat.php
r0 r82 164 164 form::hidden(array('do'),1). 165 165 form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 166 '<p><label >'.__('Upload a backup file').' '.166 '<p><label for="up_single_file">'.__('Upload a backup file').' '. 167 167 '<input type="file" id="up_single_file" name="up_single_file" size="20" />'. 168 168 '</label></p>'; … … 173 173 $public_files = array_merge(array('-' => ''),$public_files); 174 174 echo 175 '<p><label >'.__('or pick up a local file in your public directory').' '.175 '<p><label for="public_single_file">'.__('or pick up a local file in your public directory').' '. 176 176 form::combo('public_single_file',$public_files, '', '', '', $empty). 177 177 '</label></p>'; … … 193 193 form::hidden(array('do'),1). 194 194 form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 195 '<p><label >'.__('Upload a backup file').' '.195 '<p><label for="up_full_file">'.__('Upload a backup file').' '. 196 196 '<input type="file" id="up_full_file" name="up_full_file" size="20" />'. 197 197 '</label></p>'; 198 198 199 199 echo 200 '<p><label >'.__('or pick up a local file in your public directory').' '.200 '<p><label for="public_full_file">'.__('or pick up a local file in your public directory').' '. 201 201 form::combo('public_full_file',$public_files, '', '', '', $empty). 202 202 '</label></p>'; … … 205 205 '<p><strong>'.__('Warning: This will reset all the content of your database, except users.').'</strong></p>'. 206 206 207 '<p><label >'.__('Your password:').207 '<p><label for="your_pwd">'.__('Your password:'). 208 208 form::password('your_pwd',20,255).'</label></p>'. 209 209
Note: See TracChangeset
for help on using the changeset viewer.