svnno****@sourc*****
svnno****@sourc*****
2008年 12月 1日 (月) 09:26:45 JST
Revision: 1480 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1480 Author: shinsuke Date: 2008-12-01 09:26:45 +0900 (Mon, 01 Dec 2008) Log Message: ----------- updated style. Modified Paths: -------------- addresslist/trunk/src/main/resources/application.properties addresslist/trunk/src/main/resources/application_ja.properties addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp -------------- next part -------------- Modified: addresslist/trunk/src/main/resources/application.properties =================================================================== --- addresslist/trunk/src/main/resources/application.properties 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/resources/application.properties 2008-12-01 00:26:45 UTC (rev 1480) @@ -108,16 +108,16 @@ labels.j_title=Job Title labels.contact=Contact -labels.tel_h=Telephone (Home) -labels.tel_mh=Cell Phone (Home) -labels.mail_hp=Email (Home PC) -labels.mail_hm=Email (Home Mobile) -labels.fax_h=FAX (Home) -labels.tel_b=Telephone (Business) -labels.tel_mb=Cell Phone (Business) -labels.mail_bp=Email (Business PC) -labels.mail_bm=Email (Business Mobile) -labels.fax_b=FAX (Business) +labels.tel_h=Telephone +labels.tel_mh=Cell Phone +labels.mail_hp=Email (PC) +labels.mail_hm=Email (Mobile) +labels.fax_h=FAX +labels.tel_b=Telephone +labels.tel_mb=Cell Phone +labels.mail_bp=Email (PC) +labels.mail_bm=Email (Mobile) +labels.fax_b=FAX labels.home=Home labels.c_o_company=Confirmation of Company @@ -136,3 +136,7 @@ labels.createdBy=Created By +labels.home_contact=Home +labels.business_contact=Business + +labels.givenName=Given Name Modified: addresslist/trunk/src/main/resources/application_ja.properties =================================================================== --- addresslist/trunk/src/main/resources/application_ja.properties 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/resources/application_ja.properties 2008-12-01 00:26:45 UTC (rev 1480) @@ -101,16 +101,16 @@ labels.j_title=\u5f79\u8077 labels.contact=\u9023\u7d61\u5148 -labels.tel_h=\u96fb\u8a71\u756a\u53f7 (\u500b\u4eba\u7528\u81ea\u5b85) -labels.tel_mh=\u96fb\u8a71\u756a\u53f7 (\u500b\u4eba\u7528\u643a\u5e2f\u96fb\u8a71) -labels.mail_hp=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u500b\u4eba\u7528 PC) -labels.mail_hm=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u500b\u4eba\u7528\u643a\u5e2f\u96fb\u8a71) -labels.fax_h=FAX (\u500b\u4eba\u7528) -labels.tel_b=\u96fb\u8a71\u756a\u53f7 (\u4f1a\u793e) -labels.tel_mb=\u96fb\u8a71\u756a\u53f7 (\u4f1a\u793e\u7528\u643a\u5e2f\u96fb\u8a71) -labels.mail_bp=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u4f1a\u793e\u7528 PC) -labels.mail_bm=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u4f1a\u793e\u7528\u643a\u5e2f\u96fb\u8a71) -labels.fax_b=FAX (\u4f1a\u793e) +labels.tel_h=\u96fb\u8a71\u756a\u53f7 (\u81ea\u5b85) +labels.tel_mh=\u96fb\u8a71\u756a\u53f7 (\u643a\u5e2f) +labels.mail_hp=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (PC) +labels.mail_hm=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u643a\u5e2f) +labels.fax_h=FAX +labels.tel_b=\u96fb\u8a71\u756a\u53f7 +labels.tel_mb=\u96fb\u8a71\u756a\u53f7 (\u643a\u5e2f) +labels.mail_bp=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (PC) +labels.mail_bm=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u643a\u5e2f) +labels.fax_b=FAX labels.home=\u81ea\u5b85 labels.c_o_company=\u4f1a\u793e\u60c5\u5831\u306e\u78ba\u8a8d @@ -128,3 +128,9 @@ labels.configuration=\u8a2d\u5b9a labels.createdBy=\u767b\u9332\u8005 + +labels.home_contact=\u81ea\u5b85\u7528 +labels.business_contact=\u4f1a\u793e\u7528 + +labels.givenName=\u59d3\u540d + Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -46,55 +46,55 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.name"/></th> - <td style="width: 200px;"><html:text property="name" size="20"/></td> + <td style="width: 200px;"><html:text property="name" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.name_desc"/></th> - <td><html:text property="nameDesc" size="20"/></td> + <td><html:text property="nameDesc" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.department"/></th> - <td><html:text property="department" size="20"/></td> + <td><html:text property="department" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.postal_code"/></th> - <td><html:text property="postalCode" size="20"/></td> + <td><html:text property="postalCode" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.state"/></th> - <td><html:text property="state" size="20"/></td> + <td><html:text property="state" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.city"/></th> - <td><html:text property="city" size="20"/></td> + <td><html:text property="city" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.street"/></th> - <td><html:text property="street" size="20"/></td> + <td><html:text property="street" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.building"/></th> - <td><html:text property="building" size="20"/></td> + <td><html:text property="building" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel1"/></th> - <td><html:text property="telephone1" size="20"/></td> + <td><html:text property="telephone1" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel2"/></th> - <td><html:text property="telephone2" size="20"/></td> + <td><html:text property="telephone2" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax1"/></th> - <td><html:text property="fax1" size="20"/></td> + <td><html:text property="fax1" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax2"/></th> - <td><html:text property="fax2" size="20"/></td> + <td><html:text property="fax2" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.url"/></th> - <td><html:text property="url" size="20"/></td> + <td><html:text property="url" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.public"/></th> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -45,7 +45,7 @@ <caption><bean:message key="labels.address_info"/></caption> <tbody> <tr> - <th style="width: 100px;"><bean:message key="labels.person"/></th> + <th style="width: 80px;"><bean:message key="labels.person"/></th> <td> <table> <tbody> @@ -101,6 +101,7 @@ <th><bean:message key="labels.contact"/></th> <td> <table> + <caption><bean:message key="labels.home_contact"/></caption> <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.tel_h"/></th> @@ -122,9 +123,14 @@ <th><bean:message key="labels.fax_h"/></th> <td>${f:h(homeFax)}<html:hidden property="homeFax"/></td> </tr> + </tbody> +</table> +<table> + <caption><bean:message key="labels.business_contact"/></caption> + <tbody> <tr> - <th><bean:message key="labels.tel_b"/></th> - <td>${f:h(businessTelephone)}<html:hidden property="businessTelephone"/></td> + <th style="width: 150px;"><bean:message key="labels.tel_b"/></th> + <td style="width: 300px;">${f:h(businessTelephone)}<html:hidden property="businessTelephone"/></td> </tr> <tr> <th><bean:message key="labels.tel_mb"/></th> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -51,39 +51,39 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.f_name"/></th> - <td style="width: 200px;"><html:text property="familyName" size="20"/></td> + <td style="width: 200px;"><html:text property="familyName" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.f_name_desc"/></th> - <td><html:text property="familyNameDesc" size="20"/></td> + <td><html:text property="familyNameDesc" size="20" style="width:100%;"/></td> </tr> <tr> <th style="width: 120px;"><bean:message key="labels.g_name"/></th> - <td><html:text property="givenName" size="20"/></td> + <td><html:text property="givenName" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.g_name_desc"/></th> - <td><html:text property="givenNameDesc" size="20"/></td> + <td><html:text property="givenNameDesc" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.m_name"/></th> - <td><html:text property="middleName" size="20"/></td> + <td><html:text property="middleName" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.name_prefix"/></th> - <td><html:text property="namePrefix" size="20"/></td> + <td><html:text property="namePrefix" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.name_suffix"/></th> - <td><html:text property="nameSuffix" size="20"/></td> + <td><html:text property="nameSuffix" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.nickname"/></th> - <td><html:text property="nickname" size="20"/></td> + <td><html:text property="nickname" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.j_title"/></th> - <td><html:text property="jobTitle" size="20"/></td> + <td><html:text property="jobTitle" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.public"/></th> @@ -102,46 +102,52 @@ <th><bean:message key="labels.contact"/></th> <td> <table> + <caption><bean:message key="labels.home_contact"/></caption> <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.tel_h"/></th> - <td style="width: 200px;"><html:text property="homeTelephone" size="20"/></td> + <td style="width: 200px;"><html:text property="homeTelephone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel_mh"/></th> - <td><html:text property="homeCellphone" size="20"/></td> + <td><html:text property="homeCellphone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_hp"/></th> - <td><html:text property="homeEmailPC" size="20"/></td> + <td><html:text property="homeEmailPC" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_hm"/></th> - <td><html:text property="homeEmailMobile" size="20"/></td> + <td><html:text property="homeEmailMobile" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax_h"/></th> - <td><html:text property="homeFax" size="20"/></td> + <td><html:text property="homeFax" size="20" style="width:100%;"/></td> </tr> + </tbody> +</table> +<table> + <caption><bean:message key="labels.business_contact"/></caption> + <tbody> <tr> - <th><bean:message key="labels.tel_b"/></th> - <td><html:text property="businessTelephone" size="20"/></td> + <th style="width: 150px;"><bean:message key="labels.tel_b"/></th> + <td style="width: 200px;"><html:text property="businessTelephone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel_mb"/></th> - <td><html:text property="businessCellphone" size="20"/></td> + <td><html:text property="businessCellphone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_bp"/></th> - <td><html:text property="businessEmailPC" size="20"/></td> + <td><html:text property="businessEmailPC" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_bm"/></th> - <td><html:text property="businessEmailMobile" size="20"/></td> + <td><html:text property="businessEmailMobile" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax_b"/></th> - <td><html:text property="businessFax" size="20"/></td> + <td><html:text property="businessFax" size="20" style="width:100%;"/></td> </tr> </tbody> </table> @@ -154,23 +160,23 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.postal_code"/></th> - <td style="width: 200px;"><html:text property="postalCode" size="20"/></td> + <td style="width: 200px;"><html:text property="postalCode" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.state"/></th> - <td><html:text property="state" size="20"/></td> + <td><html:text property="state" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.city"/></th> - <td><html:text property="city" size="20"/></td> + <td><html:text property="city" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.street"/></th> - <td><html:text property="street" size="20"/></td> + <td><html:text property="street" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.building"/></th> - <td><html:text property="building" size="20"/></td> + <td><html:text property="building" size="20" style="width:100%;"/></td> </tr> </tbody> </table> @@ -194,19 +200,19 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.custom1"/></th> - <td style="width: 200px;"><html:text property="customData1" size="20"/></td> + <td style="width: 200px;"><html:text property="customData1" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.custom2"/></th> - <td><html:text property="customData2" size="20"/></td> + <td><html:text property="customData2" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.custom3"/></th> - <td><html:text property="customData3" size="20"/></td> + <td><html:text property="customData3" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.custom4"/></th> - <td><html:text property="customData4" size="20"/></td> + <td><html:text property="customData4" size="20" style="width:100%;"/></td> </tr> </tbody> </table> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -43,7 +43,7 @@ <table border="1"> <thead> <tr> - <th style="width:150px;text-align: center;"><bean:message key="labels.name"/></th> + <th style="width:100px;text-align: center;"><bean:message key="labels.name"/></th> <th style="width:200px;text-align: center;"><bean:message key="labels.company"/></th> <th style="width:100px;text-align: center;"><bean:message key="labels.createdBy"/></th> <th style="width:80px;text-align: center;"><bean:message key="labels.public"/></th> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -29,7 +29,7 @@ <tbody> <tr> <th><bean:message key="labels.guest_user_name"/></th> - <td><html:text property="guestName" size="20"/></td> + <td><html:text property="guestName" size="20" style="width:100%;"/></td> </tr> </tbody> <tfoot> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -46,55 +46,55 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.name"/></th> - <td style="width: 200px;"><html:text property="name" size="20"/></td> + <td style="width: 200px;"><html:text property="name" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.name_desc"/></th> - <td><html:text property="nameDesc" size="20"/></td> + <td><html:text property="nameDesc" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.department"/></th> - <td><html:text property="department" size="20"/></td> + <td><html:text property="department" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.postal_code"/></th> - <td><html:text property="postalCode" size="20"/></td> + <td><html:text property="postalCode" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.state"/></th> - <td><html:text property="state" size="20"/></td> + <td><html:text property="state" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.city"/></th> - <td><html:text property="city" size="20"/></td> + <td><html:text property="city" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.street"/></th> - <td><html:text property="street" size="20"/></td> + <td><html:text property="street" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.building"/></th> - <td><html:text property="building" size="20"/></td> + <td><html:text property="building" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel1"/></th> - <td><html:text property="telephone1" size="20"/></td> + <td><html:text property="telephone1" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel2"/></th> - <td><html:text property="telephone2" size="20"/></td> + <td><html:text property="telephone2" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax1"/></th> - <td><html:text property="fax1" size="20"/></td> + <td><html:text property="fax1" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax2"/></th> - <td><html:text property="fax2" size="20"/></td> + <td><html:text property="fax2" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.url"/></th> - <td><html:text property="url" size="20"/></td> + <td><html:text property="url" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.public"/></th> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -45,7 +45,7 @@ <caption><bean:message key="labels.address_info"/></caption> <tbody> <tr> - <th style="width: 100px;"><bean:message key="labels.person"/></th> + <th style="width: 80px;"><bean:message key="labels.person"/></th> <td> <table> <tbody> @@ -107,6 +107,7 @@ <th><bean:message key="labels.contact"/></th> <td> <table> + <caption><bean:message key="labels.home_contact"/></caption> <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.tel_h"/></th> @@ -128,9 +129,14 @@ <th><bean:message key="labels.fax_h"/></th> <td>${f:h(homeFax)}<html:hidden property="homeFax"/></td> </tr> + </tbody> +</table> +<table> + <caption><bean:message key="labels.business_contact"/></caption> + <tbody> <tr> - <th><bean:message key="labels.tel_b"/></th> - <td>${f:h(businessTelephone)}<html:hidden property="businessTelephone"/></td> + <th style="width: 150px;"><bean:message key="labels.tel_b"/></th> + <td style="width: 300px;">${f:h(businessTelephone)}<html:hidden property="businessTelephone"/></td> </tr> <tr> <th><bean:message key="labels.tel_mb"/></th> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -51,39 +51,39 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.f_name"/></th> - <td style="width: 200px;"><html:text property="familyName" size="20"/></td> + <td style="width: 200px;"><html:text property="familyName" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.f_name_desc"/></th> - <td><html:text property="familyNameDesc" size="20"/></td> + <td><html:text property="familyNameDesc" size="20" style="width:100%;"/></td> </tr> <tr> <th style="width: 120px;"><bean:message key="labels.g_name"/></th> - <td><html:text property="givenName" size="20"/></td> + <td><html:text property="givenName" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.g_name_desc"/></th> - <td><html:text property="givenNameDesc" size="20"/></td> + <td><html:text property="givenNameDesc" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.m_name"/></th> - <td><html:text property="middleName" size="20"/></td> + <td><html:text property="middleName" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.name_prefix"/></th> - <td><html:text property="namePrefix" size="20"/></td> + <td><html:text property="namePrefix" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.name_suffix"/></th> - <td><html:text property="nameSuffix" size="20"/></td> + <td><html:text property="nameSuffix" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.nickname"/></th> - <td><html:text property="nickname" size="20"/></td> + <td><html:text property="nickname" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.j_title"/></th> - <td><html:text property="jobTitle" size="20"/></td> + <td><html:text property="jobTitle" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.public"/></th> @@ -102,46 +102,52 @@ <th><bean:message key="labels.contact"/></th> <td> <table> + <caption><bean:message key="labels.home_contact"/></caption> <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.tel_h"/></th> - <td style="width: 200px;"><html:text property="homeTelephone" size="20"/></td> + <td style="width: 200px;"><html:text property="homeTelephone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel_mh"/></th> - <td><html:text property="homeCellphone" size="20"/></td> + <td><html:text property="homeCellphone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_hp"/></th> - <td><html:text property="homeEmailPC" size="20"/></td> + <td><html:text property="homeEmailPC" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_hm"/></th> - <td><html:text property="homeEmailMobile" size="20"/></td> + <td><html:text property="homeEmailMobile" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax_h"/></th> - <td><html:text property="homeFax" size="20"/></td> + <td><html:text property="homeFax" size="20" style="width:100%;"/></td> </tr> + </tbody> +</table> +<table> + <caption><bean:message key="labels.business_contact"/></caption> + <tbody> <tr> - <th><bean:message key="labels.tel_b"/></th> - <td><html:text property="businessTelephone" size="20"/></td> + <th style="width: 150px;"><bean:message key="labels.tel_b"/></th> + <td style="width: 200px;"><html:text property="businessTelephone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.tel_mb"/></th> - <td><html:text property="businessCellphone" size="20"/></td> + <td><html:text property="businessCellphone" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_bp"/></th> - <td><html:text property="businessEmailPC" size="20"/></td> + <td><html:text property="businessEmailPC" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.mail_bm"/></th> - <td><html:text property="businessEmailMobile" size="20"/></td> + <td><html:text property="businessEmailMobile" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.fax_b"/></th> - <td><html:text property="businessFax" size="20"/></td> + <td><html:text property="businessFax" size="20" style="width:100%;"/></td> </tr> </tbody> </table> @@ -154,23 +160,23 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.postal_code"/></th> - <td style="width: 200px;"><html:text property="postalCode" size="20"/></td> + <td style="width: 200px;"><html:text property="postalCode" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.state"/></th> - <td><html:text property="state" size="20"/></td> + <td><html:text property="state" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.city"/></th> - <td><html:text property="city" size="20"/></td> + <td><html:text property="city" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.street"/></th> - <td><html:text property="street" size="20"/></td> + <td><html:text property="street" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.building"/></th> - <td><html:text property="building" size="20"/></td> + <td><html:text property="building" size="20" style="width:100%;"/></td> </tr> </tbody> </table> @@ -194,19 +200,19 @@ <tbody> <tr> <th style="width: 150px;"><bean:message key="labels.custom1"/></th> - <td style="width: 200px;"><html:text property="customData1" size="20"/></td> + <td style="width: 200px;"><html:text property="customData1" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.custom2"/></th> - <td><html:text property="customData2" size="20"/></td> + <td><html:text property="customData2" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.custom3"/></th> - <td><html:text property="customData3" size="20"/></td> + <td><html:text property="customData3" size="20" style="width:100%;"/></td> </tr> <tr> <th><bean:message key="labels.custom4"/></th> - <td><html:text property="customData4" size="20"/></td> + <td><html:text property="customData4" size="20" style="width:100%;"/></td> </tr> </tbody> </table> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp 2008-11-30 23:59:49 UTC (rev 1479) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp 2008-12-01 00:26:45 UTC (rev 1480) @@ -43,7 +43,7 @@ <table border="1"> <thead> <tr> - <th style="width:150px;text-align: center;"><bean:message key="labels.name"/></th> + <th style="width:100px;text-align: center;"><bean:message key="labels.name"/></th> <th style="width:200px;text-align: center;"><bean:message key="labels.company"/></th> <th style="width:100px;text-align: center;"><bean:message key="labels.createdBy"/></th> <th style="width:80px;text-align: center;"><bean:message key="labels.public"/></th>