← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1372: Minor fix

 

------------------------------------------------------------
revno: 1372
committer: Lars Helge Oeverland <larshelge@xxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-01-29 10:39:22 +0100
message:
  Minor fix
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/multidimensional.js
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.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-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties	2010-01-29 09:05:27 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties	2010-01-29 09:39:22 +0000
@@ -112,4 +112,5 @@
 dv_deleted							= Deleted
 dv_added							= Added
 followup							= Follow-up
-interpolation						= Interpolation
\ No newline at end of file
+interpolation						= Interpolation
+validation_rule						= Validation rule

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/multidimensional.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/multidimensional.js	2009-12-22 11:41:46 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/multidimensional.js	2010-01-29 09:39:22 +0000
@@ -316,7 +316,7 @@
 // -----------------------------------------------------------------------------
 function validate()
 {
-    window.open( 'validate.action', '_blank', 'width=800,height=200,scrollbars=yes' );
+    window.open( 'validate.action', '_blank', 'width=800, height=400, scrollbars=yes, resizable=yes' );
 }
 
 // -----------------------------------------------------------------------------

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.vm	2009-03-31 09:55:04 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.vm	2010-01-29 09:39:22 +0000
@@ -7,7 +7,7 @@
 	<table width="100%">
 		<thead>
 			<tr>
-				<th>$encoder.htmlEncode( $i18n.getString( "validation_rule" ) )</th>				
+				<th style="width:110px">$encoder.htmlEncode( $i18n.getString( "validation_rule" ) )</th>				
 				<th>$encoder.htmlEncode( $i18n.getString( "expression" ) )</th>
 				<th>$encoder.htmlEncode( $i18n.getString( "description" ) )</th>
     			<th>$encoder.htmlEncode( $i18n.getString( "value" ) )</th>