Skip to content

Commit ef5e6a6

Browse files
committed
GERONIMO-6360: Usability fix: reduce area which mouse click causes the detailed resource view to collapse - makes it easier to select and copy the data
git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/branches/3.0@1352982 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1c88c80 commit ef5e6a6

File tree

1 file changed

+2
-2
lines changed
  • plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/obrmanager

1 file changed

+2
-2
lines changed

plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/obrmanager/OBRManager.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
<input name="selected-resources" type="checkbox" value="${resourceInfo.symbolicName}/${resourceInfo.version}"/>
144144
</td>
145145
<!-- bundle symbolicName -->
146-
<td onclick="showHideById('${resourceInfo.id}')">
147-
<div style="cursor:pointer;clear:both;" onmouseover="highlightBgColor(this)" onmouseout="recoverBgColor(this)">${resourceInfo.symbolicName} (${resourceInfo.version})</div>
146+
<td>
147+
<div style="cursor:pointer;clear:both;" onmouseover="highlightBgColor(this)" onmouseout="recoverBgColor(this)" onclick="showHideById('${resourceInfo.id}')">${resourceInfo.symbolicName} (${resourceInfo.version})</div>
148148
<div id="${resourceInfo.id}" style="background-color:#F0F8FF;display:none">
149149
<table width="100%" class="TableLine" cellpadding="3">
150150
<!-- bundle id -->

0 commit comments

Comments
 (0)