Changeset 4965
- Timestamp:
- 07/17/08 04:36:00 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data-synchronization-admin-ui/web/WEB-INF/view/admin/synchronization/synchronizationControlList.jsp
r4811 r4965 59 59 document.getElementById('fileExportForm').submit(); 60 60 document.getElementById("exportButton").disabled = true; 61 document.getElementById("viaWebRadio").disabled = true; 61 62 setTimeout("location.reload();", 5000); 62 63 return true; … … 132 133 } 133 134 document.getElementById("syncButton").disabled = false; 135 document.getElementById("viaFileRadio").disabled = false; 134 136 setTimeout("location.reload();", 5000); 135 137 } … … 137 139 function syncToParent() { 138 140 document.getElementById("syncButton").disabled = true; 141 document.getElementById("viaFileRadio").disabled = true; 139 142 var sending=" " + '<img src="${pageContext.request.contextPath}/images/loader.gif" border="0">' + " " + "<spring:message code="SynchronizationStatus.export.viaWeb.sending" arguments="${fn:length(synchronizationControlList)}" />"; 140 143 DWRUtil.setValue("syncInfo",sending); … … 144 147 --> 145 148 </script> 146 149 <table> 150 <tr> 151 <td> 152 <h2><spring:message code="Synchronization.control.title"/></h2> 153 </td> 154 </tr> 155 </table> 147 156 <div id="syncControlTabs"> 148 157 <ul>