You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/02/27 18:58:41 UTC

svn commit: r512348 - /ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl

Author: jaz
Date: Tue Feb 27 09:58:39 2007
New Revision: 512348

URL: http://svn.apache.org/viewvc?view=rev&rev=512348
Log:
fixed up some styles

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl?view=diff&rev=512348&r1=512347&r2=512348
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl Tue Feb 27 09:58:39 2007
@@ -639,7 +639,7 @@
         </table>
         <div>&nbsp;</div>
         <hr class="sepbar"/>
-        <div align="left" class="head3"><b><u>${uiLabelMap.PartyAttachContent}</u></b>
+        <div align="left"><b><u>${uiLabelMap.PartyAttachContent}</u></b>
           <div>&nbsp;</div>
           <form method="post" enctype="multipart/form-data" action="<@o...@ofbizUrl>" style="margin: 0;">
             <input type="hidden" name="dataCategoryId" value="PERSONAL"/>
@@ -647,13 +647,13 @@
             <input type="hidden" name="statusId" value="CTNT_PUBLISHED"/>
             <input type="hidden" name="partyId" value="${partyId}"/>
             <input type="file" name="uploadedFile" size="20" class="inputBox"/>
-            <select name="contentPurposeEnumId" class="selectBox">
+            <select name="contentPurposeEnumId" class="inputBox">
                 <option value="">Select Purpose</option>
                 <#list contentPurposes as contentPurpose>
                     <option value="${contentPurpose.enumId}">${contentPurpose.description?default(contentPurpose.enumId)}</option>                  
                 </#list>
             </select>
-            <select name="roleTypeId" class="selectBox">
+            <select name="roleTypeId" class="inputBox">
                 <option value="">Select Role</option>
                 <#list roles as role>
                     <option value="${role.roleTypeId}">${role.description?default(role.roleTypeId)}</option>