frio - add missing page template to various photo pages (fix missing background) (#5613)
This commit is contained in:
parent
1283b99c6f
commit
e1d2ee3400
2 changed files with 43 additions and 42 deletions
|
@ -3,7 +3,7 @@
|
|||
{{* "live-photos" is needed for js autoupdate *}}
|
||||
<div id="live-photos"></div>
|
||||
|
||||
<div id="photo-view-{{$id}}" class="general-content-wrapper">
|
||||
<div id="photo-view-{{$id}}" class="generic-page-wrapper">
|
||||
<h3><a href="{{$album.0}}">{{$album.1}}</a></h3>
|
||||
|
||||
<div id="photo-edit-link-wrap">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<div class="generic-page-wrapper">
|
||||
|
||||
<h3>{{$pagename}}</h3>
|
||||
|
||||
|
@ -11,6 +12,7 @@
|
|||
<input class="form-control" id="photos-upload-newalbum" type="text" name="newalbum" />
|
||||
</div>
|
||||
<div id="photos-upload-new-end"></div>
|
||||
|
||||
<div id="photos-upload-exist-wrapper">
|
||||
<div id="photos-upload-existing-album-div">
|
||||
<label id="photos-upload-existing-album-text" for="photos-upload-album-select">{{$existalbumtext}}</label>
|
||||
|
@ -26,7 +28,6 @@
|
|||
<label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="photos-upload-perms" class="photos-upload-perms pull-right" >
|
||||
<a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
|
||||
<span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
|
||||
|
@ -49,4 +50,4 @@
|
|||
|
||||
<div class="photos-upload-end" ></div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue