... | ... |
@@ -5,7 +5,6 @@ $GLOBALS['TL_CSS'][] = '/system/modules/eSM_formstone/assets/lib/formstone/'.$GL |
5 | 5 |
?> |
6 | 6 |
|
7 | 7 |
<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/core.js"></script> |
8 |
-<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/touch.js"></script> |
|
9 | 8 |
<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/checkbox.js"></script> |
10 | 9 |
|
11 | 10 |
<script> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,15 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+$GLOBALS['TL_CSS'][] = '/system/modules/eSM_formstone/assets/lib/formstone/'.$GLOBALS['TL_ASSETS']['FORMSTONE'].'/css/checkbox.css'; |
|
4 |
+ |
|
5 |
+?> |
|
6 |
+ |
|
7 |
+<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/core.js"></script> |
|
8 |
+<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/touch.js"></script> |
|
9 |
+<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/checkbox.js"></script> |
|
10 |
+ |
|
11 |
+<script> |
|
12 |
+ $(function() { |
|
13 |
+ $("input[type=checkbox], input[type=radio]").checkbox(); |
|
14 |
+ }); |
|
15 |
+</script> |
|
0 | 16 |
\ No newline at end of file |