diff mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 371:24d926f22e85

TW-16045 allow specify username for tags
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 08 Feb 2012 16:45:14 +0400
parents 48a9978eaa37
children 62f273711a49
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Feb 08 11:32:49 2012 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Feb 08 16:45:14 2012 +0400
@@ -32,6 +32,10 @@
     </td>
   </tr>
   <tr>
+    <th><label for="tagUsername">Username for tags: </label></th>
+    <td><props:textProperty name="tagUsername"/></td>
+  </tr>
+  <tr>
     <th><label for="uncompressedTransfer">Use uncompressed transfer: </label></th>
     <td><props:checkboxProperty name="uncompressedTransfer"/>
       <div class="smallNote" style="margin: 0;">Uncompressed transfer is faster for repositories in the LAN.</div>
@@ -40,9 +44,6 @@
   </l:settingsGroup>
   <l:settingsGroup title="Authorization settings">
   <tr>
-    <td colspan="2">Authorization settings can be required if you need to tag / label sources in the remote repository.</td>
-  </tr>
-  <tr>
     <th><label for="username">User name:</label></th>
     <td><props:textProperty name="username"/></td>
   </tr>
@@ -51,5 +52,5 @@
     <td><props:passwordProperty name="secure:password"/></td>
   </tr>
   </l:settingsGroup>
-  
+
 </table>