Skip to content

Commit

Permalink
use ppolicy.css from ltb-common (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Sep 10, 2024
1 parent 45a6d21 commit afc8ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"rm -rf vendor/fortawesome/font-awesome",

"cp -f vendor/ltb-project/ltb-common/src/ppolicy/html/policy.tpl templates/policy.tpl",
"cp -f vendor/ltb-project/ltb-common/src/ppolicy/js/ppolicy.js htdocs/js/ppolicy.js"
"cp -f vendor/ltb-project/ltb-common/src/ppolicy/js/ppolicy.js htdocs/js/ppolicy.js",
"cp -f vendor/ltb-project/ltb-common/src/ppolicy/css/ppolicy.css htdocs/css/ppolicy.css"
]
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions templates/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="stylesheet" type="text/css" href="vendor/datatables/dataTables.bootstrap5.min.css" />
<link rel="stylesheet" type="text/css" href="vendor/datatables/buttons.bootstrap5.min.css" />
<link rel="stylesheet" type="text/css" href="css/service-desk.css" />
<link rel="stylesheet" type="text/css" href="css/ppolicy.css" />
{if $custom_css}
<link rel="stylesheet" type="text/css" href="{$custom_css}" />
{/if}
Expand Down

0 comments on commit afc8ec8

Please sign in to comment.