changeset 499:a7753de2a27a Faradi-7.1.x

Move hg path to the bottom
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Mon, 29 Oct 2012 17:40:20 +0400
parents ed098534dab4
children 2ae148bb5373
files mercurial-server/resources/buildServerResources/mercurialSettings.jsp
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Oct 24 19:29:59 2012 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Mon Oct 29 17:40:20 2012 +0400
@@ -12,11 +12,6 @@
 
   <l:settingsGroup title="General Settings">
   <tr>
-    <th><label for="hgCommandPath">HG Command Path: <l:star/></label></th>
-    <td><props:textProperty name="hgCommandPath" className="longField" />
-      <span class="error" id="error_hgCommandPath"></span></td>
-  </tr>
-  <tr>
     <th><label for="repositoryPath">Pull Changes From: <l:star/></label></th>
     <td><props:textProperty name="repositoryPath" className="longField" onchange="updateBranchName(this.value)"/>
       <span class="error" id="error_repositoryPath"></span></td>
@@ -47,6 +42,13 @@
       <div class="smallNote" style="margin: 0;">Uncompressed transfer is faster for repositories in the LAN.</div>
     </td>
   </tr>
+  <tr>
+    <th><label for="hgCommandPath">HG Command Path: <l:star/></label></th>
+    <td>
+      <props:textProperty name="hgCommandPath" className="longField" />
+      <span class="error" id="error_hgCommandPath"></span>
+    </td>
+  </tr>
   </l:settingsGroup>
   <l:settingsGroup title="Authorization settings">
   <tr>