Revision 66 hci/trunk/eneraptor-web-app/grails-app/views/statistics/newCombGraph.gsp

View differences:

newCombGraph.gsp
24 24
				<p>Select by clicking on the grpah's name while holding CTRL key on your keyboard.</p>
25 25
				<br />
26 26
				<select multiple="multiple" name="graphsToCombine" id="graphsToCombine" size="10" style="width:820px;">
27
					<g:each in="${graphs}" var="graph">
28
						<option value="${graph.id}">(${graph.type}) ${graph.name}</option>
29
					</g:each>
27
					<optgroup label="Current hardware set's (card's) graphs"></optgroup>
28
						<g:each in="${graphs}" var="graph">
29
							<option value="${graph.id}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(${graph.type}) ${graph.name}</option>
30
						</g:each>
31
					<optgroup label="Other hardware set's (card's) graphs"></optgroup>
32
						<g:each in="${otherGraphs}" var="ograph">
33
							<option value="${ograph.id}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(${ograph.type}) ${ograph.name}</option>
34
						</g:each>
30 35
				</select>
31 36
				<br /><br />
32 37
			</fieldset>

Also available in: Unified diff