Sha256: 549277ff7cde0c9c348b9716ba56c55395f4fabdf908f84919bb644f3e7b9ad8

Contents?: true

Size: 1.31 KB

Versions: 12

Compression:

Stored size: 1.31 KB

Contents

$(function () {
  $('[data-submit]').click(function() {
    $('#'+$(this).attr('data-submit')).submit();
    return false;
  });

  $.growl.settings.dockCss.width = '225px';
  $.growl.settings.noticeTemplate = ''
	+ '<table width="225" border="0" cellpadding="0" cellspacing="0">'
	+ '	<tr>'
	+ '		<td style="background-image: url(images/growl/growl_top.png); width: 225px; height: 49px; background-repeat: no-repeat; color: #fff;">'
	+ '			<img src="%image%" style="max-width: 25px; max-height: 25px; text-align: center; margin-left: 19px; margin-top: 19px;" />'
	+ '			<h1 style="font-size: 18px; margin: 0pt; margin-left: 5px; margin-bottom: 10px; display: inline;">%title%</h1>'
	+ '		</td>'
	+ '	</tr>'
	+ '	<tr>'
	+ '		<td style="background-image: url(images/growl/growl_repeat.png); width: 225px; background-repeat: repeat-y; color: #ddd;">'
	+ '			<p style="margin: 20px;">%message%</p>'
	+ '		</td>'
	+ '	</tr>'
	+ '	<tr>'
	+ '	<td style="background-image: url(images/growl/growl_bottom.png); background-repeat: no-repeat; width: 225px; height: 27px;" valign="top" align="right" >'
	+ '			<a style="margin-right: 25px; font-size: 10px; color: #fff; text-align: right;" href="" onclick="return false;" rel="close">Close</a>'
	+ '		</td>'
	+ '	</tr>'
	'+ </table>';
  $.growl.settings.noticeCss = {
    position: 'relative'
  };


});

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
casey_jones-0.0.111 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.110 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.109 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.108 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.107 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.106 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.105 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.104 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.103 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.102 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.101 lib/generators/loadbehind/templates/loadbehind.js
casey_jones-0.0.100 lib/generators/loadbehind/templates/loadbehind.js