mirror of https://github.com/apache/archiva.git
use more simple style
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6abe3b6a90
commit
a470c8fcb1
|
@ -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>
|
||||
</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')}">
|
||||
|
|
Loading…
Reference in New Issue