diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-15 11:47:12 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 (patch) | |
tree | 6a8b3b2706b253a782a0b094e977524dccdf68da /tpl/configure.html | |
parent | 0aec972a8bee1689ae79a436ae6e4236022b52ef (diff) | |
download | Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.gz Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.zst Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.zip |
Template upgrade to handle plugin zones
Add a bunch of plugin placeholders in templates
Diffstat (limited to 'tpl/configure.html')
-rw-r--r-- | tpl/configure.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/configure.html b/tpl/configure.html index e4bd0760..9c725a51 100644 --- a/tpl/configure.html +++ b/tpl/configure.html | |||
@@ -38,6 +38,7 @@ | |||
38 | <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}/> |
39 | <label for="updateCheck"> Notify me when a new release is ready</label></td> | 39 | <label for="updateCheck"> Notify me when a new release is ready</label></td> |
40 | </tr> | 40 | </tr> |
41 | |||
41 | <tr><td></td><td class="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr> | 42 | <tr><td></td><td class="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr> |
42 | </table> | 43 | </table> |
43 | </form> | 44 | </form> |