← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1070: Cosmetic fix

 

------------------------------------------------------------
revno: 1070
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Fri 2009-11-20 12:47:01 +0100
message:
  Cosmetic fix
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addRelationshipForm.vm


--
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-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addRelationshipForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addRelationshipForm.vm	2009-11-14 14:29:33 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addRelationshipForm.vm	2009-11-20 11:47:01 +0000
@@ -70,7 +70,7 @@
                     </select> 
                     <em title="$i18n.getString( "required" )" class="required">*</em>
                     <input type="text" id="searchText" name="searchText" maxlength="30">        
-                    <input type="submit" value="$i18n.getString( "search" )"
+                    <input type="submit" value="$i18n.getString( "search" )">
                 </td> 
             </tr>                  
             <tr>  
@@ -87,10 +87,12 @@
                         #foreach ( $partner in $patients )
                             <option value="$partner.id"> $encoder.htmlEncode( $partner.getFullName() )</option>
                         #end                
-                    </select>                    
-                    <input type="button" value="$i18n.getString( "assign_relationship" )" onclick="javascript:addRelationship()" style="width:10em">
+                    </select>
                 </td>                     
-            </tr>   
+            </tr>
+            <tr>
+            	<td><input type="button" value="$i18n.getString( "assign_relationship" )" onclick="javascript:addRelationship()" style="width:10em"></td>
+            </tr>
         </table>
     </td>
 </tr>