Changeset 621 in tmcsimulator for branches/LCSv2/views/default/results.html
- Timestamp:
- 08/19/2020 08:18:24 AM (6 years ago)
- File:
-
- 1 edited
-
branches/LCSv2/views/default/results.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/LCSv2/views/default/results.html
r619 r621 8 8 lineout += "<table border='1' cellpadding='5'><tr><th>Event</th><th>User</th><th>Req Date</th><th>Status Date</th></tr>" 9 9 // Is there a 1097 status? 10 if (fields[ 3].length > 0)10 if (fields[6].length > 0) 11 11 { 12 12 lineout += "<tr>"; … … 18 18 } 19 19 // Is there a 1098 status? 20 if (fields[ 9].length > 0)20 if (fields[10].length > 0) 21 21 { 22 22 lineout += "<tr>"; … … 28 28 } 29 29 // Is there a 1022 status? 30 if (fields[1 3].length > 0)30 if (fields[14].length > 0) 31 31 { 32 32 lineout += "<tr>";
Note: See TracChangeset
for help on using the changeset viewer.
