- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/lib.ie.maintenance.php
r1989 r2566 58 58 } 59 59 else { 60 return 60 return 61 61 '<p><label for="file_name">'.__('File name:').'</label>'. 62 62 form::field('file_name', 50, 255, date('Y-m-d-H-i-').$this->export_name). … … 115 115 } 116 116 else { 117 return 117 return 118 118 '<p><label for="file_name">'.__('File name:').'</label>'. 119 119 form::field('file_name', 50, 255, date('Y-m-d-H-i-').$this->export_name).
Note: See TracChangeset
for help on using the changeset viewer.