Skip to content

Commit

Permalink
Merge 1b5c97d into a9c81b2
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed Mar 25, 2021
2 parents a9c81b2 + 1b5c97d commit dd77899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h5>Date Last Modified:</h5>
{{/if}} {{else}}
<!-- not public -->

{{#if edit}}

<div class="pull-right" style="position:relative;z-index:1">
{{#if largeLibrary}}
<button
Expand Down Expand Up @@ -184,6 +184,7 @@ <h5>Date Last Modified:</h5>
</button>
{{/if}}
</div>
{{#if edit}}
<div class="editable-item">
<h2>
{{name}}
Expand Down Expand Up @@ -265,6 +266,9 @@ <h5>Owner:</h5>
{{owner}}
</div>
<br />
{{#compare permission "none"}}
<br/>
{{else}}
{{#compare permission "read"}}
<br />
<p>
Expand Down Expand Up @@ -320,6 +324,7 @@ <h5>Owner:</h5>
</div>

{{/compare}}
{{/compare}}
</div>

<!-- tabs -->
Expand Down
2 changes: 2 additions & 0 deletions src/js/widgets/library_list/templates/library-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ <h3 class="record-deleted"><i class="icon-success" aria-hidden="true" /> Record
</div>
<div class="col-sm-6">
<div class="button-toolbar">
{{#if editRecords}}
<button class="btn btn-danger btn-sm hidden" id="bulk-delete">Delete Selected</button>
{{/if}}
<button class="btn btn-default btn-sm hidden" id="bulk-limit">
<i class="fa fa-archive" aria-hidden="true"></i> Show Selection in Results Page
</button>
Expand Down

0 comments on commit dd77899

Please sign in to comment.