From 2f1bf58e1874bfae0cd075955513f9af23cd0cea Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 15 Jan 2018 11:46:23 -0500 Subject: [PATCH] Updated appearance of Misc Settings for Registrations --- views/admin/settings/registrationsMisc.html | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/views/admin/settings/registrationsMisc.html b/views/admin/settings/registrationsMisc.html index 03b71ff..15e4d61 100644 --- a/views/admin/settings/registrationsMisc.html +++ b/views/admin/settings/registrationsMisc.html @@ -34,7 +34,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'reg_terms', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -51,7 +51,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'reg_bulletin', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -67,7 +67,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'cart_page_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -83,7 +83,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'checkout_page_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -99,7 +99,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'summary_page_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -124,7 +124,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'notify_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -148,7 +148,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'instr_notify_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -172,7 +172,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'submission_notify_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -196,7 +196,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'registrant_notify_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -220,7 +220,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'submission_ack_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} @@ -244,7 +244,7 @@ // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'registrant_ack_text', - 'editor_height' => 200, // Height in px, overrides editor_rows + 'editor_height' => 150, // Height in px, overrides editor_rows // 'textarea_rows' => 8 )); {/php} -- 2.17.1