]> git.mxchange.org Git - friendica.git/commitdiff
make share button visible in preview
authorJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 20 Sep 2018 14:50:58 +0000 (16:50 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 20 Sep 2018 14:50:58 +0000 (16:50 +0200)
view/theme/frio/templates/jot.tpl

index c4ccdfd86419a422c13d4b11da177bfb9fed4328..7a4854ce44898882473424afc4ce524c9c6642fe 100644 (file)
                                        {{$acl}}
                                </div>
 
+                               <div id="jot-preview-content" class="minimize" aria-labelledby="jot-preview-lnk" role="tabpanel" aria-hidden="true"></div>
+
+                               <!-- TODO: better workaround than using id multiple for share button in preview-->
                                <div id="jot-preview-content" class="minimize" aria-labelledby="jot-preview-lnk" role="tabpanel" aria-hidden="true">
                                        <ul id="profile-jot-submit-wrapper" class="jothidden nav nav-pills">
                                                <li role="presentation" class="pull-right"><button class="btn btn-primary" type="submit" id="profile-jot-submit" name="submit" ><i class="fa fa-slideshare fa-fw" aria-hidden="true"></i> {{$share}}</button></li>