Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13339/conf
Modified Files:
action.ini
Log Message:
OIN-58: add examples and more info about creating a box to
OI2::App::BaseBox; cleanup the boxes action; update message keys to lose the '.label'
Index: action.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf/action.ini,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** action.ini 17 Mar 2005 15:45:29 -0000 1.6
--- action.ini 29 Mar 2005 02:36:22 -0000 1.7
***************
*** 1,13 ****
[boxes]
! class = OpenInteract2::Action::Box
! method = process_boxes
! is_secure = no
! box_default_method = handler
! box_default_separator = <br>\n
! box_default_template = base_box::main_box_shell
! box_default_box_weight = 5
! box_max_box_weight = 100
! box_blank_shell_template = _blank_
!
[object_modify_box]
template = base_box::object_modify_box
--- 1,20 ----
[boxes]
! class = OpenInteract2::Action::Box
! method = process_boxes
! is_secure = no
! max_box_weight = 100
! blank_box_template = _blank_
! system_box_class = OpenInteract2::Action::SystemBoxes
! custom_box_class =
! box_separator = <br />
! default_box_template = base_box::main_box_shell
! default_weight = 5
! default_title = Generic Box
! default_title_key =
! default_title_image_src =
! default_title_image_src_key =
! default_title_image_alt =
! default_title_image_alt_key =
!
[object_modify_box]
template = base_box::object_modify_box
|