Fixes broken links

Fixes broken links to plugin by adding lb-faveo/ directory to templates
This commit is contained in:
Old-Fart
2016-07-12 02:13:18 -04:00
parent c53b01e48a
commit 7b326677f2
2 changed files with 23 additions and 23 deletions

View File

@@ -13,21 +13,21 @@
<!-- Ionicons --> <!-- Ionicons -->
<link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" /> <link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" />
<!-- fullCalendar 2.2.5--> <!-- fullCalendar 2.2.5-->
<link href="{{asset("plugins/fullcalendar/fullcalendar.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/fullcalendar/fullcalendar.min.css")}}" rel="stylesheet" type="text/css" />
<link href="{{asset("plugins/fullcalendar/fullcalendar.print.css")}}" rel="stylesheet" type="text/css" media='print' /> <link href="{{asset("lb-faveo/plugins/fullcalendar/fullcalendar.print.css")}}" rel="stylesheet" type="text/css" media='print' />
<!-- Theme style --> <!-- Theme style -->
<link href="{{asset("dist/css/AdminLTE.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("dist/css/AdminLTE.min.css")}}" rel="stylesheet" type="text/css" />
<!-- AdminLTE Skins. Choose a skin from the css/skins <!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. --> folder instead of downloading all of them to reduce the load. -->
<link href="{{asset("dist/css/skins/_all-skins.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("dist/css/skins/_all-skins.min.css")}}" rel="stylesheet" type="text/css" />
<!-- iCheck --> <!-- iCheck -->
<link href="{{asset("plugins/iCheck/flat/blue.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/iCheck/flat/blue.css")}}" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<link rel="stylesheet" href="{{asset("dist/css/tabby.css")}}" type="text/css"> <link rel="stylesheet" href="{{asset("dist/css/tabby.css")}}" type="text/css">
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css"> <link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<link rel="stylesheet" href="{{asset("dist/css/editor.css")}}" type="text/css"> <link rel="stylesheet" href="{{asset("dist/css/editor.css")}}" type="text/css">
<link href="{{asset("plugins/filebrowser/plugin.js")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}" rel="stylesheet" type="text/css" />
<script src="ckeditor/ckeditor.js"></script> <script src="ckeditor/ckeditor.js"></script>
<!--[if lt IE 9]> <!--[if lt IE 9]>
@@ -131,15 +131,15 @@
<!-- Bootstrap 3.3.2 JS --> <!-- Bootstrap 3.3.2 JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Slimscroll --> <!-- Slimscroll -->
<script src="{{asset("plugins/slimScroll/jquery.slimscroll.min.js")}}" type="text/javascript"></script> <script src="{{asset("lb-faveo/plugins/slimScroll/jquery.slimscroll.min.js")}}" type="text/javascript"></script>
<!-- FastClick --> <!-- FastClick -->
<script src='{{asset("plugins/fastclick/fastclick.min.js")}}'></script> <script src='{{asset("lb-faveo/plugins/fastclick/fastclick.min.js")}}'></script>
<!-- AdminLTE App --> <!-- AdminLTE App -->
<script src="{{asset("dist/js/app.min.js")}}" type="text/javascript"></script> <script src="{{asset("dist/js/app.min.js")}}" type="text/javascript"></script>
<!-- AdminLTE for demo purposes --> <!-- AdminLTE for demo purposes -->
{{-- // <script src="{{asset("dist/js/demo.js")}}" type="text/javascript"></script> --}} {{-- // <script src="{{asset("dist/js/demo.js")}}" type="text/javascript"></script> --}}
<!-- iCheck --> <!-- iCheck -->
<script src="{{asset("plugins/iCheck/icheck.min.js")}}" type="text/javascript"></script> <script src="{{asset("lb-faveo/plugins/iCheck/icheck.min.js")}}" type="text/javascript"></script>
<!-- Page Script --> <!-- Page Script -->
<script> <script>
$(function() { $(function() {
@@ -197,7 +197,7 @@ $(function() {
<!-- CK Editor --> <!-- CK Editor -->
<script src="{{asset("//cdn.ckeditor.com/4.4.3/standard/ckeditor.js")}}"></script> <script src="{{asset("//cdn.ckeditor.com/4.4.3/standard/ckeditor.js")}}"></script>
<script src="{{asset("//cdn.ckeditor.com/4.4.3/full/ckeditor.js")}}"></script> <script src="{{asset("//cdn.ckeditor.com/4.4.3/full/ckeditor.js")}}"></script>
<script src="{{asset("plugins/filebrowser/plugin.js")}}"></script> <script src="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}"></script>
@yield('FooterInclude') @yield('FooterInclude')
</body> </body>

View File

@@ -11,23 +11,23 @@
<!-- Ionicons --> <!-- Ionicons -->
<link href="{{asset("downloads/ionicons.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("downloads/ionicons.min.css")}}" rel="stylesheet" type="text/css" />
<!-- fullCalendar 2.2.5--> <!-- fullCalendar 2.2.5-->
<link href="{{asset("plugins/fullcalendar/fullcalendar.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/fullcalendar/fullcalendar.min.css")}}" rel="stylesheet" type="text/css" />
<link href="{{asset("plugins/fullcalendar/fullcalendar.print.css")}}" rel="stylesheet" type="text/css" media='print' /> <link href="{{asset("lb-faveo/plugins/fullcalendar/fullcalendar.print.css")}}" rel="stylesheet" type="text/css" media='print' />
<!-- Theme style --> <!-- Theme style -->
<link href="{{asset("dist/css/AdminLTE.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("dist/css/AdminLTE.min.css")}}" rel="stylesheet" type="text/css" />
<!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. -->
<link href="{{asset("dist/css/skins/_all-skins.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("dist/css/skins/_all-skins.min.css")}}" rel="stylesheet" type="text/css" />
<!-- iCheck --> <!-- iCheck -->
<link href="{{asset("plugins/iCheck/flat/blue.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/iCheck/flat/blue.css")}}" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<link rel="stylesheet" href="{{asset("dist/css/tabby.css")}}" type="text/css"> <link rel="stylesheet" href="{{asset("dist/css/tabby.css")}}" type="text/css">
<link href="{{asset("downloads/jquerysctipttop.css")}}" rel="stylesheet" type="text/css"> <link href="{{asset("downloads/jquerysctipttop.css")}}" rel="stylesheet" type="text/css">
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<link rel="stylesheet" href="{{asset("dist/css/editor.css")}}" type="text/css"> <link rel="stylesheet" href="{{asset("dist/css/editor.css")}}" type="text/css">
<link href="{{asset("plugins/filebrowser/plugin.js")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}" rel="stylesheet" type="text/css" />
{{-- jquery ui css --}} {{-- jquery ui css --}}
<link type="text/css" href="{{asset("downloads/jquery.ui.css")}}" rel="stylesheet"> <link type="text/css" href="{{asset("downloads/jquery.ui.css")}}" rel="stylesheet">
<link href="{{asset("plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css")}}" rel="stylesheet" type="text/css" /> <link href="{{asset("lb-faveo/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css")}}" rel="stylesheet" type="text/css" />
<!-- <link type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/redmond/jquery-ui.css" rel="stylesheet"> --> <!-- <link type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/redmond/jquery-ui.css" rel="stylesheet"> -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -194,15 +194,15 @@ if ($company != null) {
<!-- Bootstrap 3.3.2 JS --> <!-- Bootstrap 3.3.2 JS -->
<script src="{{asset("downloads/bootstrap.min.js")}}" type="text/javascript"></script> <script src="{{asset("downloads/bootstrap.min.js")}}" type="text/javascript"></script>
<!-- Slimscroll --> <!-- Slimscroll -->
<script src="{{asset("plugins/slimScroll/jquery.slimscroll.min.js")}}" type="text/javascript"></script> <script src="{{asset("lb-faveo/plugins/slimScroll/jquery.slimscroll.min.js")}}" type="text/javascript"></script>
<!-- FastClick --> <!-- FastClick -->
<script src="{{asset("plugins/fastclick/fastclick.min.js")}}"></script> <script src="{{asset("lb-faveo/plugins/fastclick/fastclick.min.js")}}"></script>
<!-- AdminLTE App --> <!-- AdminLTE App -->
<script src="{{asset("dist/js/app.min.js")}}" type="text/javascript"></script> <script src="{{asset("dist/js/app.min.js")}}" type="text/javascript"></script>
<!-- AdminLTE for demo purposes --> <!-- AdminLTE for demo purposes -->
<script src="{{asset("dist/js/demo.js")}}" type="text/javascript"></script> <script src="{{asset("dist/js/demo.js")}}" type="text/javascript"></script>
<!-- iCheck --> <!-- iCheck -->
<script src="{{asset("plugins/iCheck/icheck.min.js")}}" type="text/javascript"></script> <script src="{{asset("lb-faveo/plugins/iCheck/icheck.min.js")}}" type="text/javascript"></script>
<!-- maskinput --> <!-- maskinput -->
<script src="js/jquery.maskedinput.min.js" type="text/javascript"></script> <script src="js/jquery.maskedinput.min.js" type="text/javascript"></script>
<!-- jquery ui --> <!-- jquery ui -->
@@ -258,8 +258,8 @@ $(function() {
<!-- CK Editor --> <!-- CK Editor -->
<!-- // <script src="{{asset("//cdn.ckeditor.com/4.4.3/standard/ckeditor.js")}}"></script> --> <!-- // <script src="{{asset("//cdn.ckeditor.com/4.4.3/standard/ckeditor.js")}}"></script> -->
<script src="{{asset("downloads/CKEditor.js")}}"></script> <script src="{{asset("downloads/CKEditor.js")}}"></script>
<script src="{{asset("plugins/filebrowser/plugin.js")}}"></script> <script src="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}"></script>
<script src="{{asset("plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js")}}" type="text/javascript"></script> <script src="{{asset("lb-faveo/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js")}}" type="text/javascript"></script>
<script> <script>
$(function () { $(function () {
//Add text editor //Add text editor