← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4649: made attributes blend in better on add/update pages

 

------------------------------------------------------------
revno: 4649
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-09-22 12:45:08 +0200
message:
  made attributes blend in better on add/update pages
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.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-commons-resources/src/main/webapp/macros.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm	2011-09-21 12:46:20 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm	2011-09-22 10:45:08 +0000
@@ -388,10 +388,8 @@
 #if( $args.attributes.size() > 0 )
 <select multiple="multiple" id="jsonAttributeValues" name="jsonAttributeValues" style="display: none;"></select>
 
-<div id="dynamicAttributesContainer" style="margin-top: 10px; margin-bottom: 10px;">
+<div id="dynamicAttributesContainer" style="margin-bottom: 10px;">
 <table>
-	#trHeader( "Dynamic Attributes" )
-
 	#foreach( $attribute in $args.attributes )
 		#set( $text = $attribute.name )
 		#set( $id = $attribute.id )