From 0cbae02b99d04b3af3357173b285da9301de1dfa Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 8 Jan 2007 19:26:53 +0000 Subject: [PATCH] shift the delete button to the left git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6743 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/info_notes.xul | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/info_notes.xul b/Open-ILS/xul/staff_client/server/patron/info_notes.xul index 65f0b810cc..20b2723328 100644 --- a/Open-ILS/xul/staff_client/server/patron/info_notes.xul +++ b/Open-ILS/xul/staff_client/server/patron/info_notes.xul @@ -107,7 +107,6 @@ /* button bar */ var hb = document.createElement('hbox'); np.appendChild(hb); - var spacer = document.createElement('spacer'); hb.appendChild(spacer); spacer.flex = 1; var btn1 = document.createElement('button'); hb.appendChild(btn1); btn1.setAttribute('label','Delete This Note'); btn1.setAttribute('image',"/xul/server/skin/media/images/up_arrow.gif"); -- 2.11.0