|
From: Chris W. <la...@us...> - 2001-10-29 05:12:28
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/conf
In directory usw-pr-cvs1:/tmp/cvs-serv5014/conf
Modified Files:
action.perl
Log Message:
added backwards compatibility option
Index: action.perl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/conf/action.perl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** action.perl 2001/10/26 21:09:05 1.5
--- action.perl 2001/10/29 05:12:25 1.6
***************
*** 6,10 ****
},
! 'contenttype' => {
is_lookup => 'yes',
object_key => 'content_type',
--- 6,10 ----
},
! 'content_type' => {
is_lookup => 'yes',
object_key => 'content_type',
***************
*** 12,16 ****
field_list => [ 'mime_type', 'extensions', 'description' ],
label_list => [ 'MIME Type', 'Extensions', 'Description' ],
! size_list => [ 12, 10, 20 ],
title => 'Content Types',
},
--- 12,16 ----
field_list => [ 'mime_type', 'extensions', 'description' ],
label_list => [ 'MIME Type', 'Extensions', 'Description' ],
! size_list => [ 20, 10, 20 ],
title => 'Content Types',
},
***************
*** 22,25 ****
'template' => 'base_page::edit_document_box',
'security' => 'no',
! },
};
--- 22,31 ----
'template' => 'base_page::edit_document_box',
'security' => 'no',
! }
!
! # Backwards compatibility -- only uncomment when you've moved
! # everything over.
!
! # 'basicpage' => { redir => 'page' },
!
};
|