File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,14 @@ function getOption ($name, $default = null) {
6565 <fieldset class="options">
6666 <label>Min image width: <input type="number" name="options[minImageWidth]" value="<?php echo getOption ('minImageWidth ' , 0 ); ?> "></label>
6767 <label>Min image height: <input type="number" name="options[minImageHeight]" value="<?php echo getOption ('minImageHeight ' , 0 ); ?> "></label>
68-
69- <label><input type="checkbox" name="options[getBiggerImage]" value="1" <?php echo getOption ('getBiggerImage ' ) ? 'checked ' : '' ; ?> > Get bigger image</label>
70- <label><input type="checkbox" name="options[getBiggerIcon]" value="1" <?php echo getOption ('getBiggerIcon ' ) ? 'checked ' : '' ; ?> > Get bigger icon</label>
71- <br>
72- <label>Facebook access token<input type="text" name="options[facebookAccessToken]" value="<?php echo getOption ('facebookAccessToken ' ); ?> "></label>
68+ <p>
69+ <label><input type="checkbox" name="options[getBiggerImage]" value="1" <?php echo getOption ('getBiggerImage ' ) ? 'checked ' : '' ; ?> > Get bigger image</label>
70+ <label><input type="checkbox" name="options[getBiggerIcon]" value="1" <?php echo getOption ('getBiggerIcon ' ) ? 'checked ' : '' ; ?> > Get bigger icon</label>
71+ </p>
72+ <p>
73+ <label>Facebook access token: <input type="text" name="options[facebookAccessToken]" value="<?php echo getOption ('facebookAccessToken ' ); ?> "></label><br>
74+ <label>Soundcloud client id: <input type="text" name="options[soundcloudClientId]" value="<?php echo getOption ('soundcloudClientId ' , 'YOUR_CLIENT_ID ' ); ?> "></label>
75+ </p>
7376 </fieldset>
7477 </form>
7578
You can’t perform that action at this time.
0 commit comments