mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
allow rotation either CW or CCW
This commit is contained in:
parent
75e82dc077
commit
54c76ca822
2 changed files with 18 additions and 11 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue