Files
cagettepei/lang/master/tpl/block/modal.mtt
T
2020-09-26 18:25:18 +00:00

11 lines
373 B
Plaintext

<!-- 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>