summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202020-08-03 12:52:53 +0530
committerGitHub2020-08-03 12:52:53 +0530
commit19166c11d1af44b63e406338684117da07b27528 (patch)
treeba1c4acaf7e3e0b0a8ad620b6ec37c6c25b80652
parent731e06c228aecbbbdf9dcd51444b7c93167d1068 (diff)
parent2cd6cc02015229bd6e19d7ec385fc70bb7d638f9 (diff)
downloadfellowship_testimonials-19166c11d1af44b63e406338684117da07b27528.tar.gz
fellowship_testimonials-19166c11d1af44b63e406338684117da07b27528.tar.bz2
fellowship_testimonials-19166c11d1af44b63e406338684117da07b27528.zip
Merge pull request #5 from Sashi20/master
Modify the textfield size
-rw-r--r--testimonials_add.inc2
-rw-r--r--testimonials_edit.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/testimonials_add.inc b/testimonials_add.inc
index 15c95f7..516d192 100644
--- a/testimonials_add.inc
+++ b/testimonials_add.inc
@@ -77,7 +77,7 @@ function fellowship_testimonials_add_form($form,$form_state, $no_js_use = FALSE,
'#attributes' => array(
'placeholder' => t('Copy paste the static url of the video, for eg: https://static.fossee.in/fossee/videos/FOSSEE_intern_Video/DSC_0006.m4v')
),
- '#size' => 90,
+ '#size' => 255,
'#prefix' => '<div id="testimonial-video">',
'#suffix' => '</div>',
//"#required" => TRUE,
diff --git a/testimonials_edit.inc b/testimonials_edit.inc
index 7a979e3..29402cb 100644
--- a/testimonials_edit.inc
+++ b/testimonials_edit.inc
@@ -72,7 +72,7 @@ function fellowship_testimonials_edit_form($form,$form_state, $testimonial_id =
'placeholder' => t('Copy paste the static url of the video, for eg: https://static.fossee.in/fossee/videos/FOSSEE_intern_Video/DSC_0006.m4v')
),
"#default_value" => $row->testimonial_video,
- '#size' => 90,
+ '#size' => 255,
'#prefix' => '<div id="testimonial-video">',
'#suffix' => '</div>',
//"#required" => TRUE,