fix url description and add english translation
This commit is contained in:
parent
5fa4272484
commit
90d1135904
|
@ -26,6 +26,7 @@
|
||||||
"config-tor": "Use Tor",
|
"config-tor": "Use Tor",
|
||||||
"config-get-only": "GET Requests Only",
|
"config-get-only": "GET Requests Only",
|
||||||
"config-url": "Root URL",
|
"config-url": "Root URL",
|
||||||
|
"config-url-pref": "Preferences URL",
|
||||||
"config-css": "Custom CSS",
|
"config-css": "Custom CSS",
|
||||||
"load": "Load",
|
"load": "Load",
|
||||||
"apply": "Apply",
|
"apply": "Apply",
|
||||||
|
|
|
@ -236,10 +236,13 @@
|
||||||
{{ config.style.replace('\t', '') }}
|
{{ config.style.replace('\t', '') }}
|
||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="config-div config-div-pref-url">
|
{% if config.preferences %}
|
||||||
<label for="config-pref-url">{{ translation['config-url'] }}: </label>
|
<div class="config-div config-div-pref-url">
|
||||||
<input type="text" name="pref-url" id="config-pref-url" value="{{ config.url }}?preferences={{ config.preferences }}">
|
<label for="config-pref-url">{{ translation['config-url-pref'] }}: </label>
|
||||||
</div>
|
<input type="text" name="pref-url" id="config-pref-url" value="{{ config.url }}?preferences={{ config.preferences }}">
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="config-div config-buttons">
|
<div class="config-div config-buttons">
|
||||||
<input type="submit" id="config-load" value="{{ translation['load'] }}">
|
<input type="submit" id="config-load" value="{{ translation['load'] }}">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user