summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/pathchooser.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/pathchooser.html')
-rw-r--r--module/web/templates/default/pathchooser.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/pathchooser.html b/module/web/templates/default/pathchooser.html
index d00637055..1467fe926 100644
--- a/module/web/templates/default/pathchooser.html
+++ b/module/web/templates/default/pathchooser.html
@@ -22,7 +22,7 @@
{
document.forms[0].p.value = file;
setValid();
-
+
}
</script>
<link rel="stylesheet" type="text/css" href="/media/default/css/pathchooser.css"/>
@@ -34,7 +34,7 @@
<input type="text" name="p" value="{{ oldfile|default(cwd) }}" size="60" onfocus="setValid();">
<input type="submit" value="Ok" name="send">
</form>
-
+
{% if type == 'folder' %}
<span class="path_abs_rel">{{_("Path")}}: <a href="{{ "/pathchooser" + cwd|path_make_absolute|quotepath }}"{% if absolute %} style="text-decoration: underline;"{% endif %}>{{_("absolute")}}</a> | <a href="{{ "/pathchooser/" + cwd|path_make_relative|quotepath }}"{% if not absolute %} style="text-decoration: underline;"{% endif %}>{{_("relative")}}</a></span>
{% else %}