svn commit: r739407 - /lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/forms/oneform.jx

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Fri Jan 30 20:50:32 2009
New Revision: 739407

URL: http://svn.apache.org/viewvc?rev=739407&view=rev
Log:
Use more compact design for document info on source editor screen.

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/forms/oneform.jx

Modified: lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/forms/oneform.jx
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/forms/oneform.jx?rev=739407&r1=739406&r2=739407&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/forms/oneform.jx (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/forms/oneform.jx Fri Jan 30 20:50:32 2009
@@ -43,29 +43,13 @@
       <input type="hidden" name="lenya.usecase" value="${usecase.getName()}"/>
       <jx:choose>
         <jx:when test="${usecase.getParameter('executable').booleanValue()}">
-          
-          <div class="lenya-box-toggled" style="float: left; margin-right: 10px;">
-            <div class="lenya-box-title">Information</div>
-            <div class="lenya-box-body">
-              <jx:set var="doc" value="${usecase.getParameter('document')}"/>
-              <table class="lenya-table-noborder">
-                <tr>
-                  <td class="lenya-entry-caption"><i18n:text>Titel</i18n:text>:</td>
-                  <td><jx:out value="${doc.getMetaData('http://purl.org/dc/elements/1.1/').getFirstValue('title')}"/></td>
-                </tr>
-                <tr>
-                  <td class="lenya-entry-caption"><i18n:text>UUID</i18n:text>:</td>
-                  <td><jx:out value="${doc.getUUID()}"/></td>
-                </tr>
-                <tr>
-                  <td class="lenya-entry-caption"><i18n:text>Language</i18n:text>:</td>
-                  <td>
-                    <jx:out value="${doc.getLanguage()}"/>
-                    (<i18n:text><jx:out value="${doc.getLanguage()}"/></i18n:text>)
-                  </td>
-                </tr>
-              </table>
-            </div>
+          <div class="lenyaInfoBox">
+            <jx:set var="doc" value="${usecase.getParameter('document')}"/>
+            <strong><i18n:text>Document</i18n:text>:</strong>
+            <q>${doc.getMetaData('http://purl.org/dc/elements/1.1/').getFirstValue('title')}</q>,
+            <strong><i18n:text>UUID</i18n:text>:</strong> ${doc.getUUID()},
+            <strong><i18n:text>Language</i18n:text>:</strong> ${doc.getLanguage()}
+            (<i18n:text>${doc.getLanguage()}</i18n:text>)
           </div>
           
           <div class="lenya-box-toggled" style="float: left; margin-right: 10px;">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.