summaryrefslogtreecommitdiff
path: root/bulk_upload_code.inc
diff options
context:
space:
mode:
authorPrashant P Shah2012-06-21 22:35:39 +0530
committerPrashant P Shah2012-06-21 22:35:39 +0530
commit8229e6c09b9b21d65a929a48ea35f962b3dc07b9 (patch)
treee93d0c0230a05436abfff0e32236899be9a8edab /bulk_upload_code.inc
parent1c4c0e21a1dec6854a855138e876625c34c79650 (diff)
downloadscilab_lab_migration-8229e6c09b9b21d65a929a48ea35f962b3dc07b9.tar.gz
scilab_lab_migration-8229e6c09b9b21d65a929a48ea35f962b3dc07b9.tar.bz2
scilab_lab_migration-8229e6c09b9b21d65a929a48ea35f962b3dc07b9.zip
fixed formatting issues
Signed-off-by: Prashant P Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'bulk_upload_code.inc')
-rwxr-xr-xbulk_upload_code.inc70
1 files changed, 35 insertions, 35 deletions
diff --git a/bulk_upload_code.inc b/bulk_upload_code.inc
index 329f8ff..38e1460 100755
--- a/bulk_upload_code.inc
+++ b/bulk_upload_code.inc
@@ -99,11 +99,11 @@ function lab_migration_bulk_upload_code_form($form_state)
'#collapsed' => FALSE,
);
$form['sourcefile']['sourcefile1'] = array(
- '#type' => 'file',
- '#title' => t('Upload main or source file'),
- '#size' => 48,
- '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
- t('Allowed file extensions : ') . variable_get('lab_migration_source_extensions', ''),
+ '#type' => 'file',
+ '#title' => t('Upload main or source file'),
+ '#size' => 48,
+ '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
+ t('Allowed file extensions : ') . variable_get('lab_migration_source_extensions', ''),
);
$form['dep_files'] = array(
@@ -132,23 +132,23 @@ function lab_migration_bulk_upload_code_form($form_state)
);
$form['existing_depfile']['dep_lab_title'] = array(
- '#type' => 'select',
- '#title' => t('Title of the Lab'),
- '#options' => _list_of_lab_titles(),
+ '#type' => 'select',
+ '#title' => t('Title of the Lab'),
+ '#options' => _list_of_lab_titles(),
);
list($files_options, $files_options_class) = _list_of_dependency_files();
$form['existing_depfile']['dep_experiment_files'] = array(
- '#type' => 'checkboxes',
- '#title' => t('Dependency Files'),
- '#options' => $files_options,
- '#options_class' => $files_options_class,
- '#multiple' => TRUE,
+ '#type' => 'checkboxes',
+ '#title' => t('Dependency Files'),
+ '#options' => $files_options,
+ '#options_class' => $files_options_class,
+ '#multiple' => TRUE,
);
$form['existing_depfile']['dep_upload'] = array(
- '#type' => 'item',
- '#value' => l('Upload New Depedency Files', 'lab_migration/code/upload_dep'),
+ '#type' => 'item',
+ '#value' => l('Upload New Depedency Files', 'lab_migration/code/upload_dep'),
);
/************ END OF EXISTING DEPENDENCIES **************/
@@ -159,18 +159,18 @@ function lab_migration_bulk_upload_code_form($form_state)
'#collapsed' => FALSE,
);
$form['result']['result1'] = array(
- '#type' => 'file',
- '#title' => t('Upload result file'),
- '#size' => 48,
- '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
- t('Allowed file extensions : ') . variable_get('lab_migration_result_extensions', ''),
+ '#type' => 'file',
+ '#title' => t('Upload result file'),
+ '#size' => 48,
+ '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
+ t('Allowed file extensions : ') . variable_get('lab_migration_result_extensions', ''),
);
$form['result']['result2'] = array(
- '#type' => 'file',
- '#title' => t('Upload result file'),
- '#size' => 48,
- '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
- t('Allowed file extensions : ') . variable_get('lab_migration_result_extensions', ''),
+ '#type' => 'file',
+ '#title' => t('Upload result file'),
+ '#size' => 48,
+ '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
+ t('Allowed file extensions : ') . variable_get('lab_migration_result_extensions', ''),
);
$form['xcos'] = array(
@@ -180,18 +180,18 @@ function lab_migration_bulk_upload_code_form($form_state)
'#collapsed' => FALSE,
);
$form['xcos']['xcos1'] = array(
- '#type' => 'file',
- '#title' => t('Upload xcos file'),
- '#size' => 48,
- '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
- t('Allowed file extensions : ') . variable_get('lab_migration_xcos_extensions', ''),
+ '#type' => 'file',
+ '#title' => t('Upload xcos file'),
+ '#size' => 48,
+ '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
+ t('Allowed file extensions : ') . variable_get('lab_migration_xcos_extensions', ''),
);
$form['xcos']['xcos2'] = array(
- '#type' => 'file',
- '#title' => t('Upload xcos file'),
- '#size' => 48,
- '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
- t('Allowed file extensions : ') . variable_get('lab_migration_xcos_extensions', ''),
+ '#type' => 'file',
+ '#title' => t('Upload xcos file'),
+ '#size' => 48,
+ '#description' => t('Separate filenames with underscore. No spaces or any special characters allowed in filename.') . '<br />' .
+ t('Allowed file extensions : ') . variable_get('lab_migration_xcos_extensions', ''),
);
$form['submit'] = array(