583eb6d1b7154e2c0e8ce0dff30fc79144e1d662
[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" style="width: 100%;">
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>
14 <div class="clear"></div>