summaryrefslogtreecommitdiff
path: root/upload_code.inc
diff options
context:
space:
mode:
authorSashi202019-04-04 12:08:08 +0530
committerGitHub2019-04-04 12:08:08 +0530
commit0cbe138b3799593ff063d20ce043ccbc276c67b6 (patch)
treee11844534e3a50afc8cd5357013c384df51be50d /upload_code.inc
parente6bfb2a65096326f2ec407c9ad12d1e5ba7df1ef (diff)
parent9f21cf74562ec66b0b5699014fc720ac518e34b6 (diff)
downloadDWSIM_lab_migration-0cbe138b3799593ff063d20ce043ccbc276c67b6.tar.gz
DWSIM_lab_migration-0cbe138b3799593ff063d20ce043ccbc276c67b6.tar.bz2
DWSIM_lab_migration-0cbe138b3799593ff063d20ce043ccbc276c67b6.zip
Merge pull request #3 from Sashi20/master
Fix issues in uploading and deleting solutions of the lab
Diffstat (limited to 'upload_code.inc')
-rwxr-xr-xupload_code.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/upload_code.inc b/upload_code.inc
index bced2f5..4dafe6c 100755
--- a/upload_code.inc
+++ b/upload_code.inc
@@ -186,9 +186,9 @@ function lab_migration_upload_code_form($form,$form_state)
$form['code_caption'] = array(
'#type' => 'textfield',
'#title' => t('Caption'),
+ '#description' => t('For eg: Shell & Tube Heat Exchanger Simulation'),
'#size' => 40,
'#maxlength' => 255,
- '#description' => t(''),
'#required' => TRUE,
);
$form['os_used'] = array(
@@ -214,7 +214,7 @@ function lab_migration_upload_code_form($form,$form_state)
);
$form['code_warning'] = array(
'#type' => 'item',
- '#title' => t('Upload all the dwsim project files in .zip format'),
+ '#title' => t('Upload all the dwsim project files in .dwxml/dwxmz format'),
'#prefix' => '<div style="color:red">',
'#suffix' => '</div>',
);