CRM-16423 - Remove textarearesizer.js
authorColeman Watts <coleman@civicrm.org>
Thu, 30 Apr 2015 02:44:27 +0000 (20:44 -0600)
committerColeman Watts <coleman@civicrm.org>
Thu, 30 Apr 2015 02:44:27 +0000 (20:44 -0600)
CRM/Core/Resources.php
css/civicrm.css
templates/CRM/Admin/Form/MessageTemplates.tpl
templates/CRM/Mailing/Form/InsertTokens.tpl

index dd4cc0bd2eb5db69744fe38f959d1d64684b15fd..58bb8b46cb983fbe9ccf596714465f0fe489cc13 100644 (file)
@@ -704,7 +704,6 @@ class CRM_Core_Resources {
       "bower_components/select2/select2$min.js",
       "bower_components/select2/select2$min.css",
       "packages/jquery/plugins/jquery.tableHeader.js",
-      "packages/jquery/plugins/jquery.textarearesizer.js",
       "packages/jquery/plugins/jquery.form$min.js",
       "packages/jquery/plugins/jquery.timeentry$min.js",
       "packages/jquery/plugins/jquery.blockUI$min.js",
index ee95e8ce456d4c0548aaad7c2d0885b015eaa2ba..3ef285ae9df0a5def743b19abdb9bc5e7a558158 100644 (file)
@@ -1661,23 +1661,6 @@ input.crm-form-entityref {
   padding: 3px;
 }
 
-/* class for text area resizer jquery plugin*/
-div.grippie {
-  background: #EEEEEE url('../i/grippie.png') no-repeat scroll center 2px;
-  border-color: #DDDDDD;
-  border-style: solid;
-  border-width: 0pt 1px 1px;
-  cursor: s-resize;
-  height: 9px;
-  overflow: hidden;
-}
-.crm-container .resizable-textarea textarea {
-  display: block;
-  margin-bottom: 0pt;
-  width: 95%;
-  height: 20%;
-}
-
 .crm-container ul li.crm-tab-button {
   border-bottom: 0 none;
   float: left;
index 2f362dde80045f8a5a3c21c5406a7bec2c463ea7..13b9c7c97035213cbd8410a0436c5fe2c36d7dc9 100644 (file)
@@ -72,7 +72,7 @@
              {help id="id-token-html" tplFile=$tplFile isAdmin=$isAdmin file="CRM/Contact/Form/Task/Email.hlp"}
            </div>
                 <div class="clear"></div>
-                <div class='html resizable-textarea'>
+                <div class='html'>
                     {$form.msg_html.html}
                     <div class="description">{ts}An HTML formatted version of this message will be sent to contacts whose Email Format preference is 'HTML' or 'Both'.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</div>
                 </div>
index a711b1b76b9965e1db40ed342905cc27347c4809..2b1f18361c962fd592b95a4f9c31f5d3af3d057c 100644 (file)
@@ -256,10 +256,8 @@ CRM.$(function($) {
       placeholder: '{/literal}{ts escape='js'}Tokens{/ts}{literal}'
     });
 
-  $('.accordion .head').addClass( "ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ");
-  $('.resizable-textarea textarea').css( 'width', '99%' );
-  $('.grippie').css( 'margin-right', '3px');
-  $('.accordion .head').hover( function() { $(this).addClass( "ui-state-hover");
+  $('.accordion .head').addClass( "ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ")
+    .hover( function() { $(this).addClass( "ui-state-hover");
   }, function() { $(this).removeClass( "ui-state-hover");
   }).bind('click', function() {
     var checkClass = $(this).find('span').attr( 'class' );