← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5462: quickfix

 

------------------------------------------------------------
revno: 5462
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-12-16 20:39:49 +0100
message:
  quickfix
modified:
  dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversation.xsl


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversation.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversation.xsl	2011-12-16 19:36:39 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversation.xsl	2011-12-16 19:39:49 +0000
@@ -42,10 +42,10 @@
   </xsl:template>
 
   <xsl:template match="d:message">
-    <table style="width: 800px;">
+    <table>
       <tr>
-        <td>Text</td>
-        <td> <xsl:value-of select="d:text" /> </td>
+        <td style="width: 80px;">Text</td>
+        <td style="width: 800px;"> <xsl:value-of select="d:text" /> </td>
       </tr>
       <tr>
         <td>Sender</td>