From: Chris W. <la...@us...> - 2005-03-29 02:35:55
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13128/template Modified Files: admin_tools_box.tmpl 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: admin_tools_box.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/template/admin_tools_box.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_tools_box.tmpl 14 Mar 2005 02:12:47 -0000 1.7 --- admin_tools_box.tmpl 29 Mar 2005 02:35:47 -0000 1.8 *************** *** 15,26 **** user_new_url = OI.make_url( ACTION = 'user', TASK = 'display_add' ); -%] ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.error_browser', error_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.group', group_list_url, group_new_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.lookup', lookup_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.activity', activity_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.page', page_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.security', security_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.template', tmpl_list_url, tmpl_new_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.doc', docs_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.theme', theme_list_url, theme_new_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.label.user', user_search_url, user_new_url ) %] --- 15,26 ---- user_new_url = OI.make_url( ACTION = 'user', TASK = 'display_add' ); -%] ! [% theme.bullet %] [% MSG( 'admin_tools_box.error_browser', error_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.group', group_list_url, group_new_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.lookup', lookup_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.activity', activity_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.page', page_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.security', security_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.template', tmpl_list_url, tmpl_new_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.doc', docs_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.theme', theme_list_url, theme_new_url ) %]<br> ! [% theme.bullet %] [% MSG( 'admin_tools_box.user', user_search_url, user_new_url ) %] |