From: pines Date: Mon, 8 Jan 2007 19:26:53 +0000 (+0000) Subject: shift the delete button to the left X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0cbae02b99d04b3af3357173b285da9301de1dfa;p=Evergreen.git 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 --- 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");