summaryrefslogtreecommitdiffstats
path: root/module/webui/themes/dark/tml/pathchooser.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-28 04:51:53 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-28 04:51:53 +0200
commit653d637b4ee1aa6fd112c11bf082883c3252c928 (patch)
tree644f2f253d9a9ad16eaf75a534b9f21215237fd2 /module/webui/themes/dark/tml/pathchooser.html
parentMove ServerThread and PluginThread to threads directory (diff)
downloadpyload-653d637b4ee1aa6fd112c11bf082883c3252c928.tar.xz
[webui] Improve and fix
Diffstat (limited to 'module/webui/themes/dark/tml/pathchooser.html')
-rw-r--r--module/webui/themes/dark/tml/pathchooser.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/webui/themes/dark/tml/pathchooser.html b/module/webui/themes/dark/tml/pathchooser.html
index a38c0614b..2b94f1019 100644
--- a/module/webui/themes/dark/tml/pathchooser.html
+++ b/module/webui/themes/dark/tml/pathchooser.html
@@ -22,10 +22,10 @@
{
document.forms[0].p.value = file;
setValid();
-
+
}
</script>
- <link rel="stylesheet" type="text/css" href="/dark/css/pathchooser.css"/>
+ <link rel="stylesheet" type="text/css" href="/dark/css/pathchooser.min.css"/>
</head>
<body{% if type == 'file' %}{% if not oldfile %} onload="setInvalid();"{% endif %}{% endif %}>
<center>
@@ -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 %}