/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm.patch
ViewVC logotype

Contents of /rpms/smeserver-manager/sme10/smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jan 30 13:11:35 2024 UTC (4 months ago) by brianr
Branch: MAIN
* Tue Jan 30 2024 Brian Read <brianr@koozali.org> 0.1.4-23.sme
- Arrange that jquery etc is local and from rpm smeserver-manager-jsquery [SME: 12459]

1 diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/layouts/default.html.ep smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/layouts/default.html.ep
2 --- smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/layouts/default.html.ep 2024-01-30 13:05:20.561995482 +0000
3 +++ smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/layouts/default.html.ep 2024-01-30 10:46:00.000000000 +0000
4 @@ -17,10 +17,16 @@
5 %= include 'common_js'
6 % }
7 %= content_for 'refresh'
8 - <link href="https://cdn.datatables.net/v/dt/dt-1.13.8/datatables.min.css" rel="stylesheet">
9 +
10 + %= stylesheet '/js/datatables.min.css'
11 + %= javascript '/js/datatables.min.js'
12 + %= stylesheet '/js/jquery-ui.min.css'
13 + %= javascript '/js/jquery-ui.min.js'
14 +
15 + <!-- ><link href="https://cdn.datatables.net/v/dt/dt-1.13.8/datatables.min.css" rel="stylesheet">
16 <script src="https://cdn.datatables.net/v/dt/dt-1.13.8/datatables.min.js"></script>
17 <link rel="stylesheet" href="//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
18 - <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
19 + <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>-->
20
21 <!-- Jquery datatables override -->
22 %= stylesheet begin
23 @@ -35,6 +41,8 @@
24 width: 23px;
25 height: 23px;
26 }
27 +
28 +
29 %end
30
31 </head>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed