]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/smarty3/album_edit.tpl
094da70a9324d53b75ce591d33e243120890e98b
[friendica.git] / view / theme / decaf-mobile / smarty3 / album_edit.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="photo-album-edit-wrapper">
7 <form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
8         <input id="photo-album-edit-form-confirm" type="hidden" name="confirm" value="1" />
9
10         <label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
11         <input type="text" size="64" name="albumname" value="{{$album}}" >
12
13         <div id="photo-album-edit-name-end"></div>
14
15         <input id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
16         <input id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" onclick="return confirmDelete(function(){remove('photo-album-edit-form-confirm');});" />
17
18 </form>
19 </div>
20 <div id="photo-album-edit-end" ></div>