Revision 4880
Added by ben leinfelder over 15 years ago
lib/style/skins/first/first-assessment-resultset.xsl | ||
---|---|---|
149 | 149 |
setControlVisibility = function() { |
150 | 150 |
if (document.getElementById("ajaxCartResults")) { |
151 | 151 |
new Effect.Appear("download"); |
152 |
new Effect.Appear("transposeDiv"); |
|
152 | 153 |
} |
153 | 154 |
} |
154 | 155 |
isInCart = function(docid) { |
... | ... | |
265 | 266 |
</input> |
266 | 267 |
<input type="hidden" name="action" value="read" /> |
267 | 268 |
<input type="hidden" name="dataquery" /> |
268 |
<input type="checkbox" name="transpose" value="true" />Transpose Data |
|
269 |
<div id="transposeDiv" style="display:none;"> |
|
270 |
<input type="checkbox" name="transpose" value="true" />Transpose Data |
|
271 |
</div> |
|
269 | 272 |
<input type="hidden" name="observation" value="3" /> |
270 | 273 |
<input type="hidden" name="pivot" value="2" /> |
271 | 274 |
<input type="hidden" name="operation" /> |
Also available in: Unified diff
hide the "transpose" checkbox except when on the data cart page