Changeset 1956
- Timestamp:
- Apr 25, 2013, 9:19:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/personal/export_monthly_oplist.jsp
r1915 r1956 40 40 var url = '../Export.servlet?ID=<%=ID%>&cmd=ExportMonthlyOpList'; 41 41 url += '&time=' + frm.time.value; 42 url += '&exportSubtype= '+(frm.exportSubtype.checked ? 1 : 0);43 url += '&exportPatientId= '+(frm.exportPatientId.checked ? 1 : 0);42 url += '&exportSubtype=0'; 43 url += '&exportPatientId=0'; 44 44 if (preview) 45 45 { … … 248 248 </tr> 249 249 250 <tr style="vertical-align: top;">251 <td class="prompt">Optional columns</td>252 <td class="input">253 <input type="checkbox" name="exportSubtype" value="1" id="exportSubtype">254 <label for="exportSubtype">Specimen/NoSpecimen</label><br>255 <input type="checkbox" name="exportPatientId" value="1" id="exportPatientId">256 <label for="exportPatientId">Patient ID</label>257 </td>258 <td class="help"><span id="subtype.message" class="message" style="display: none;"></span></td>259 </tr>260 250 </table> 261 251 </td>
Note: See TracChangeset
for help on using the changeset viewer.