get the title working

This commit is contained in:
Ray 2023-02-18 07:17:36 -05:00
parent 3b35bddba5
commit c0e459f7c2
2 changed files with 2 additions and 2 deletions

View file

@ -915,7 +915,7 @@ class ThreadItem
'$edquote' => t('Quote'),
'$edcode' => t('Code'),
'$edimg' => t('Image'),
'$edatt' => t('Attach/Upload file'),
'$edatt' => t('Embed a File'),
'$edurl' => t('Insert Link'),
'$edvideo' => t('Video'),
'$preview' => t('Preview'),

View file

@ -54,7 +54,7 @@
*}}
<!-- new test button -->
{{* {{if $embedPhotos || $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 id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm " title="{{$edatt}} " onclick="initializeEmbedFileDialog();return false;"><i id="embed-photo" class="fa fa-file-o jot-icons"></i>
</button>
{{* {{/if}} *}}
<!-- end new test button -->