]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photo_album.tpl
Merge pull request #6615 from MrPetovan/bug/6336-restore-legacy-register-constants
[friendica.git] / view / theme / frio / templates / photo_album.tpl
index c991b03cfc949afff607506eeab44d8b51d6c642..a34e8ea8616483c0e4683c90642e9aa5e415881c 100644 (file)
@@ -12,9 +12,9 @@
 
                {{if $edit}}
                <span class="icon-padding"> </span>
-               <a id="album-edit-link" class="page-action faded-icon" href="{{$edit.1}}" title="{{$edit.0}}" data-toggle="tooltip">
+               <button id="album-edit-link" class="btn-link page-action faded-icon" type="button" data-modal-url="{{$edit.1}}" title="{{$edit.0}}" data-toggle="tooltip">
                        <i class="fa fa-pencil"></i>
-               </a>
+               </button>
                {{/if}}
 
                {{if ! $noorder}}
@@ -37,7 +37,7 @@
        </div>
        <div class="photo-album-end"></div>
 
-       {{$paginate}}
+       {{$paginate nofilter}}
 </div>
 
 <script type="text/javascript">$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>