Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4965

Show
Ignore:
Timestamp:
07/17/08 04:36:00 (6 months ago)
Author:
nzeyi
Message:

Fix Changes to Manage Synchronization Screen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data-synchronization-admin-ui/web/WEB-INF/view/admin/synchronization/synchronizationControlList.jsp

    r4811 r4965  
    5959                        document.getElementById('fileExportForm').submit(); 
    6060                        document.getElementById("exportButton").disabled = true; 
     61                        document.getElementById("viaWebRadio").disabled = true; 
    6162                        setTimeout("location.reload();", 5000); 
    6263                        return true; 
     
    132133                        } 
    133134                        document.getElementById("syncButton").disabled = false; 
     135                        document.getElementById("viaFileRadio").disabled = false; 
    134136                        setTimeout("location.reload();", 5000); 
    135137                } 
     
    137139                function syncToParent() { 
    138140                        document.getElementById("syncButton").disabled = true; 
     141                        document.getElementById("viaFileRadio").disabled = true; 
    139142                        var sending="&nbsp;" + '<img src="${pageContext.request.contextPath}/images/loader.gif" border="0">' + "&nbsp;" + "<spring:message code="SynchronizationStatus.export.viaWeb.sending" arguments="${fn:length(synchronizationControlList)}" />"; 
    140143                        DWRUtil.setValue("syncInfo",sending); 
     
    144147        --> 
    145148</script> 
    146  
     149<table> 
     150        <tr> 
     151                <td> 
     152                        <h2><spring:message code="Synchronization.control.title"/></h2> 
     153                </td> 
     154        </tr> 
     155</table> 
    147156<div id="syncControlTabs"> 
    148157                <ul>