aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-06 23:13:55 -0700
committerredmatrix <mike@macgirvin.com>2016-09-06 23:13:55 -0700
commitde03f7f9ce868198f280a4dabf15c76452b71b0a (patch)
tree0e130255e37208d7fdf45837c9137a5deea6a626 /view/tpl/photo_view.tpl
parent6e149a2dd350d4037fb89f5bfa2246c5f9a94800 (diff)
downloadvolse-hubzilla-de03f7f9ce868198f280a4dabf15c76452b71b0a.tar.gz
volse-hubzilla-de03f7f9ce868198f280a4dabf15c76452b71b0a.tar.bz2
volse-hubzilla-de03f7f9ce868198f280a4dabf15c76452b71b0a.zip
photo move to another album - resurrected from a temporary branch where the work had gotten lost
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-xview/tpl/photo_view.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index ec827d990..db5ffe3f5 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -79,6 +79,9 @@
<input name="newtag" id="photo-edit-newtag" class="form-control" title="{{$edit.help_tags}}" type="text" />
</div>
<div class="form-group">
+ {{include file="field_select.tpl" field=$edit.album_select}}
+ </div>
+ <div class="form-group">
<label class="radio-inline" id="photo-edit-rotate-cw-label" for="photo-edit-rotate-cw"><input id="photo-edit-rotate-cw" type="radio" name="rotate" value="1" />{{$edit.rotatecw}}</label>
<label class="radio-inline" id="photo-edit-rotate-ccw-label" for="photo-edit-rotate-ccw"><input id="photo-edit-rotate-ccw" type="radio" name="rotate" value="2" />{{$edit.rotateccw}}</label>
</div>