Update Customizer.html

master
Andreas Rozek 2022-01-13 08:43:27 +01:00
parent f3ba11492d
commit 174cc4c014
1 changed files with 12 additions and 12 deletions

View File

@ -437,7 +437,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-size" value="simple"> <input type="radio" name="clock-size" value="simple">
<img src="/AC-AC/simpleClockSize.png"/> <img src="simpleClockSize.png"/>
</label><br> </label><br>
simple simple
</td> </td>
@ -445,7 +445,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-size" value="smart" checked> <input type="radio" name="clock-size" value="smart" checked>
<img src="/AC-AC/smartClockSize.png"/> <img src="smartClockSize.png"/>
</label><br> </label><br>
smart smart
</td> </td>
@ -453,7 +453,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-size" value="custom"> <input type="radio" name="clock-size" value="custom">
<img src="/AC-AC/custom.png"/> <img src="custom.png"/>
</label><br> </label><br>
(custom) (custom)
</td> </td>
@ -476,7 +476,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-face" value="none" checked> <input type="radio" name="clock-face" value="none" checked>
<img src="/AC-AC/none.png"/> <img src="none.png"/>
</label><br> </label><br>
none none
</td> </td>
@ -484,7 +484,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-face" value="four-fold"> <input type="radio" name="clock-face" value="four-fold">
<img src="/AC-AC/fourfoldClockFace.png"/> <img src="fourfoldClockFace.png"/>
</label><br> </label><br>
four-fold four-fold
</td> </td>
@ -492,7 +492,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-face" value="twelve-fold"> <input type="radio" name="clock-face" value="twelve-fold">
<img src="/AC-AC/twelvefoldClockFace.png"/> <img src="twelvefoldClockFace.png"/>
</label><br> </label><br>
twelve-fold twelve-fold
</td> </td>
@ -500,7 +500,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-face" value="rainbow"> <input type="radio" name="clock-face" value="rainbow">
<img src="/AC-AC/RainbowClockFace.png"/> <img src="RainbowClockFace.png"/>
</label><br> </label><br>
"rainbow"<br>colored "rainbow"<br>colored
</td> </td>
@ -508,7 +508,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-face" value="custom"> <input type="radio" name="clock-face" value="custom">
<img src="/AC-AC/custom.png"/> <img src="custom.png"/>
</label><br> </label><br>
(custom) (custom)
</td> </td>
@ -545,7 +545,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-hands" value="simple"> <input type="radio" name="clock-hands" value="simple">
<img src="/AC-AC/simpleClockHands.png"/> <img src="simpleClockHands.png"/>
</label><br> </label><br>
simple simple
</td> </td>
@ -553,7 +553,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-hands" value="rounded" checked> <input type="radio" name="clock-hands" value="rounded" checked>
<img src="/AC-AC/roundedClockHands.png"/> <img src="roundedClockHands.png"/>
</label><br> </label><br>
rounded rounded
</td> </td>
@ -561,7 +561,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-hands" value="hollow"> <input type="radio" name="clock-hands" value="hollow">
<img src="/AC-AC/hollowClockHands.png"/> <img src="hollowClockHands.png"/>
</label><br> </label><br>
hollow hollow
</td> </td>
@ -569,7 +569,7 @@ console.log(AppSource)
<td> <td>
<label class="Preview"> <label class="Preview">
<input type="radio" name="clock-hands" value="custom"> <input type="radio" name="clock-hands" value="custom">
<img src="/AC-AC/custom.png"/> <img src="custom.png"/>
</label><br> </label><br>
(custom) (custom)
</td> </td>