recorder/docroot/table/config.js

15 lines
221 B
JavaScript
Raw Normal View History

config = {
/* Titles of columns in the table. May be "". */
column_titles: {
face: "",
topic: "Topic",
fulldate: "Date/Time",
name: "Name",
user: "User",
tid: "TID",
cc: "CC",
addr: "Address"
}
};