From da057baf95c14f9efcbd1d3d4781985d660beab4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 25 Sep 2005 02:53:50 +0000 Subject: [PATCH] toward spine labels git-svn-id: svn://svn.open-ils.org/ILS/trunk@1871 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/evergreen/cat/volume.js | 12 ++++++++++++ .../evergreen/cat/volume_copy_add_overlay.xul | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/Evergreen/staff_client/chrome/content/evergreen/cat/volume.js b/Evergreen/staff_client/chrome/content/evergreen/cat/volume.js index 2c3decc852..511250a3a5 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/cat/volume.js +++ b/Evergreen/staff_client/chrome/content/evergreen/cat/volume.js @@ -77,6 +77,10 @@ function page2_add_volume_row(ou,ti) { cn_text2.setAttribute('size','4'); cn_text2.setAttribute('value','0'); cn_row.appendChild( cn_text2 ); + var cn_text3 = document.createElement('textbox'); + cn_text3.setAttribute('size','4'); + cn_text3.setAttribute('value','0'); + cn_row.appendChild( cn_text3 ); } } @@ -109,6 +113,10 @@ function copy_add_page2_add_volume_row(ou,ti) { cn_text2.setAttribute('size','4'); cn_text2.setAttribute('value','0'); cn_row.appendChild( cn_text2 ); + var cn_text3 = document.createElement('textbox'); + cn_text3.setAttribute('size','4'); + cn_text3.setAttribute('value','0'); + cn_row.appendChild( cn_text3 ); } function page3_add_volume_row(id,data) { @@ -408,3 +416,7 @@ function submit_edited_volumes() { } send_to_bill(); } + +function spine_labels() { + alert('wizard goes here'); +} diff --git a/Evergreen/staff_client/chrome/content/evergreen/cat/volume_copy_add_overlay.xul b/Evergreen/staff_client/chrome/content/evergreen/cat/volume_copy_add_overlay.xul index 9c09a682e0..3254345718 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/cat/volume_copy_add_overlay.xul +++ b/Evergreen/staff_client/chrome/content/evergreen/cat/volume_copy_add_overlay.xul @@ -44,9 +44,13 @@