"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",
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;
{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>
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' );