From: pines Date: Wed, 30 Aug 2006 19:47:38 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85c248d5c45201c6224fdb99b27f4295507e6044;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5788 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/widgets.js b/Open-ILS/xul/staff_client/chrome/content/util/widgets.js index 1a2001ec54..6bc6da99e4 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/widgets.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/widgets.js @@ -116,7 +116,7 @@ util.widgets.make_menulist = function( items, dvalue ) { var menuitem = document.createElement('menuitem'); menupopup.appendChild(menuitem); menuitem.setAttribute('label',label); menuitem.setAttribute('value',value); - if (ident) { + if (indent) { menuitem.setAttribute('style','font-family: monospace; padding-left: ' + indent + 'em;'); } else { menuitem.setAttribute('style','font-family: monospace;');