mirror of https://github.com/apache/archiva.git
Fix UI mistakes
Buttons in modal to call correct btn class. Help on 'row count' in report page to be displayed on left git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
535f5cd474
commit
0b8fb0e49d
|
@ -757,7 +757,8 @@
|
|||
|
||||
<a class="btn btn-warning btn-mini" id="rowcount-info-button"
|
||||
data-original-title="${$.i18n.prop('report.statistics.rowCount.explanations-title')}"
|
||||
data-content="${$.i18n.prop('report.statistics.rowCount.explanations')}">
|
||||
data-content="${$.i18n.prop('report.statistics.rowCount.explanations')}"
|
||||
data-placement="left" data-toggle="button">
|
||||
<i class="icon-question-sign icon-white"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
<p id="dialog-confirm-modal-body-text"></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a class="btn secondary" id="dialog-confirm-modal-cancel" href="#">${$.i18n.prop('cancel')}</a>
|
||||
<a class="btn primary" id="dialog-confirm-modal-ok" href="#">${$.i18n.prop('ok')}</a>
|
||||
<a class="btn btn-secondary" id="dialog-confirm-modal-cancel" href="#">${$.i18n.prop('cancel')}</a>
|
||||
<a class="btn btn-primary" id="dialog-confirm-modal-ok" href="#">${$.i18n.prop('ok')}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -38,4 +38,4 @@
|
|||
<div class="modal-body" id="dialog-modal-merge-repo-body-text">>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue