[interchange-cvs] interchange - heins modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Aug 2 01:04:00 2002


User:      heins
Date:      2002-08-02 05:03:16 GMT
Modified:  dist/lib/UI/pages/admin access.html db_metaconfig_edit.html
Log:
* Minor changes. We should definitely make "NoSearch" be in catalog_before.=
cfg:

	NoSearch  access variable userdb

  A more desirable long-term change might be to have a convention
  where we name these things priv_* or something, then add "^priv_" to
  the default for NoSearch.

Revision  Changes    Path
2.2       +12 -1     interchange/dist/lib/UI/pages/admin/access.html


rev 2.2, prev_rev 2.1
Index: access.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/access.h=
tml,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- access.html	6 Feb 2002 01:50:32 -0000	2.1
+++ access.html	2 Aug 2002 05:03:16 -0000	2.2
@@ -1,4 +1,8 @@
-[calc] $CGI->{no_dbmenu} =3D 1; $CGI->{access_menu} =3D 1; return [/calc]
+[calc]
+	$CGI->{no_dbmenu} =3D 1;
+	$CGI->{access_menu} =3D 1;
+	return;
+[/calc]
 [set page_title][L]Administrator Accounts[/L][/set]
 [set ui_class]Admin[/set]
 [set page_perm]access=3Dl[/set]
@@ -6,6 +10,13 @@
 [set icon_name]icon_config.gif[/set]
=20
 @_UI_STD_HEAD_@
+
+[calc]
+	$Config->{NoSearch} =3D~ s/\baccess\b//;
+	$Config->{NoSearch} =3D~ s/^\|//;
+	$Config->{NoSearch} =3D~ s/\|$//;
+	return;
+[/calc]
=20
 <form action=3D"[area ui]" method=3DPOST name=3Daccessform>
 <INPUT TYPE=3Dhidden NAME=3Dmv_session_id VALUE=3D"[data session id]">



2.2       +2 -0      interchange/dist/lib/UI/pages/admin/db_metaconfig_edit=
html


rev 2.2, prev_rev 2.1
Index: db_metaconfig_edit.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/db_metac=
onfig_edit.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- db_metaconfig_edit.html	9 Oct 2001 22:32:52 -0000	2.1
+++ db_metaconfig_edit.html	2 Aug 2002 05:03:16 -0000	2.2
@@ -70,6 +70,7 @@
 		code							=3D> 'View::Table',
 		name							=3D> 'Description',
 		'extended.ui_data_fields'		=3D> 'Fields to edit',
+		'extended.ui_display_only'		=3D> 'Fields for display only',
 		'extended.left_width' =3D> 'Width specification for label column',
 		'extended.table_width' =3D> 'Width specification for editor table',
 	}`
@@ -78,6 +79,7 @@
 		code							=3D> 'hidden_text',
 		name							=3D> 'value',
 		'extended.ui_data_fields'		=3D> 'move_combo_8',
+		'extended.ui_display_only'		=3D> 'text_40',
 		'extended.table_width'		    =3D> 'text_8',
 		'extended.left_width'			=3D> 'text_8',
 	}`