[interchange-cvs] interchange - edl modified dist/lib/UI/pages/admin/item.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Nov 17 18:44:59 EST 2003


User:      edl
Date:      2003-11-17 23:44:59 GMT
Modified:  dist/lib/UI/pages/admin item.html
Log:
added code so that inactive items *always* show up in the item editor.
Still need to do something similar in flex_select now that HIDE_FIELD
works. Perhaps someone has a better way to handle this...

Revision  Changes    Path
2.21      +2 -1      interchange/dist/lib/UI/pages/admin/item.html


rev 2.21, prev_rev 2.20
Index: item.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/item.html,v
retrieving revision 2.20
retrieving revision 2.21
diff -u -r2.20 -r2.21
--- item.html	14 Nov 2003 11:57:44 -0000	2.20
+++ item.html	17 Nov 2003 23:44:59 -0000	2.21
@@ -106,6 +106,7 @@
 
 [perl tables="[cgi mv_data_table] __UI_META_TABLE__"]
 	my $tab = $CGI->{mv_data_table};
+	$CGI->{showinactive} = $Values->{mv_no_hide} = 1;
 	my $view = $CGI->{ui_meta_view} || 'item_select';
 	my $ref = $Db{$tab};
 	my $meta = $Tag->meta_record($tab, $view);
@@ -582,4 +583,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ Revision: $Id: item.html,v 2.20 2003/11/14 11:57:44 racke Exp $ -->
+<!-- page: @@MV_PAGE@@ Revision: $Id: item.html,v 2.21 2003/11/17 23:44:59 edl Exp $ -->








More information about the interchange-cvs mailing list