From: Chris W. <la...@us...> - 2005-09-21 03:34:10
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3853/conf Modified Files: action.ini Log Message: add default impl of configurable wrapper template Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/conf/action.ini,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** action.ini 8 Jul 2003 12:24:33 -0000 1.6 --- action.ini 21 Sep 2005 03:34:03 -0000 1.7 *************** *** 5,8 **** --- 5,9 ---- page_separator = <!--PAGE--> c_object_type = page + wrapper_template = base_page::page_displayable c_search_form_template = base_page::page_search_form c_search_results_template = base_page::page_search_results |