From fd17e8d3ae0aebde09522ca075e7f9badbfa4a8b Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 14 Jul 2008 21:07:27 +0000 Subject: [PATCH] fixing translation framework for perms and statuses; adding marc codes to admin page git-svn-id: svn://svn.open-ils.org/ILS/trunk@10032 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/conify/global/admin.html | 1 + Open-ILS/web/conify/global/config/copy_status.html | 1 + Open-ILS/web/conify/global/permission/perm_list.html | 6 ++---- Open-ILS/web/conify/global/permission/perm_list.js | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/conify/global/admin.html b/Open-ILS/web/conify/global/admin.html index 8a4ff3f868..a5aa53eb3f 100644 --- a/Open-ILS/web/conify/global/admin.html +++ b/Open-ILS/web/conify/global/admin.html @@ -63,6 +63,7 @@
  • Permission Groups
  • Permissions
  • Copy Statuses
  • +
  • MARC Codes
  • diff --git a/Open-ILS/web/conify/global/config/copy_status.html b/Open-ILS/web/conify/global/config/copy_status.html index 8b6f062888..e635748077 100644 --- a/Open-ILS/web/conify/global/config/copy_status.html +++ b/Open-ILS/web/conify/global/config/copy_status.html @@ -192,6 +192,7 @@ setTimeout( 'dojo.query(".status_grid_trans_cell_' + row + '").'+ 'instantiate(openils.widget.TranslatorPopup,{field:"name",'+ + 'unique:window.status_rows['+row+'].id(),'+ 'targetObject:"window.status_rows['+row+']"});'+ 'status_grid.rowHeightChanged('+row+')', 0 diff --git a/Open-ILS/web/conify/global/permission/perm_list.html b/Open-ILS/web/conify/global/permission/perm_list.html index 518ffeb8d2..7e698cff6c 100644 --- a/Open-ILS/web/conify/global/permission/perm_list.html +++ b/Open-ILS/web/conify/global/permission/perm_list.html @@ -62,12 +62,9 @@