From: Salve J. N. <sj...@us...> - 2005-01-06 09:40:23
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20165/pkg/base_user/template Modified Files: new_user_form.tmpl Log Message: Get the title from the I18N system instead of having it hardcoded Index: new_user_form.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/template/new_user_form.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** new_user_form.tmpl 22 Feb 2004 04:44:48 -0000 1.5 --- new_user_form.tmpl 6 Jan 2005 09:40:14 -0000 1.6 *************** *** 7,11 **** <div align="center"> ! <h2>Create an Account</h2> [% PROCESS form_begin( ACTION = 'newuser', TASK = 'add', --- 7,11 ---- <div align="center"> ! <h2>[% MSG( 'base_user.new_form.page_title' ) %]</h2> [% PROCESS form_begin( ACTION = 'newuser', TASK = 'add', |