diff options
author | Prashant P Shah | 2012-06-21 22:35:39 +0530 |
---|---|---|
committer | Prashant P Shah | 2012-06-21 22:35:39 +0530 |
commit | 8229e6c09b9b21d65a929a48ea35f962b3dc07b9 (patch) | |
tree | e93d0c0230a05436abfff0e32236899be9a8edab /dependency.inc | |
parent | 1c4c0e21a1dec6854a855138e876625c34c79650 (diff) | |
download | scilab_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 'dependency.inc')
-rwxr-xr-x | dependency.inc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dependency.inc b/dependency.inc index 11350bb..dadce3d 100755 --- a/dependency.inc +++ b/dependency.inc @@ -37,20 +37,20 @@ function lab_migration_upload_dependency_form($form_state) '#collapsed' => FALSE, ); $form['depfile']['depfile1'] = array( - '#type' => 'file', - '#title' => t('Upload dependency file'), - '#description' => t("Allowed file extensions : ") . variable_get('lab_migration_dependency_extensions', ''), + '#type' => 'file', + '#title' => t('Upload dependency file'), + '#description' => t("Allowed file extensions : ") . variable_get('lab_migration_dependency_extensions', ''), ); $form['depfile']['depfile1_caption'] = array( - '#type' => 'textfield', - '#title' => t('Caption for dependency file'), - '#size' => 15, - '#maxlength' => 100, - '#required' => TRUE, + '#type' => 'textfield', + '#title' => t('Caption for dependency file'), + '#size' => 15, + '#maxlength' => 100, + '#required' => TRUE, ); $form['depfile']['depfile1_description'] = array( - '#type' => 'textarea', - '#title' => t('Brief Description of the dependency file'), + '#type' => 'textarea', + '#title' => t('Brief Description of the dependency file'), ); $form['submit'] = array( |