From 2f8c5b5b5b1a534bdfdb9a1d5ace4f3bd1c438c4 Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Mon, 28 Aug 2017 14:18:42 -0400 Subject: [PATCH] CRM-21113: fix whitespace --- CRM/Case/BAO/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Case/BAO/Query.php b/CRM/Case/BAO/Query.php index 493a7cb298..3a864d6331 100644 --- a/CRM/Case/BAO/Query.php +++ b/CRM/Case/BAO/Query.php @@ -716,12 +716,12 @@ case_relation_type.id = case_relationship.relationship_type_id )"; $form->addElement('checkbox', 'case_deleted', ts('Deleted Cases')); } - $form->addElement( 'text', + $form->addElement('text', 'case_subject', ts('Case Subject'), array('class' => 'huge') ); - $form->addElement( 'text', + $form->addElement('text', 'case_id', ts('Case ID') ); -- 2.25.1