Hypolite Petovan
5dd6e6b5fb
- Moved confirm dialogs to photos_content() - Removed comments/interactions from photo edit page
16 lines
512 B
Smarty
16 lines
512 B
Smarty
|
|
<div id="photo-album-edit-wrapper">
|
|
<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}}" >
|
|
|
|
<div id="photo-album-edit-name-end"></div>
|
|
|
|
<input id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
|
|
|
|
</form>
|
|
</div>
|
|
<div id="photo-album-edit-end" ></div>
|