From de968d39e9cbf2ea2c4ee64ae07d6402a9278530 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 8 Sep 2004 13:24:48 +0000 Subject: [PATCH] Renamed from person_viewProfile.form to Person_viewProfile.form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1647 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../{person_viewProfile.form => Person_viewProfile.form} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename product/ERP5/skins/erp5_crm/{person_viewProfile.form => Person_viewProfile.form} (99%) diff --git a/product/ERP5/skins/erp5_crm/person_viewProfile.form b/product/ERP5/skins/erp5_crm/Person_viewProfile.form similarity index 99% rename from product/ERP5/skins/erp5_crm/person_viewProfile.form rename to product/ERP5/skins/erp5_crm/Person_viewProfile.form index 1381e071c6..504f22791c 100755 --- a/product/ERP5/skins/erp5_crm/person_viewProfile.form +++ b/product/ERP5/skins/erp5_crm/Person_viewProfile.form @@ -1,11 +1,11 @@ <?xml version="1.0"?> <form> - <title>Person Default View Form</title> + <title>Person</title> <row_length>4</row_length> <name>General</name> <pt>form_view</pt> - <action>base_edit</action> + <action>Base_edit</action> <update_action></update_action> <method>POST</method> <enctype></enctype> @@ -327,4 +327,4 @@ </fields> </group> </groups> -</form> +</form> \ No newline at end of file -- 2.30.9