switched to popover based display, closes #490

pull/576/head
Justin Richer 11 years ago
parent 91ecf62cff
commit ed4537b4f8

@ -101,11 +101,12 @@
</c:choose> </c:choose>
<c:if test="${ not empty claims[scope.value] }"> <c:if test="${ not empty claims[scope.value] }">
<span class="claim-tooltip" data-toggle="tooltip" <span class="claim-tooltip" data-toggle="popover"
data-html="true" data-html="true"
data-placement="right" data-placement="right"
data-title="<div style=&quot;text-align: left;&quot;> data-trigger="hover"
Claim values: data-title="Claim values:"
data-content="<div style=&quot;text-align: left;&quot;>
<ul> <ul>
<c:forEach var="claim" items="${ claims[scope.value] }"> <c:forEach var="claim" items="${ claims[scope.value] }">
<li> <li>
@ -168,7 +169,7 @@
<!-- <!--
$(document).ready(function() { $(document).ready(function() {
$('.claim-tooltip').tooltip(); $('.claim-tooltip').popover();
}); });
//--> //-->

Loading…
Cancel
Save