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