]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/album_edit.tpl
modified: view/theme/smoothly/css/typography.css
[friendica.git] / view / theme / decaf-mobile / 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         <input id="photo-album-edit-form-confirm" type="hidden" name="confirm" value="1" />
4
5         <label id="photo-album-edit-name-label" for="photo-album-edit-name" >$nametext</label>
6         <input type="text" size="64" name="albumname" value="$album" >
7
8         <div id="photo-album-edit-name-end"></div>
9
10         <input id="photo-album-edit-submit" type="submit" name="submit" value="$submit" />
11         <input id="photo-album-edit-drop" type="submit" name="dropalbum" value="$dropsubmit" onclick="return confirmDelete(function(){remove('photo-album-edit-form-confirm');});" />
12
13 </form>
14 </div>
15 <div id="photo-album-edit-end" ></div>