From ddd4919cea3b712933344ed17fee0285e3743a49 Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 20 Jan 2008 12:13:59 +0000 Subject: [PATCH] Correct "temaplate" typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@8437 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/admin/non_cat_types.js | 2 +- Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/admin/non_cat_types.js b/Open-ILS/xul/staff_client/server/admin/non_cat_types.js index b445c974cc..210e7a785c 100644 --- a/Open-ILS/xul/staff_client/server/admin/non_cat_types.js +++ b/Open-ILS/xul/staff_client/server/admin/non_cat_types.js @@ -141,7 +141,7 @@ function ncSetRowCallbacks( type, owner, tbody, row ) { function ncEditType( tbody, row, type ) { cleanTbody(row.parentNode, 'edit'); - var row = $('nc_edit_row_temaplate').cloneNode(true); + var row = $('nc_edit_row_template').cloneNode(true); var name = $n(row, 'nc_edit_name'); name.value = type.name(); diff --git a/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml b/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml index 4e3c64cbc6..d92512cb50 100644 --- a/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml +++ b/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml @@ -100,7 +100,7 @@ - +
-- 2.11.0