P5-1593. Units added to an image editor initialization.

This commit is contained in:
EricaWind
2017-07-28 13:49:59 +03:00
parent 765bc78095
commit 796fb4d32b
4 changed files with 80 additions and 2 deletions
+5
View File
@@ -15,6 +15,11 @@
<input type="text" name="image_id" value="45810" />
<input type="text" name="w" value="100" />
<input type="text" name="h" value="100" />
Dimensions:
<select class="image-control" name="units">
<option value="cm">cm</option>
<option value="inch">inch</option>
</select>
Mirror: <input type="checkbox" class="image-control" name="mirror" />
No crop: <input type="checkbox" class="image-control" name="no-crop" />
Canvas Frame: