From: miker Date: Sat, 12 May 2007 04:26:47 +0000 (+0000) Subject: focus on name element X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=00ea42c240aecc478ccb1814f88b1dde8a0b8804;p=Evergreen.git focus on name element git-svn-id: svn://svn.open-ils.org/ILS/trunk@7263 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index 2650828be4..b232d47713 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -234,6 +234,7 @@ function alterColumnTransform (trans) { renderSources(true); tree.view.selection.select( item_pos ); + $('template-name').focus(); return true; } @@ -262,6 +263,7 @@ function changeOperator (args) { renderSources(true); tree.view.selection.select( item_pos ); + $('template-name').focus(); return true; }