Frio - fix missing modal for editing albums
[friendica.git/.git] / view / theme / frio / templates / album_edit.tpl
1 <div id="photo-album-edit-wrapper">
2         <form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
3                 <label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
4                 <div class="pull-left photo-album-edit-name">
5                         <input class="form-control" type="text" size="64" name="albumname" value="{{$album|escape:'html'}}" id="photo-album-edit-name">
6                 </div>
7
8                 <div class="pull-right">
9                         <input class="btn-primary btn btn-small" id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
10                         <input class="btn-primary btn btn-small" id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit|escape:'html'}}" onclick="return confirmDelete();" />
11                 </div>
12         </form>
13         <div class="clear"></div>
14 </div>
15 <div class="clear"></div>