|
@@ 169-171 (lines=3) @@
|
| 166 |
|
<th scope="row"><label for="podlove_subscribe_button_default_size"><?php _e('Size', 'podlove'); ?></label></th> |
| 167 |
|
<td> |
| 168 |
|
<select name="podlove_subscribe_button_default_size" id="podlove_subscribe_button_default_size"> |
| 169 |
|
<?php foreach (\PodloveSubscribeButton\Model\Button::$size as $value => $description) : ?> |
| 170 |
|
<option value="<?php echo $value; ?>" <?php echo ( $settings['size'] == $value ? "selected" : '' ); ?>><?php echo $description; ?></option> |
| 171 |
|
<?php endforeach; ?> |
| 172 |
|
</select> |
| 173 |
|
</td> |
| 174 |
|
</tr> |
|
@@ 191-193 (lines=3) @@
|
| 188 |
|
<th scope="row"><label for="podlove_subscribe_button_default_style"><?php _e('Style', 'podlove'); ?></label></th> |
| 189 |
|
<td> |
| 190 |
|
<select name="podlove_subscribe_button_default_style" id="podlove_subscribe_button_default_style"> |
| 191 |
|
<?php foreach (\PodloveSubscribeButton\Model\Button::$style as $value => $description) : ?> |
| 192 |
|
<option value="<?php echo $value; ?>" <?php echo ( $settings['style'] == $value ? "selected" : '' ); ?>><?php echo $description; ?></option> |
| 193 |
|
<?php endforeach; ?> |
| 194 |
|
</select> |
| 195 |
|
</td> |
| 196 |
|
</tr> |
|
@@ 201-203 (lines=3) @@
|
| 198 |
|
<th scope="row"><label for="podlove_subscribe_button_default_format"><?php _e('Format', 'podlove'); ?></label></th> |
| 199 |
|
<td> |
| 200 |
|
<select name="podlove_subscribe_button_default_format" id="podlove_subscribe_button_default_format"> |
| 201 |
|
<?php foreach (\PodloveSubscribeButton\Model\Button::$format as $value => $description) : ?> |
| 202 |
|
<option value="<?php echo $value; ?>" <?php echo ( $settings['format'] == $value ? "selected" : '' ); ?>><?php echo $description; ?></option> |
| 203 |
|
<?php endforeach; ?> |
| 204 |
|
</select> |
| 205 |
|
</td> |
| 206 |
|
</tr> |