aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_edit.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-20 21:11:00 -0700
committerfriendica <info@friendica.com>2012-06-20 21:11:00 -0700
commit788a6626ef4bd9607f33bbffd0eea0c05a4578c0 (patch)
treed9070d30e1dd9d06ded8e69d9cf8841ae8bdbffb /view/photo_edit.tpl
parent0a302e100d6b7f4be56af46a352f5bb4778fb96e (diff)
parenta64d0ac90542bfbd95e0391066f9722f6162b97c (diff)
downloadvolse-hubzilla-788a6626ef4bd9607f33bbffd0eea0c05a4578c0.tar.gz
volse-hubzilla-788a6626ef4bd9607f33bbffd0eea0c05a4578c0.tar.bz2
volse-hubzilla-788a6626ef4bd9607f33bbffd0eea0c05a4578c0.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/photo_edit.tpl')
-rw-r--r--view/photo_edit.tpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl
index f6059a7ec..85d5fb8e2 100644
--- a/view/photo_edit.tpl
+++ b/view/photo_edit.tpl
@@ -18,8 +18,12 @@
<div id="photo-edit-tags-end"></div>
<div id="photo-edit-rotate-wrapper">
- <div id="photo-edit-rotate-label">$rotate</div>
- <input type="checkbox" name="rotate" value="1" />
+ <div id="photo-edit-rotate-label">
+ $rotatecw<br>
+ $rotateccw
+ </div>
+ <input type="radio" name="rotate" value="1" /><br>
+ <input type="radio" name="rotate" value="2" />
</div>
<div id="photo-edit-rotate-end"></div>