Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Sync datatables
Browse files Browse the repository at this point in the history
datatables 1.10.12
buttons 1.2.0
select 1.2.0
  • Loading branch information
Marco van Wieringen authored and fbergkemper committed Jun 3, 2016
1 parent 7203e8e commit f759eea
Show file tree
Hide file tree
Showing 40 changed files with 9,444 additions and 9,215 deletions.
9 changes: 4 additions & 5 deletions module/Client/view/client/client/details.phtml
Expand Up @@ -83,11 +83,10 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
7 changes: 3 additions & 4 deletions module/Client/view/client/client/index.phtml
Expand Up @@ -55,10 +55,9 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
9 changes: 4 additions & 5 deletions module/Dashboard/view/dashboard/dashboard/index.phtml
Expand Up @@ -50,11 +50,10 @@ $this->headTitle($title);
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.jqplot.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/jquery.jqplot.min.css');

echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script type="text/javascript">
Expand Down
7 changes: 3 additions & 4 deletions module/Fileset/view/fileset/fileset/details.phtml
Expand Up @@ -62,10 +62,9 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
7 changes: 3 additions & 4 deletions module/Fileset/view/fileset/fileset/index.phtml
Expand Up @@ -55,10 +55,9 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
9 changes: 4 additions & 5 deletions module/Job/view/job/job/details.phtml
Expand Up @@ -94,11 +94,10 @@ $this->headTitle($title);


<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<style>
Expand Down
9 changes: 4 additions & 5 deletions module/Job/view/job/job/index.phtml
Expand Up @@ -86,11 +86,10 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<!-- modal-001 start -->
Expand Down
7 changes: 3 additions & 4 deletions module/Job/view/job/job/run.phtml
Expand Up @@ -61,10 +61,9 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
19 changes: 4 additions & 15 deletions module/Media/view/media/media/details.phtml
Expand Up @@ -103,21 +103,10 @@ $this->headTitle($title);


<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.select.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.buttons.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-select.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/buttons.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment-with-locales.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/select.bootstrap.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/select.dataTables.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/buttons.dataTables.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/buttons.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<style>
Expand Down
19 changes: 4 additions & 15 deletions module/Media/view/media/media/index.phtml
Expand Up @@ -70,21 +70,10 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.select.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.buttons.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-select.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/buttons.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment-with-locales.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/select.bootstrap.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/select.dataTables.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/buttons.dataTables.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/buttons.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<style>
Expand Down
9 changes: 4 additions & 5 deletions module/Pool/view/pool/pool/details.phtml
Expand Up @@ -102,11 +102,10 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<style>
Expand Down
9 changes: 4 additions & 5 deletions module/Pool/view/pool/pool/index.phtml
Expand Up @@ -68,11 +68,10 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
2 changes: 1 addition & 1 deletion module/Restore/view/restore/restore/index.phtml
Expand Up @@ -116,8 +116,8 @@ $this->headTitle($title);
?>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jstree.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/jstreegrid.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/jstree.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/jstree.min.css');
?>

Expand Down
21 changes: 6 additions & 15 deletions module/Storage/view/storage/storage/details.phtml
Expand Up @@ -121,21 +121,12 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.select.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.buttons.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-select.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/buttons.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment-with-locales.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/select.bootstrap.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/select.dataTables.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/buttons.dataTables.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/buttons.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables-ext.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables-ext.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
7 changes: 3 additions & 4 deletions module/Storage/view/storage/storage/index.phtml
Expand Up @@ -64,10 +64,9 @@ $this->headTitle($title);
</div>

<?php
echo $this->headScript()->prependFile($this->basePath() . '/js/jquery.dataTables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.bootstrap.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/dataTables.functions.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/dataTables.bootstrap.min.css');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>

<script>
Expand Down
89 changes: 0 additions & 89 deletions public/css/buttons.bootstrap.css

This file was deleted.

1 change: 0 additions & 1 deletion public/css/buttons.bootstrap.min.css

This file was deleted.

0 comments on commit f759eea

Please sign in to comment.