Skip to content

Commit

Permalink
Fix several errors in admincenter, add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicewOw committed May 7, 2019
1 parent 7acd0e0 commit 8787284
Show file tree
Hide file tree
Showing 94 changed files with 18,437 additions and 9 deletions.
13 changes: 7 additions & 6 deletions admin/admincenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@ function dashnavi()
<link href="../components/css/button.css.php" rel="styleSheet" type="text/css">

<!-- DataTables -->
<link href="../components/admin/css/datatables.min.css" rel="stylesheet" type="text/css" />
<link href="../components/admin/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />

<link href="../components/datatables/css/jquery.dataTables.min.css" rel="stylesheet" type="text/css" />

<?php include("../system/tinymce.php"); ?>
<script src="../components/jquery/jquery.min.js"></script>

Expand Down Expand Up @@ -434,6 +433,10 @@ function dashnavi()

<!-- Bootstrap -->
<script src="../components/admin/js/bootstrap.min.js"></script>
<script src="../components/admin/js/bootstrap-switch.js"></script>

<!-- DataTables -->
<script src="../components/datatables/js/jquery.dataTables.min.js"></script>

<!-- Menu Plugin JavaScript -->
<script src="../components/admin/js/menu.min.js"></script>
Expand All @@ -446,14 +449,12 @@ function dashnavi()
var calledfrom='admin';
</script>
<script src="../components/admin/js/bbcode.js"></script>
<script src="../components/admin/js/bootstrap-switch.js"></script>
<script type="text/javascript" src="../components/admin/js/datatables.min.js"></script>
<script>
$(document).ready(function () {

$('#plugini').dataTable({
"language": {
"url": "http://demo.webspell-rm.de/components/admin/dataTables.german.lang"
"url": "../components/datatables/langs/German.lang"
}
});

Expand Down
4 changes: 1 addition & 3 deletions admin/plugin-installer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css" />

<style type="text/css">
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Exo+2:100,400');
html, body
.mare15 { margin-right: 15px; }
Expand Down
Binary file not shown.
288 changes: 288 additions & 0 deletions components/admin/css/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8787284

Please sign in to comment.