summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-09-25 16:10:42 +0530
committerSashi202019-09-25 16:10:42 +0530
commit719fa4c487995fb463f8945bf998e816b7d6cb03 (patch)
treefe3951534256a62b4b2487177f14d5eddb1d9d07
parentd4d9b75c2b78362eb05a6fbd288acc855ec3ec0b (diff)
downloadom_pssp-719fa4c487995fb463f8945bf998e816b7d6cb03.tar.gz
om_pssp-719fa4c487995fb463f8945bf998e816b7d6cb03.tar.bz2
om_pssp-719fa4c487995fb463f8945bf998e816b7d6cb03.zip
Modify number of contributors in proposal form
-rwxr-xr-xmanage_proposal.inc4
-rwxr-xr-xproposal.inc6
2 files changed, 5 insertions, 5 deletions
diff --git a/manage_proposal.inc b/manage_proposal.inc
index 952c787..a1ecc7a 100755
--- a/manage_proposal.inc
+++ b/manage_proposal.inc
@@ -705,8 +705,8 @@ function om_pssp_proposal_edit_form($form, &$form_state)
$form['contributor_name'] = array(
'#type' => 'textfield',
'#title' => t('Name of the Proposer'),
- '#size' => 30,
- '#maxlength' => 50,
+ '#size' => 350,
+ '#maxlength' => 350,
'#required' => TRUE,
'#default_value' => $proposal_data->contributor_name
);
diff --git a/proposal.inc b/proposal.inc
index 47017d1..1d141ac 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -70,13 +70,13 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE)
$form['contributor_name'] = array(
'#type' => 'textfield',
'#title' => t('Name of the contributor'),
- '#size' => 250,
+ '#size' => 350,
'#attributes' => array(
'placeholder' => t('Enter your full name.....')
),
- '#maxlength' => 250,
+ '#maxlength' => 350,
'#required' => TRUE,
- '#description' => t('<span style="color:red;">Kindly enter the names (maximum three) in the following format: Name1, Name2 and Name3</span>'),
+ '#description' => t('<span style="color:red;">Kindly enter the names (maximum four) in the following format: Name1, Name2, Name3 and Name4</span>'),
);
$form['contributor_contact_no'] = array(
'#type' => 'textfield',