aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-04-10 20:30:33 +0200
committernodiscc <nodiscc@gmail.com>2015-04-10 20:30:33 +0200
commit0c45b01cc2af1d0c8771f4c20de3e8f732c93080 (patch)
tree4775671ecf60696f2483c1275d4c641b3936ee47 /tpl
parent507849290c802b2a2a45541d6888108a9aef238b (diff)
parent8fa1ebd6059050566bd685c23d88ff4f60a20c55 (diff)
downloadShaarli-0c45b01cc2af1d0c8771f4c20de3e8f732c93080.tar.gz
Shaarli-0c45b01cc2af1d0c8771f4c20de3e8f732c93080.tar.zst
Shaarli-0c45b01cc2af1d0c8771f4c20de3e8f732c93080.zip
Merge remote-tracking branch 'pikzen/disable-public' into next
Diffstat (limited to 'tpl')
-rw-r--r--tpl/configure.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/configure.html b/tpl/configure.html
index 373d0690..01f846cc 100644
--- a/tpl/configure.html
+++ b/tpl/configure.html
@@ -27,6 +27,13 @@
27 <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> 27 <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>
28 </td> 28 </td>
29 </tr> 29 </tr>
30 <tr>
31 <td valign="top"><b>Disable public links</b></td>
32 <td>
33 <input type="checkbox" name="disablePublicLinks" id="disablePublicLinks" {if="!empty($GLOBALS['config']['DISABLE_PUBLIC_LINKS'])"}checked{/if}/><label for="disablePublicLinks">&nbsp;
34 Do not show any links if the user is not logged in.</label>
35 </td>
36 </tr>
30 <tr><td valign="top"><b>Update:</b></td><td> 37 <tr><td valign="top"><b>Update:</b></td><td>
31 <input type="checkbox" name="updateCheck" id="updateCheck" {if="!empty($GLOBALS['config']['ENABLE_UPDATECHECK'])"}checked{/if}/> 38 <input type="checkbox" name="updateCheck" id="updateCheck" {if="!empty($GLOBALS['config']['ENABLE_UPDATECHECK'])"}checked{/if}/>
32 <label for="updateCheck">&nbsp;Notify me when a new release is ready</label></td> 39 <label for="updateCheck">&nbsp;Notify me when a new release is ready</label></td>