diff options
| author | Michael Peter Christen <mc@yacy.net> | 2024-07-24 15:57:51 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2024-07-24 15:57:51 +0200 |
| commit | d181b9e89b5250facdbf10cb77c2a2d7ebf37d58 (patch) | |
| tree | 9c6edb8e3d5f78c93f777faf8c527ffd9ab22248 /htroot/ConfigAppearance_p.html | |
| parent | 910a496c9f657adaa8560d068c5a2e29d9bdd68a (diff) | |
added deleted files from commit https://github.com/yacy/yacy_search_server/commit/254f12d60b2d80b8bd136216c4b091d43e4a8c90 which are still needed and had been linked outside of yacy/ui
Diffstat (limited to 'htroot/ConfigAppearance_p.html')
| -rw-r--r-- | htroot/ConfigAppearance_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigAppearance_p.html b/htroot/ConfigAppearance_p.html index a326ac163..a0f1cacdd 100644 --- a/htroot/ConfigAppearance_p.html +++ b/htroot/ConfigAppearance_p.html @@ -2,14 +2,14 @@ <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Appearance and Integration</title>
- <link rel="stylesheet" media="screen" type="text/css" href="yacy/ui/css/colorpicker.css" />
+ <link rel="stylesheet" media="screen" type="text/css" href="env/styles/colorpicker.css" />
#%env/templates/metas.template%#
</head>
<body id="ConfigSkins">
#%env/templates/header.template%#
#%env/templates/submenuDesign.template%#
- <script type="text/javascript" src="yacy/ui/js/jquery.colorpicker.js"></script>
+ <script type="text/javascript" src="js/jquery.colorpicker.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#color_background, #color_text, #color_legend, #color_tableheader, #color_tableitem, #color_tableitem2, #color_tablebottom, #color_borderline, #color_signbad, #color_signgood, #color_signother, #color_searchheadline, #color_searchurl, #color_searchurlhover').ColorPicker({
|
