commit | c21c0d40ceab89ebb0088004f3128006633a546a | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 15 08:45:47 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 15 08:45:47 2010 +0000 |
tree | 7de1762760cddc1df89cbe5b1d96d932f03a6481 | |
parent | 59496911a5d27deb40fca823ec95ef6d5a703ada [diff] [blame] |
Fixed FELIX-2285 /Bundles Plugin doesn't render the bundles name in IE/ https://issues.apache.org/jira/browse/FELIX-2285 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@934329 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles.html b/webconsole/src/main/resources/templates/bundles.html index 3ec8bb0..908a0e9 100644 --- a/webconsole/src/main/resources/templates/bundles.html +++ b/webconsole/src/main/resources/templates/bundles.html
@@ -80,8 +80,8 @@ <tr><!-- template --> <td> </td><!-- ID --> <td> - <span class="ui-icon ui-icon-triangle-1-e" style="display: inline-block" title="Show Details"> </span> - <span> </span> <!-- here goest bundle name/link --> + <div class="bIcon ui-icon ui-icon-triangle-1-e" title="Show Details"> </div> + <div class="bName"> </div> <!-- here goest bundle name/link --> </td> <td> </td><!-- version --> <td> </td><!-- symbolic name -->