aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/configure.html
diff options
context:
space:
mode:
authorEmilien Klein <emilien@klein.st>2015-02-21 14:45:48 +0100
committerEmilien Klein <emilien@klein.st>2015-02-21 14:45:48 +0100
commit0c5746061e49fb857ce2c170ade8ad7dc594a405 (patch)
treef77585efe4d00c7a81c4599fdaed951d01b2459e /tpl/configure.html
parentbe3f0b4ec361f63a6fa4ed8291c912c9a426cd16 (diff)
parent329e0768792b4fd22e548c0e1c4153aec3d6bcd1 (diff)
downloadShaarli-0c5746061e49fb857ce2c170ade8ad7dc594a405.tar.gz
Shaarli-0c5746061e49fb857ce2c170ade8ad7dc594a405.tar.zst
Shaarli-0c5746061e49fb857ce2c170ade8ad7dc594a405.zip
Merge pull request #120 from ArthurHoaro/optionalupdate
shaarli/Shaarli#34: Make update check optional
Diffstat (limited to 'tpl/configure.html')
-rw-r--r--tpl/configure.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/configure.html b/tpl/configure.html
index c096018b..887be327 100644
--- a/tpl/configure.html
+++ b/tpl/configure.html
@@ -30,6 +30,10 @@
30 <input type="checkbox" name="enableRssPermalinks" id="enableRssPermalinks" {if="!empty($GLOBALS['config']['ENABLE_RSS_PERMALINKS'])"}checked{/if}/><label for="enableRssPermalinks">&nbsp;Switches the RSS feed URLs between full URLs and shortlinks. Enabling it will show a permalink in the description, and the feed item will be linked to the absolute URL. Disabling it swaps this behaviour around (permalink in title and link in description). RSS Permalinks are currently <b>{if="$GLOBALS['config']['ENABLE_RSS_PERMALINKS']"}enabled{else}disabled{/if}</b></label> 30 <input type="checkbox" name="enableRssPermalinks" id="enableRssPermalinks" {if="!empty($GLOBALS['config']['ENABLE_RSS_PERMALINKS'])"}checked{/if}/><label for="enableRssPermalinks">&nbsp;Switches the RSS feed URLs between full URLs and shortlinks. Enabling it will show a permalink in the description, and the feed item will be linked to the absolute URL. Disabling it swaps this behaviour around (permalink in title and link in description). RSS Permalinks are currently <b>{if="$GLOBALS['config']['ENABLE_RSS_PERMALINKS']"}enabled{else}disabled{/if}</b></label>
31 </td> 31 </td>
32 </tr> 32 </tr>
33 <tr><td valign="top"><b>Update:</b></td><td>
34 <input type="checkbox" name="updateCheck" id="updateCheck" {if="!empty($GLOBALS['config']['ENABLE_UPDATECHECK'])"}checked{/if}/>
35 <label for="updateCheck">&nbsp;Notify me when a new release is ready</label></td>
36 </tr>
33 <tr><td></td><td class="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr> 37 <tr><td></td><td class="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
34 </table> 38 </table>
35 </form> 39 </form>