]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/album_edit.tpl
Merge pull request #11455 from annando/update-avatar
[friendica.git] / view / templates / album_edit.tpl
index 72aedd8b70aa02afc9a0f5e588a6eaa1401ea2e8..dd4459fe9efed263fd977b0d8965d41b08440d05 100644 (file)
@@ -1,16 +1,15 @@
 
 <div id="photo-album-edit-wrapper">
-<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
+<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post">
 
 
-<label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
-<input type="text" size="64" name="albumname" value="{{$album}}" >
+<label id="photo-album-edit-name-label" for="photo-album-edit-name">{{$nametext}}</label>
+<input type="text" size="64" name="albumname" value="{{$album}}">
 
 <div id="photo-album-edit-name-end"></div>
 
 <input id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
-<input id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" onclick="return confirmDelete();" />
 
 </form>
 </div>
-<div id="photo-album-edit-end" ></div>
+<div id="photo-album-edit-end"></div>