diff options
author | marijus <mario@mariovavti.com> | 2014-10-27 21:31:54 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-27 21:31:54 +0100 |
commit | d192bcad65852bb9225a368d1bf42b8918ae6022 (patch) | |
tree | ef0b6312c72e9e4505b30c0a64203ad82ef32e8f /view/tpl/album_edit.tpl | |
parent | 6ff795a9f2e66b1b65ffc5e509dc459be5cc96bd (diff) | |
download | volse-hubzilla-d192bcad65852bb9225a368d1bf42b8918ae6022.tar.gz volse-hubzilla-d192bcad65852bb9225a368d1bf42b8918ae6022.tar.bz2 volse-hubzilla-d192bcad65852bb9225a368d1bf42b8918ae6022.zip |
do not reload page for edit album and some minor cleanup
Diffstat (limited to 'view/tpl/album_edit.tpl')
-rwxr-xr-x | view/tpl/album_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/album_edit.tpl b/view/tpl/album_edit.tpl index 61653c47c..84a47378b 100755 --- a/view/tpl/album_edit.tpl +++ b/view/tpl/album_edit.tpl @@ -3,7 +3,7 @@ <label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label> -<input type="text" size="64" name="albumname" value="{{$album}}" > +<input type="text" name="albumname" value="{{$album}}" > <div id="photo-album-edit-name-end"></div> |