allow rotation either CW or CCW

This commit is contained in:
Zach Prezkuta 2012-06-20 20:36:10 -06:00
parent 75e82dc077
commit 54c76ca822
2 changed files with 18 additions and 11 deletions

View file

@ -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>