From: Chris W. <la...@us...> - 2005-03-14 02:12:59
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8531/template Modified Files: admin_tools_box.tmpl Log Message: update the URL for the error browser Index: admin_tools_box.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/template/admin_tools_box.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_tools_box.tmpl 16 Feb 2004 21:57:04 -0000 1.6 --- admin_tools_box.tmpl 14 Mar 2005 02:12:47 -0000 1.7 *************** *** 1,25 **** [%- DEFAULT theme = OI.theme_properties; ! error_url = OI.make_url( ACTION = 'error' ); ! group_list_url = OI.make_url( ACTION = 'group', ! TASK = 'list' ); ! group_new_url = OI.make_url( ACTION = 'group', ! TASK = 'display_add' ); lookup_url = OI.make_url( ACTION = 'lookups' ); activity_url = OI.make_url( ACTION = 'objectactivity' ); ! page_url = OI.make_url( ACTION = 'page', ! TASK = 'actions' ); security_url = OI.make_url( ACTION = 'security' ); tmpl_list_url = OI.make_url( ACTION = 'template' ); ! tmpl_new_url = OI.make_url( ACTION = 'template', ! TASK = 'display_add'); ! docs_url = OI.make_url( ACTION = 'systemdoc', ! TASK = 'list' ); ! theme_list_url = OI.make_url( ACTION = 'theme', ! TASK = 'list' ); ! theme_new_url = OI.make_url( ACTION = 'theme', ! TASK = 'display_add' ); user_search_url= OI.make_url( ACTION = 'user' ); ! user_new_url = OI.make_url( ACTION = 'user', ! TASK = 'display_add' ); -%] [% theme.bullet %] [% MSG( 'admin_tools_box.label.error_browser', error_url ) %]<br> --- 1,17 ---- [%- DEFAULT theme = OI.theme_properties; ! error_url = OI.make_url( ACTION = 'error_browser' ); ! group_list_url = OI.make_url( ACTION = 'group', TASK = 'list' ); ! group_new_url = OI.make_url( ACTION = 'group', TASK = 'display_add' ); lookup_url = OI.make_url( ACTION = 'lookups' ); activity_url = OI.make_url( ACTION = 'objectactivity' ); ! page_url = OI.make_url( ACTION = 'page', TASK = 'actions' ); security_url = OI.make_url( ACTION = 'security' ); tmpl_list_url = OI.make_url( ACTION = 'template' ); ! tmpl_new_url = OI.make_url( ACTION = 'template', TASK = 'display_add'); ! docs_url = OI.make_url( ACTION = 'systemdoc', TASK = 'list' ); ! theme_list_url = OI.make_url( ACTION = 'theme', TASK = 'list' ); ! theme_new_url = OI.make_url( ACTION = 'theme', TASK = 'display_add' ); user_search_url= OI.make_url( ACTION = 'user' ); ! user_new_url = OI.make_url( ACTION = 'user', TASK = 'display_add' ); -%] [% theme.bullet %] [% MSG( 'admin_tools_box.label.error_browser', error_url ) %]<br> |