Skip to content
Snippets Groups Projects
Unverified Commit d9ec7129 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #1080 from ghalse/bug/discopower-twig

Make the module-discopower twig template usable
parents b9205d7c 4f2af1e2
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: SimpleSAMLphp 1.15\n"
"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
"POT-Creation-Date: 2016-10-12 09:23+0200\n"
"PO-Revision-Date: 2016-10-14 12:14+0200\n"
"PO-Revision-Date: 2019-03-20 15:27+0200\n"
"Last-Translator: \n"
"Language: en\n"
"Language-Team: \n"
......@@ -93,3 +93,6 @@ msgstr "Europe (eduGAIN)"
msgid "InCommon"
msgstr "InCommon"
msgid "{discopower:tabs:incremental_search}"
msgstr "Incremental search..."
......@@ -3,13 +3,14 @@
{% block preload %}
<link rel="stylesheet" media="screen" href="/{{ baseurlpath }}resources/uitheme1.8/jquery-ui.css">
<link rel="stylesheet" media="screen" href="/{{ baseurlpath }}module.php/discopower/assets/css/disco.css">
{% endblock %}
{% block postload %}
<script src="/{{ baseurlpath }}resources/jquery-1.8.js"></script>
<script src="/{{ baseurlpath }}resources/jquery-ui-1.8.js"></script>
<script src="/{{ baseurlpath }}module.php/discopower/js/jquery.livesearch.js"></script>
<script src="/{{ baseurlpath }}module.php/discopower/js/{{ score }}.js"></script>
<script src="/{{ baseurlpath }}module.php/discopower/js/tablist.js"></script>
<script src="/{{ baseurlpath }}module.php/discopower/assets/js/jquery.livesearch.js"></script>
<script src="/{{ baseurlpath }}module.php/discopower/assets/js/{{ score }}.js"></script>
<script src="/{{ baseurlpath }}module.php/discopower/assets/js/tablist.js"></script>
{% endblock %}
{% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment