Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<div class="alert alert-info">{{ 'mautic.plugin.clearbit.submit_items'|trans }}</div>
|
||||
<div style="margin-top: 10px">
|
||||
<ul class="list-group" style="max-height: 400px;overflow-y: auto">
|
||||
{% for item in lookupItems %}
|
||||
<li class="list-group-item">{{ item }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var ids = Mautic.getCheckedListIds(false, true);
|
||||
if (mQuery('#clearbit_batch_lookup_ids').length) {
|
||||
mQuery('#clearbit_batch_lookup_ids').val(ids);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
{{ form(form) }}
|
||||
@@ -0,0 +1,7 @@
|
||||
<div class="alert alert-info">{{ 'mautic.plugin.clearbit.submit'|trans }}</div>
|
||||
<div style="margin-top: 10px">
|
||||
<ul class="list-group" style="max-height: 400px;overflow-y: auto">
|
||||
<li class="list-group-item">{{ lookupItem }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
{{ form(form) }}
|
||||
@@ -0,0 +1,9 @@
|
||||
<div class="well well-sm" style="margin-bottom:0 !important;">
|
||||
<p>
|
||||
{{ 'mautic.plugin.clearbit.webhook_info'|trans|purify }}
|
||||
</p>
|
||||
<div class="alert alert-warning">
|
||||
{{ 'mautic.plugin.clearbit.public_info'|trans|purify }}
|
||||
</div>
|
||||
<input type="text" readonly="" onclick="this.setSelectionRange(0, this.value.length);" value="{{ mauticUrl }}" class="form-control">
|
||||
</div>
|
||||
Reference in New Issue
Block a user