version 1.363, 2025/03/19 15:30:29
|
version 1.364, 2025/03/19 15:44:44
|
Line 2731 END
|
Line 2731 END
|
# if ($env{'form.catalogmode'} ne 'import') { |
# if ($env{'form.catalogmode'} ne 'import') { |
$r->print(<<SCRIPT); |
$r->print(<<SCRIPT); |
<script> |
<script> |
window.location='/adm/searchcat?phase=sort&area=$env{"form.area"}&catalogmode=$env{"form.catalogmode"}&persistent_db_id=$env{'form.persistent_db_id'}'; |
window.location='/adm/searchcat?phase=sort&area=$env{"form.area"}&catalogmode=$env{"form.catalogmode"}&persistent_db_id=$env{"form.persistent_db_id"}'; |
</script> |
</script> |
SCRIPT |
SCRIPT |
# } |
# } |
Line 2803 sub display_results {
|
Line 2803 sub display_results {
|
## |
## |
## Get the catalog controls setup |
## Get the catalog controls setup |
## |
## |
my $action = "/adm/searchcat?phase=results&area='.$env{'form.area'}. |
my $action = '/adm/searchcat?phase=results&area='.$env{'form.area'}. |
'&catalogmode='.$env{'form.catalogmode'}; |
'&catalogmode='.$env{'form.catalogmode'}; |
## |
## |
## Deal with import by opening the import db file. |
## Deal with import by opening the import db file. |