Modified:
trunk/html/rt.js
Log:
minor ws/quoting fixups
Modified: trunk/html/rt.js
==============================================================================
--- trunk/html/rt.js (original)
+++ trunk/html/rt.js Mon Jan 7 10:32:30 2008
@@ -8,13 +8,13 @@
}
var cm = new Ext.grid.ColumnModel ([
- {id:'id', header: "Ticket", width: 25, sortable: true,
dataIndex: 'id', renderer: ticketDecorator},
- {header: "Queue", width: 25, sortable: true, dataIndex: 'queue'},
- {header: "Status", width: 25, sortable: true, dataIndex: 'status'},
- {header: "Priority", width: 15, sortable: true, dataIndex: 'priority'},
- {header: "Last Updated", width: 75, sortable: true, dataIndex: 'lastupdated'},
- {header: "Subject", width: 150, dataIndex: 'subject'},
- {header: "Summary", width: 200, dataIndex: 'summary'}
+ {id: 'id', header: 'Ticket', width: 25, sortable: true,
dataIndex: 'id', renderer: ticketDecorator},
+ {header: 'Queue', width: 25, sortable: true, dataIndex: 'queue'},
+ {header: 'Status', width: 25, sortable: true, dataIndex: 'status'},
+ {header: 'Priority', width: 15, sortable: true, dataIndex: 'priority'},
+ {header: 'Last Updated', width: 75, sortable: true, dataIndex: 'lastupdated'},
+ {header: 'Subject', width: 150, dataIndex: 'subject'},
+ {header: 'Summary', width: 200, dataIndex: 'summary'}
]);
function open_tab (name) {