2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2018-07-20 19:23:51 +00:00
|
|
|
<div id="photo-album-edit-wrapper">
|
2021-05-19 21:47:15 +00:00
|
|
|
<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>
|
2018-09-05 16:24:04 +00:00
|
|
|
<div class="pull-left photo-album-edit-name">
|
2018-12-14 03:28:12 +00:00
|
|
|
<input class="form-control" type="text" size="64" name="albumname" value="{{$album}}" id="photo-album-edit-name">
|
2018-09-05 16:24:04 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="pull-right">
|
2018-12-14 03:28:12 +00:00
|
|
|
<input class="btn-primary btn btn-small" id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
|
2018-09-05 16:24:04 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<div class="clear"></div>
|
2018-07-20 19:23:51 +00:00
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|