diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-11-08 18:53:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 18:53:32 +0100 |
commit | e813f97b1af314e9391e6d4e734dc7cca5b0bc2c (patch) | |
tree | bcfb27e7b6df8f684b77917ae33b7deca05fc46f | |
parent | d12b2a08c886a652d1edbacb287788814a8ef7f1 (diff) | |
parent | a89f423dfa0eeb85be41321eb3867348a33665fb (diff) | |
download | Shaarli-e813f97b1af314e9391e6d4e734dc7cca5b0bc2c.tar.gz Shaarli-e813f97b1af314e9391e6d4e734dc7cca5b0bc2c.tar.zst Shaarli-e813f97b1af314e9391e6d4e734dc7cca5b0bc2c.zip |
Merge pull request #1013 from ArthurHoaro/theme/remove-redirector
Remove redirector setting from Configure page
-rw-r--r-- | tpl/default/configure.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index cc3b299b..a63c7ad3 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -129,21 +129,6 @@ | |||
129 | </div> | 129 | </div> |
130 | </div> | 130 | </div> |
131 | </div> | 131 | </div> |
132 | <div class="pure-g"> | ||
133 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> | ||
134 | <div class="form-label"> | ||
135 | <label for="redirector"> | ||
136 | <span class="label-name">{'Redirector'|t}</span><br> | ||
137 | <span class="label-desc">{'e. g.'|t} <i>http://anonym.to/?</i> {'will mask the HTTP_REFERER'|t}</span> | ||
138 | </label> | ||
139 | </div> | ||
140 | </div> | ||
141 | <div class="pure-u-lg-{$ratioInput} pure-u-1 "> | ||
142 | <div class="form-input"> | ||
143 | <input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"> | ||
144 | </div> | ||
145 | </div> | ||
146 | </div> | ||
147 | <div class="clear"></div> | 132 | <div class="clear"></div> |
148 | <div class="pure-g"> | 133 | <div class="pure-g"> |
149 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile} "> | 134 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile} "> |