changeset 651:3db16531f7ba

mercurial adv settings
author Pavel.Sher
date Fri, 27 Sep 2013 18:03:57 +0200
parents 919418bf09a1
children 99bee7b19368
files mercurial-server/resources/buildServerResources/mercurialSettings.jsp
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Fri Sep 27 12:02:28 2013 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Fri Sep 27 18:03:57 2013 +0200
@@ -27,20 +27,20 @@
     </td>
   </tr>
   <bs:branchSpecTableRow/>
-  <tr>
+  <tr class="advancedSetting">
     <th><label for="reportTagRevisions">Use tags as branches:</label></th>
     <td>
       <props:checkboxProperty name="useTagsAsBranches"/>
       <div class="smallNote" style="margin: 0">If enabled tags can be used in branch specification</div>
     </td>
   </tr>
-  <tr>
+  <tr class="advancedSetting">
     <th><label for="serverClonePath">Clone repository to: </label></th>
     <td><props:textProperty name="serverClonePath" className="longField"/>
       <div class="smallNote" style="margin: 0;">Provide path to a parent directory on TeamCity server where a cloned repository should be created (applicable to "Automatically on server" checkout mode only). Leave blank to use default path.</div>
     </td>
   </tr>
-  <tr>
+  <tr class="advancedSetting">
     <th><label for="detectSubrepoChanges">Detect subrepo changes: </label></th>
       <td>
         <props:checkboxProperty name="detectSubrepoChanges"/>
@@ -49,13 +49,13 @@
         </c:if>
       </td>
     </tr>
-  <tr>
+  <tr class="advancedSetting">
     <th><label for="tagUsername">Username for tags: </label></th>
     <td><props:textProperty name="tagUsername"/>
       <div class="smallNote" style="margin: 0;">Format: User Name &lt;email&gt;</div>
     </td>
   </tr>
-  <tr>
+  <tr class="advancedSetting">
     <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>