Revision 6 hci/trunk/eneraptor-web-app/grails-app/views/config/addDevice.gsp

View differences:

addDevice.gsp
23 23
					
24 24
			<br />
25 25
			
26
			<label for="inputDevice">Can measure data</label>
27
			<g:checkBox name ="inputDevice" value="${params['inputDevice']}" />
28
			<erptr:helpLink for="inputDevice"/>
29
			
30
			<br />
31
			
32
			<label for="outputDevice">Can run actions</label>
33
			<g:checkBox name ="outputDevice" value="${params['outputDevice']}" />
34
			<erptr:helpLink for="outputDevice"/>
35
			
36
			<br />
37
			
26 38
			<label for="description">Short decription</label>
27 39
			<g:textArea name="description">${params['description']}</g:textArea>
28 40
					

Also available in: Unified diff