From 8aeafe9bde3469c81019b53561b10c7150eee732 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 23 Jun 2006 02:13:10 +0000 Subject: [PATCH] put record creator/editor in non-editable pane git-svn-id: svn://svn.open-ils.org/ILS/trunk@4723 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index 99d3edd24e..252682f971 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -316,13 +316,6 @@ g.left_pane_field_names = [ render: 'util.date.formatted_date( fm.edit_date(), "%F");', } ], - -]; - -/******************************************************************************************************/ -/* These get shown in the right panel */ - -g.right_pane_field_names = [ [ "Creator", { @@ -335,6 +328,13 @@ g.right_pane_field_names = [ render: 'fm.editor();', } ], + +]; + +/******************************************************************************************************/ +/* These get shown in the right panel */ + +g.right_pane_field_names = [ [ "Alert Message", { -- 2.11.0