From: <jhe...@us...> - 2002-11-28 15:03:03
|
Update of /cvsroot/upcase-project/UpCase/config In directory sc8-pr-cvs1:/tmp/cvs-serv1806 Modified Files: uc_templates.inc Log Message: added some templates Index: uc_templates.inc =================================================================== RCS file: /cvsroot/upcase-project/UpCase/config/uc_templates.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** uc_templates.inc 13 Nov 2002 08:59:02 -0000 1.3 --- uc_templates.inc 28 Nov 2002 15:03:00 -0000 1.4 *************** *** 24,27 **** --- 24,29 ---- $uc_tmpl["PERMISSIONS"] = $uc_lang . "/permissions.mxt"; $uc_tmpl["BAD_LOGIN"] = $uc_lang . "/badlogin.mxt"; + $uc_tmpl["ADMINS_ONLY"] = $uc_lang . "/adminsonly.mxt"; + $uc_tmpl["ACCESS_DENIED"] = $uc_lang . "/accessdenied.mxt"; $uc_tmpl["NEW_OBJECT"] = $uc_lang . "/newobject.mxt"; $uc_tmpl["MENU"] = $uc_lang . "/menu.mxt"; *************** *** 34,36 **** --- 36,40 ---- $uc_tmpl["CATEGORY"] = $uc_lang . "/category.mxt"; $uc_tmpl["INSTALLER"] = $uc_lang . "/installer.mxt"; + $uc_tmpl["CONFIGURE"] = $uc_lang . "/configure.mxt"; + $uc_tmpl["PREINSTALL"] = $uc_lang . "/preinstall.mxt"; ?> |