Skip to content

Commit

Permalink
Merge pull request #64 from sdtabilit/feature/SLTS-11-disable-search-…
Browse files Browse the repository at this point in the history
…on-point-hierarchy

SLTS-11 Disable search in version 0.0.7
  • Loading branch information
grzesiekb authored Nov 7, 2016
2 parents 4a5f797 + ce1e4df commit 179f464
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions WebContent/WEB-INF/jsp/pointHierarchySLTS.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ thead th {
<div class="row">
<div class="col-md-12">
<c:if test="${!empty sessionUser}">
<!--
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Expand All @@ -316,15 +317,15 @@ thead th {
class="table table-striped table-hover table-condensed table-bordered fancytree-container fancytree-ext-table ">
<colgroup>
<col width="*">
<!--<col width="100px">-->
<!--<col width="100px">-->
<col width="100px">
<col width="100px">
<col width="100px">
</colgroup>
<thead>
<tr>
<th>Name</th>
<!-- <th>Actions</th> -->
<!-- <th>Path</th> -->
<th>Actions</th>
<th>Path</th>
<th>Folder/Point</th>
</tr>
</thead>
Expand All @@ -338,7 +339,8 @@ thead th {
<div class=".col-sm-6">
</div>
</div>
</div>
</div> -->

<div class="panel panel-default">
<div class="panel-heading help">
<b><fmt:message key="pointHierarchySLTS.pointHierarchy" /></b> <span
Expand Down

0 comments on commit 179f464

Please sign in to comment.