You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
373 B
11 lines
373 B
<!-- 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>
|