From 2966927762bb7a88338a23bc776cc7df0b2dd08f Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Thu, 23 Dec 2021 15:49:49 +0000 Subject: [PATCH] Remove use of .font-size11pt and .font-size12pt --- css/civicrm.css | 8 ------- .../templates/CRM/Grant/Form/Search.tpl | 2 +- templates/CRM/Activity/Form/Search.tpl | 2 +- templates/CRM/Campaign/Form/Search/Common.tpl | 24 +++++++++---------- templates/CRM/Case/Form/Activity.tpl | 6 ++--- templates/CRM/Case/Form/Case.tpl | 4 ++-- templates/CRM/Case/Form/Search.tpl | 2 +- .../Form/Search/ContactSearchFields.tpl | 2 +- .../CRM/Contact/Form/Search/ResultTasks.tpl | 4 ++-- .../CRM/Contribute/Form/AdditionalPayment.tpl | 2 +- .../Event/Form/ParticipantFeeSelection.tpl | 2 +- .../CRM/Financial/Form/BatchTransaction.tpl | 2 +- templates/CRM/Friend/Form.tpl | 6 ++--- templates/CRM/common/searchResultTasks.tpl | 4 ++-- 14 files changed, 31 insertions(+), 39 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index bd999d98bb..3216339b5c 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -871,14 +871,6 @@ input.crm-form-entityref { font-style: italic; } -.crm-container .font-size11pt { - font-size: 1.1em; -} - -.crm-container .font-size12pt { - font-size: 1.2em; -} - .crm-container .qill { font-weight: normal; line-height: 1.1em; diff --git a/ext/civigrant/templates/CRM/Grant/Form/Search.tpl b/ext/civigrant/templates/CRM/Grant/Form/Search.tpl index a59ce1db40..b6da5cf864 100644 --- a/ext/civigrant/templates/CRM/Grant/Form/Search.tpl +++ b/ext/civigrant/templates/CRM/Grant/Form/Search.tpl @@ -20,7 +20,7 @@ - diff --git a/templates/CRM/Activity/Form/Search.tpl b/templates/CRM/Activity/Form/Search.tpl index 0be339fb6f..9dd7bebde2 100644 --- a/templates/CRM/Activity/Form/Search.tpl +++ b/templates/CRM/Activity/Form/Search.tpl @@ -19,7 +19,7 @@ {strip}
+ {$form.sort_name.label}  {$form.sort_name.html}   {$form.buttons.html}
-
+ {$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'}
{ts}Complete OR Partial Name{/ts} diff --git a/templates/CRM/Campaign/Form/Search/Common.tpl b/templates/CRM/Campaign/Form/Search/Common.tpl index 35a1c333b8..2b9a059b43 100644 --- a/templates/CRM/Campaign/Form/Search/Common.tpl +++ b/templates/CRM/Campaign/Form/Search/Common.tpl @@ -23,7 +23,7 @@ {strip} - {if $showInterviewer} - - {/if} - - - - - - - {if $customSearchFields.ward} {assign var='ward' value=$customSearchFields.ward} -
+ {$form.campaign_survey_id.label} @@ -31,17 +31,17 @@ + {$form.survey_interviewer_id.label} + {$form.survey_interviewer_id.html}
+ {$form.sort_name.label} @@ -64,13 +64,13 @@
+ {$form.street_address.label} {$form.street_address.html} + {$form.street_name.label} @@ -78,13 +78,13 @@
+ {$form.street_unit.label} {$form.street_unit.html} + {$form.city.label} @@ -92,14 +92,14 @@
+ {$form.street_number.label} {$form.street_number.html} + {$form.postal_code.label} @@ -110,7 +110,7 @@
+ {$form.$ward.label} @@ -120,7 +120,7 @@ {if $customSearchFields.precinct} {assign var='precinct' value=$customSearchFields.precinct} - + {$form.$precinct.label} diff --git a/templates/CRM/Case/Form/Activity.tpl b/templates/CRM/Case/Form/Activity.tpl index 4e243b3415..cf24faa281 100644 --- a/templates/CRM/Case/Form/Activity.tpl +++ b/templates/CRM/Case/Form/Activity.tpl @@ -62,9 +62,9 @@ - + diff --git a/templates/CRM/Case/Form/Case.tpl b/templates/CRM/Case/Form/Case.tpl index ef2bbef2a2..bcbef3b5f7 100644 --- a/templates/CRM/Case/Form/Case.tpl +++ b/templates/CRM/Case/Form/Case.tpl @@ -36,8 +36,8 @@ {/if} {if !empty($clientName)} - - + + {elseif empty($clientName) and $action eq 1} {if $context eq 'standalone'} diff --git a/templates/CRM/Case/Form/Search.tpl b/templates/CRM/Case/Form/Search.tpl index 0f920c3335..1aae150e0c 100644 --- a/templates/CRM/Case/Form/Search.tpl +++ b/templates/CRM/Case/Form/Search.tpl @@ -21,7 +21,7 @@ {strip}
{ts}Client{/ts}{ts}Client{/ts} - + {foreach from=$client_names item=client name=clients key=id} {foreach from=$client_names.$id item=client1} {$client1.display_name} @@ -131,7 +131,7 @@ {$form.activity_date_time.html} {if $action eq 2 && $activityTypeFile eq 'OpenCase'} -
Use a Change Start Date activity to change the date
+
{ts}Use a Change Start Date activity to change the date{/ts}
{/if}
{ts}Client{/ts}{$clientName}{ts}Client{/ts}{$clientName}
- diff --git a/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl b/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl index 2941f228ee..e80a3ceb4e 100644 --- a/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl +++ b/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl @@ -1,5 +1,5 @@ -
+ {$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'} {include file="CRM/common/formButtons.tpl" location="top"}
+ {$form.sort_name.label}
{$form.sort_name.html|crmAddClass:'twenty'} diff --git a/templates/CRM/Contact/Form/Search/ResultTasks.tpl b/templates/CRM/Contact/Form/Search/ResultTasks.tpl index 79bcf3fc58..567a415f76 100644 --- a/templates/CRM/Contact/Form/Search/ResultTasks.tpl +++ b/templates/CRM/Contact/Form/Search/ResultTasks.tpl @@ -38,7 +38,7 @@ - @@ -51,7 +51,7 @@ - +
+ {if !empty($savedSearch.name)}{$savedSearch.name} ({ts}smart group{/ts}) - {/if} {ts count=$pager->_totalItems plural='%count Contacts'}%count Contact{/ts}
{ts}Select Records{/ts}: {ts}Select Records{/ts}: {assign var="checked" value=$selectedContactIds|@count} {$form.radio_ts.ts_all.html} diff --git a/templates/CRM/Contribute/Form/AdditionalPayment.tpl b/templates/CRM/Contribute/Form/AdditionalPayment.tpl index 1f887ffb95..886f43b84d 100644 --- a/templates/CRM/Contribute/Form/AdditionalPayment.tpl +++ b/templates/CRM/Contribute/Form/AdditionalPayment.tpl @@ -38,7 +38,7 @@ - + {if $eventName} diff --git a/templates/CRM/Event/Form/ParticipantFeeSelection.tpl b/templates/CRM/Event/Form/ParticipantFeeSelection.tpl index f4972c8db2..d721f5f0fd 100644 --- a/templates/CRM/Event/Form/ParticipantFeeSelection.tpl +++ b/templates/CRM/Event/Form/ParticipantFeeSelection.tpl @@ -92,7 +92,7 @@ CRM.$(function($) { {/if}
{if $component eq 'event'}{ts}Participant{/ts}{else}{ts}Contact{/ts}{/if}{$displayName}{if $component eq 'event'}{ts}Participant{/ts}{else}{ts}Contact{/ts}{/if}{$displayName}
- + diff --git a/templates/CRM/Financial/Form/BatchTransaction.tpl b/templates/CRM/Financial/Form/BatchTransaction.tpl index 456fdfe7a9..c385088028 100644 --- a/templates/CRM/Financial/Form/BatchTransaction.tpl +++ b/templates/CRM/Financial/Form/BatchTransaction.tpl @@ -19,7 +19,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{ts}Participant{/ts}{$displayName}{ts}Participant{/ts}{$displayName}
{ts}Event{/ts}{$eventName}
- diff --git a/templates/CRM/Friend/Form.tpl b/templates/CRM/Friend/Form.tpl index 3adbc78260..fcbe4b27ce 100644 --- a/templates/CRM/Friend/Form.tpl +++ b/templates/CRM/Friend/Form.tpl @@ -36,11 +36,11 @@ - - + + - + diff --git a/templates/CRM/common/searchResultTasks.tpl b/templates/CRM/common/searchResultTasks.tpl index be4b9e4a5d..c126d858a1 100644 --- a/templates/CRM/common/searchResultTasks.tpl +++ b/templates/CRM/common/searchResultTasks.tpl @@ -12,7 +12,7 @@
+ {$form.sort_name.label}
{$form.sort_name.html|crmAddClass:'twenty'}
{$form.from_name.label}  {$form.from_name.html} <{$form.from_email.html}>{$form.from_name.label}  {$form.from_name.html} <{$form.from_email.html}>
{$form.suggested_message.label}{$form.suggested_message.label} {$form.suggested_message.html}
- {/if} - + -- 2.25.1
+ {if !empty($savedSearch.name)}{$savedSearch.name} ({ts}smart group{/ts}) - {/if} {ts count=$pager->_totalItems plural='%count Results'}%count Result{/ts}{if !empty($selectorLabel)} - {$selectorLabel}{/if} {if $context == 'Event' && $participantCount && ( $pager->_totalItems ne $participantCount ) } @@ -34,7 +34,7 @@
{ts}Select Records{/ts}:{ts}Select Records{/ts}: {$form.radio_ts.ts_all.html}   {if $pager->_totalItems > 1} {$form.radio_ts.ts_sel.html} {/if}