From 08b6d15eb2e3089782419fd4f372ba6191a9d648 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 28 Oct 2005 14:47:16 +0000 Subject: [PATCH] rudimentary spine label printing. TODO: correct spacing between spine labels, and either add a Print All button to the wizard or add print all behavior to the wizard finish button git-svn-id: svn://svn.open-ils.org/ILS/trunk@1925 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/evergreen/cat/spine_label_wizard.xul | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Evergreen/staff_client/chrome/content/evergreen/cat/spine_label_wizard.xul b/Evergreen/staff_client/chrome/content/evergreen/cat/spine_label_wizard.xul index ed3948553d..434623a513 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/cat/spine_label_wizard.xul +++ b/Evergreen/staff_client/chrome/content/evergreen/cat/spine_label_wizard.xul @@ -36,6 +36,11 @@ var count_tb = document.createElement('textbox'); row.appendChild(count_tb); count_tb.setAttribute('multiline','true'); count_tb.setAttribute('value',count); + btn.addEventListener('command', + function() { + sPrint(label_tb.value + '
', false); + }, false + ); } } -- 2.43.2