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) {
65
65
<fieldset class="options">
66
66
<label>Min image width: <input type="number" name="options[minImageWidth]" value="<?php echo getOption ('minImageWidth ' , 0 ); ?> "></label>
67
67
<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>
73
76
</fieldset>
74
77
</form>
75
78
You can’t perform that action at this time.
0 commit comments