}
JUBGrid.jubGridLayout = [{
cells: [[
- {name: '${_(ID)}', field: 'id'},
- {name: '${_(Title)}', width: "auto", get:JUBGrid.getJUBTitle},
- {name: '${_(Author)}', get:JUBGrid.getJUBAuthor},
- {name: '${_(ISBN)}', get:JUBGrid.getJUBIsbn},
+ {name: '${_("ID")}', field: 'id'},
+ {name: '${_("Title")}', width: "auto", get:JUBGrid.getJUBTitle},
+ {name: '${_("Author")}', get:JUBGrid.getJUBAuthor},
+ {name: '${_("ISBN")}', get:JUBGrid.getJUBIsbn},
{name: '${_("Pubdate")}', get:JUBGrid.getJUBPubdate},
{name: '${_("Price")}', get:JUBGrid.getJUBPrice},
- {name: '${_(Vendor)}', get:JUBGrid.getProvider},
- {name: '${_(# Copies)}', field: 'item_count'},
- {name: '${_(State)}', field: 'state'},
- {name: '${_(PO)}', get:JUBGrid.getPO}
+ {name: '${_("Vendor")}', get:JUBGrid.getProvider},
+ {name: '${_("No. Copies")}', field: 'item_count'},
+ {name: '${_("State")}', field: 'state'},
+ {name: '${_("PO")}', get:JUBGrid.getPO}
]]
}];
JUBGrid.jubDetailGridLayoutReadOnly = [{
cells: [[
- {name:'${_(ID)}', field:"id"},
- {name:'${_(Fund)}', field:"fund",
+ {name:'${_("ID")}', field:"id"},
+ {name:'${_("Fund")}', field:"fund",
get:JUBGrid.getLIDFundCode,
},
- {name:'${_(Branch)}', field:"owning_lib",
+ {name:'${_("Branch")}', field:"owning_lib",
get:JUBGrid.getLIDLibName,
},
- {name:"Barcode", field:"barcode", width:'auto'},
- {name:"Call Number", field:"cn_label", width:'auto'},
- {name:"Shelving Location", field:"location",
+ {name:'${_("Barcode")}', field:"barcode", width:'auto'},
+ {name:'${_("Call Number")}', field:"cn_label", width:'auto'},
+ {name:'${_("Shelving Location")}', field:"location",
width:'auto', get:JUBGrid.getCopyLocation},
]]
}];