|
Author: buscob
Date: Sun Oct 4 10:19:45 2009 New Revision: 821498 URL: http://svn.apache.org/viewvc?rev=821498&view=rev Log: Fixed markup for correct content list rendering Modified: ofbiz/trunk/applications/content/webapp/content/lookup/ContentTreeLookupList.ftl ofbiz/trunk/applications/content/widget/content/ContentScreens.xml Modified: ofbiz/trunk/applications/content/webapp/content/lookup/ContentTreeLookupList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/lookup/ContentTreeLookupList.ftl?rev=821498&r1=821497&r2=821498&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/lookup/ContentTreeLookupList.ftl (original) +++ ofbiz/trunk/applications/content/webapp/content/lookup/ContentTreeLookupList.ftl Sun Oct 4 10:19:45 2009 @@ -16,7 +16,6 @@ specific language governing permissions and limitations under the License. --> -<div class="screenlet"> <table cellspacing="0" width="100%"> <tr colspan="3"> <td align="left"> @@ -100,4 +99,3 @@ </#list> </#if> </table> -</div> Modified: ofbiz/trunk/applications/content/widget/content/ContentScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentScreens.xml?rev=821498&r1=821497&r2=821498&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/ContentScreens.xml (original) +++ ofbiz/trunk/applications/content/widget/content/ContentScreens.xml Sun Oct 4 10:19:45 2009 @@ -89,19 +89,21 @@ <decorator-section name="body"> <section> <widgets> - <container style="left-border"> + <container style="left"> <screenlet title="${uiLabelMap.PageTitleNavigateContent}" > <container id="EditDocumentTree"/> <include-screen name="navigateMenu"/> </screenlet> </container> <container style="leftonly"> - <container style="screenlet-title-bar h3"> - <label text="${uiLabelMap.ContentContent}"/> - </container> - <container id="Document" style="screenlet"> - <include-screen name="ListDocument"/> - </container> + <container style="screenlet"> + <container style="screenlet-title-bar"> + <label style="h3">${uiLabelMap.ContentContent}</label> + </container> + <container id="Document" style="screenlet-body"> + <include-screen name="ListDocument"/> + </container> + </container> </container> </widgets> </section> |
| Free forum by Nabble | Edit this page |
