code from amapei

This commit is contained in:
cagette@ct8
2020-09-26 18:25:18 +00:00
parent 42fe367911
commit 72b4699871
1966 changed files with 220437 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<!-- used by the connector plugin -->
<!-- the modal window html is already in the default design -->
<script>
$("#myModal").find(".modal-body").html("::raw html::").removeClass("modal-lg");
$("#myModal").find(".modal-title").html("::raw title::");
::if btn!=null::
$("#myModal").find(".modal-footer").html("::raw btn::");
::end::
$("#myModal").modal();
</script>