Skip to content

Commit

Permalink
Make storage time limit more apparent in UI. Rephrase to clarify that…
Browse files Browse the repository at this point in the history
… this refers to time since publication, not time since fetching. Fixes #91
  • Loading branch information
jackjamieson2 committed Nov 4, 2019
1 parent f381894 commit bdc6ad1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions templates/yarns-microsub-general-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
?>


<h2> Yarns options </h2>
<label for="yarns-storage-period">Store posts published within the past <input type="number" min="1" id="yarns-storage-period" name="yarns-storage-period" value="<?php echo $storage_period; ?>" size="3" ></input> days.</label>
<br>(Feed items older than this will be removed, and posts older than this will not be saved to your feeds).
<br><br>
<label for="yarns-toggle-debug">Show debug options: <input id="yarns-toggle-debug" type="checkbox" <?php echo $debug_checked; ?> ></input></label>
<br><br><a class="button" id="yarns-save-options">Save options</a>


<h2> Channels </h2>

<div id='yarns-channels'>
Expand All @@ -29,14 +37,9 @@
<a class="button" id="yarns-channel-add">+ Add channel</a>


<h2> Yarns options </h2>
<label for="yarns-storage-period">Number of days to store feed items before deleting: <input type="number" min="1" id="yarns-storage-period" name="yarns-storage-period" value="<?php echo $storage_period; ?>" size="3" ></input></label>
<br><br>
<label for="yarns-toggle-debug">Show debug options: <input id="yarns-toggle-debug" type="checkbox" <?php echo $debug_checked; ?> ></input></label>



<br><br><a class="button" id="yarns-save-options">Save options</a>



Expand Down

0 comments on commit bdc6ad1

Please sign in to comment.