mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:43:42 +00:00
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,9 +1,10 @@
|
|||
<div class="generic-page-wrapper">
|
||||
|
||||
<h3>{{$pagename}}</h3>
|
||||
<h3>{{$pagename}}</h3>
|
||||
|
||||
<div id="photos-usage-message">{{$usage}}</div>
|
||||
<div id="photos-usage-message">{{$usage}}</div>
|
||||
|
||||
<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
|
||||
<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
|
||||
<div id="photos-upload-new-wrapper" >
|
||||
<div id="photos-upload-newalbum-div">
|
||||
<label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
|
||||
|
@ -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}}
|
||||
|
@ -48,5 +49,5 @@
|
|||
{{$default_upload_submit}}
|
||||
|
||||
<div class="photos-upload-end" ></div>
|
||||
</form>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue