You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/02/07 23:22:30 UTC

svn commit: r1443761 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/repositories.html

Author: olamy
Date: Thu Feb  7 22:22:30 2013
New Revision: 1443761

URL: http://svn.apache.org/r1443761
Log:
use more simple style

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/repositories.html

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/repositories.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/repositories.html?rev=1443761&r1=1443760&r2=1443761&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/repositories.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/repositories.html Thu Feb  7 22:22:30 2013
@@ -731,13 +731,13 @@
 
       <div class="row-fluid">
         <div class="control-group span6">
-          <h4>${$.i18n.prop('remoteRepository.extraParametersEntries')}
-          </h4>
+          <strong>${$.i18n.prop('remoteRepository.extraParametersEntries')}</strong>
           <a class="btn btn-warning btn-mini popover-doc" id="remoteRepository-extraParametersEntries-info-button"
-             data-original-title="${$.i18n.prop('remoteRepository.extraParametersEntries.help.title')}"
-             data-content="${$.i18n.prop('remoteRepository.extraParametersEntries.help.content')}">
-            <i class="icon-question-sign icon-white"></i>
+               data-original-title="${$.i18n.prop('remoteRepository.extraParametersEntries.help.title')}"
+               data-content="${$.i18n.prop('remoteRepository.extraParametersEntries.help.content')}">
+              <i class="icon-question-sign icon-white"></i>
           </a>
+
           <div id="extra-parameters-error"></div>
           <table class="table">
             <thead>
@@ -761,8 +761,7 @@
 
       <div class="row-fluid">
         <div class="control-group span6">
-          <h4>${$.i18n.prop('remoteRepository.extraHeadersEntries')}
-          </h4>
+          <strong>${$.i18n.prop('remoteRepository.extraHeadersEntries')}</strong>
           <a class="btn btn-warning btn-mini popover-doc" id="remoteRepository-extraHeadersEntries-info-button"
              data-original-title="${$.i18n.prop('remoteRepository.extraHeadersEntries.help.title')}"
              data-content="${$.i18n.prop('remoteRepository.extraHeadersEntries.help.content')}">