diff options
author | Christophe HENRY <christophe.henry@sbgodin.fr> | 2014-07-27 16:30:03 +0200 |
---|---|---|
committer | Christophe HENRY <christophe.henry@sbgodin.fr> | 2014-07-27 23:32:41 +0200 |
commit | e411f7f9d7682256fdba017d409e8356c4644ab9 (patch) | |
tree | f37331c62b13c2ce357f82b48f895e30fcd275ab /tpl/configure.html | |
parent | ebb2880dfcfd16b07744c6a2f98edb82133bfb04 (diff) | |
download | Shaarli-e411f7f9d7682256fdba017d409e8356c4644ab9.tar.gz Shaarli-e411f7f9d7682256fdba017d409e8356c4644ab9.tar.zst Shaarli-e411f7f9d7682256fdba017d409e8356c4644ab9.zip |
Adds the tip for the title link in the configuration page
Diffstat (limited to 'tpl/configure.html')
-rw-r--r-- | tpl/configure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/configure.html b/tpl/configure.html index 2a433ad0..ef20e94e 100644 --- a/tpl/configure.html +++ b/tpl/configure.html | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | <tr><td><b>Page title:</b></td><td><input type="text" name="title" id="title" size="50" value="{$title}"></td></tr> | 12 | <tr><td><b>Page title:</b></td><td><input type="text" name="title" id="title" size="50" value="{$title}"></td></tr> |
13 | 13 | ||
14 | <tr><td><b>Title link:</b></td><td><input type="text" name="titleLink" id="titleLink" size="50" value="{$titleLink}"></td></tr> | 14 | <tr><td><b>Title link:</b></td><td><input type="text" name="titleLink" id="titleLink" size="50" value="{$titleLink}"><br/><label for="titleLink">(default value is: ?)</label></td></tr> |
15 | <tr><td valign="top"><b>Timezone:</b></td><td valign="top">{$timezone_form}</td></tr> | 15 | <tr><td valign="top"><b>Timezone:</b></td><td valign="top">{$timezone_form}</td></tr> |
16 | 16 | ||
17 | <tr><td valign="top"><b>Redirector</b></td><td><input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"><br>(e.g. <i>http://anonym.to/?</i> will mask the HTTP_REFERER)</td></tr> | 17 | <tr><td valign="top"><b>Redirector</b></td><td><input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"><br>(e.g. <i>http://anonym.to/?</i> will mask the HTTP_REFERER)</td></tr> |