This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-12
lines changed
Expand file tree Collapse file tree 4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77- Specify engine and default charset in tables.sql
88- Removed unused include from 'templates/spDetail-tpl.php'
99- Deleted useless code
10+ - Deleted 'head' and 'body' tag in tab templates
1011
1112#### Fixed
1213- Fixed the syntax of CHANGELOG
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ function selectHandler() {
8686 }
8787
8888</script>
89- </head>
90-
91- <body>
9289<div class="timeRange">
9390 <h4><?php echo $ this ->t ('{proxystatistics:Proxystatistics:templates_time_range} ' ); ?> </h4>
9491 <form id="dateSelector" method="post">
@@ -128,4 +125,3 @@ function selectHandler() {
128125 <div id="idpsTable" class="table"></div>
129126 </div>
130127</div>
131- </body>
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ function selectHandler() {
9494 }
9595 }
9696</script>
97- </head>
98-
99- <body>
10097<div class="timeRange">
10198 <h4><?php echo $ this ->t ('{proxystatistics:Proxystatistics:templates_time_range} ' ); ?> </h4>
10299 <form id="dateSelector" method="post">
@@ -136,4 +133,3 @@ function selectHandler() {
136133 <div id="spsTable" class="table"></div>
137134 </div>
138135</div>
139- </body>
Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ function selectHandler() {
114114 }
115115
116116</script>
117- </head>
118-
119- <body>
120117<div class="timeRange">
121118 <h4><?php echo $ this ->t ('{proxystatistics:Proxystatistics:templates_time_range} ' ); ?> </h4>
122119 <form id="dateSelector" method="post">
@@ -175,4 +172,3 @@ function selectHandler() {
175172 <div id="spsChart" class="pieChart"></div>
176173 </div>
177174</div>
178- </body>
You can’t perform that action at this time.
0 commit comments