keep the paperclip icon

This commit is contained in:
Mike Macgirvin 2023-03-13 21:34:06 -07:00
parent 38d551a13c
commit 565d088b2b

View file

@ -125,6 +125,11 @@
{{if $visitor}}
 
<div class="btn-group mr-2 ">
{{if $embedFiles || $writefiles}}
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$embedFiles}} " onclick="initializeEmbedFileDialog();return false;">
<i id="embed-photo" class="fa fa-paperclip jot-icons"></i>
</button>
{{/if}}
{{if $weblink}}
<button id="profile-link-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;">
@ -132,14 +137,6 @@
</button>
{{/if}}
<!-- new test button -->
{{if $embedFiles || $writefiles}}
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$embedFiles}} " onclick="initializeEmbedFileDialog();return false;">
<i id="embed-photo" class="fa fa-file-o jot-icons"></i>
</button>
{{/if}}
<!-- end new test button -->
<button type="button" id="profile-poll-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$poll}}" onclick="initPoll();">
<i id="profile-poll" class="fa fa-bar-chart jot-icons"></i>
</button>