creating a show table beginning

This commit is contained in:
Naomi Aro 2013-08-29 11:01:03 -04:00
parent a4c97479b6
commit 803409f151
1 changed files with 7 additions and 13 deletions

View File

@ -173,19 +173,6 @@ var AIRTIME = (function(AIRTIME) {
var template,
$el;
/*
template =
"<li " +
"data-instance='<%= instance %>' " +
"data-starts='<%= starts %>' " +
"data-ends='<%= ends %>'" +
">" +
"<span><%= name %></span>" +
"<span><%= starts %></span>" +
"<span><%= ends %></span>" +
"</li>";
*/
template =
"<h3 " +
"data-instance='<%= instance %>' " +
@ -206,6 +193,12 @@ var AIRTIME = (function(AIRTIME) {
return $el;
}
//$el is the div in the accordian we should create the table on.
function createShowTable($el) {
oTableShow = itemHistoryTable("history_table_list");
}
function drawShowList(oShows) {
var $showList = $historyContentDiv.find("#history_show_summary"),
i,
@ -408,6 +401,7 @@ var AIRTIME = (function(AIRTIME) {
oBaseTimePickerSettings,
oTableAgg,
oTableItem,
oTableShow,
$hisDialogEl,
tabsInit = [