[open-ils-commits] r8437 - trunk/Open-ILS/xul/staff_client/server/admin

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jan 20 07:40:04 EST 2008


Author: dbs
Date: 2008-01-20 07:13:59 -0500 (Sun, 20 Jan 2008)
New Revision: 8437

Modified:
   trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.js
   trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml
Log:
Correct "temaplate" typo


Modified: trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.js	2008-01-20 11:28:18 UTC (rev 8436)
+++ trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.js	2008-01-20 12:13:59 UTC (rev 8437)
@@ -141,7 +141,7 @@
 
 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();

Modified: trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml	2008-01-20 11:28:18 UTC (rev 8436)
+++ trunk/Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml	2008-01-20 12:13:59 UTC (rev 8437)
@@ -100,7 +100,7 @@
 
 		<table class='hide_me'> <!-- repository for template rows -->
 			<tbody>
-				<tr id='nc_edit_row_temaplate' class='insert_row' edit='1'>
+				<tr id='nc_edit_row_template' class='insert_row' edit='1'>
 					<td align='center'>
 						<span class='padded'>
 							<input name='nc_edit_name' type='text'> </input>



More information about the open-ils-commits mailing list