From 00ea42c240aecc478ccb1814f88b1dde8a0b8804 Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 04:26:47 +0000 Subject: [PATCH] focus on name element git-svn-id: svn://svn.open-ils.org/ILS/trunk@7263 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/template-config.js | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.11.0