Lines 11-17
Link Here
|
11 |
var MSG_ID_HELP = _("Click on the quote's id to select or deselect the quote. Multiple quotes may be selected."); |
11 |
var MSG_ID_HELP = _("Click on the quote's id to select or deselect the quote. Multiple quotes may be selected."); |
12 |
|
12 |
|
13 |
var oTable; /* oTable needs to be global */ |
13 |
var oTable; /* oTable needs to be global */ |
14 |
var sEmptyTable = _("No quotes available. Please use the \"Add quote\" button to add a quote."); /* override the default message in datatables-strings.inc */ |
14 |
var sEmptyTable = _("No quotes available. Please use the 'Add quote' button to add a quote."); /* override the default message in datatables-strings.inc */ |
15 |
$(document).ready(function() { |
15 |
$(document).ready(function() { |
16 |
/* NOTE: This is an ajax-source datatable and *not* a server-side sourced datatable. */ |
16 |
/* NOTE: This is an ajax-source datatable and *not* a server-side sourced datatable. */ |
17 |
/* See the datatable docs if you don't understand this difference. */ |
17 |
/* See the datatable docs if you don't understand this difference. */ |
18 |
- |
|
|