my_init_spawn_brief_view,
my_init_spawn_marc_view,
my_init_spawn_copy_browser,
- my_init_spawn_marc_editor,
- my_init_spawn_opac_view
+ /* my_init_spawn_opac_view, */
+ my_init_spawn_marc_editor
);
}
<hbox id="brief_view"/>
<tabbox flex="1">
<tabs>
- <tab label="OPAC View"/>
+ <!-- <tab label="OPAC View"/> -->
<tab label="MARC View"/>
<tab label="MARC Edit"/>
<tab label="Copy Browser"/>
- <tab label="Copy Editor" id="copy_editor_tab" disabled="true"/>
+ <tab label="Copy Editor" id="copy_editor_tab" />
</tabs>
<tabpanels flex="1">
- <tabpanel id="opac_view"/>
+ <!-- <tabpanel id="opac_view"/> -->
<tabpanel id="marc_view"/>
<tabpanel id="marc_edit"/>
<tabpanel id="copy_browser"/>
}
-function opac_make_details_page(p, id, node) {
+function opac_make_details_page(p, id) {
sdump('D_OPAC',arg_dump(arguments));
dump("Node HREF attribute is: " + node.getAttribute("href") + "\n and doc id is " + id +'\n');
var f = function(ev) {
spawn_record_details(
p.w.app_shell, 'new_tab', 'main_tabbox', {
- 'find_this_id' : id, 'opac_url' : node.getAttribute('href')
+ 'find_this_id' : id
+ /* , 'opac_url' : node.getAttribute('href')*/
}
).find_this_id = id;
ev.preventDefault();