| Server IP : 68.178.247.200 / Your IP : 216.73.216.14 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/www/wp-content/plugins/publishpress/twig/ |
Upload File : |
<table class="psppno_workflow_user_fields psppno_workflows">
<tr>
<th class="psppno_workflow_column_header psppno_workflows">{{ labels.workflows }}</th>
<th class="psppno_workflow_column_header psppno_channels">{{ labels.channels }}</th>
<th class="psppno_workflow_column_header psppno_options"></th>
</tr>
{% for workflow in workflows %}
<tr class="psppno_workflow_{{ workflow.ID }}">
<td class="psppno_workflow_title">{{ workflow.post_title }}</td>
<td class="psppno_workflow_channel">
{% for channel in channels %}
<div class="psppno_workflow_channel_field">
<input
type="radio"
id="psppno_workflow_channel_{{ workflow.ID }}_{{ channel.name }}"
name="publishpress_improved_notifications_options[default_channels][{{ workflow.ID }}]"
value="{{ channel.name }}"
data-workflow-id="{{ workflow.ID }}"
{{ checked( channel.name, attribute( selected_channels, workflow.ID ) ) }}
/>
<label for="psppno_workflow_channel_{{ workflow.ID }}_{{ channel.name }}">
<img src="{{ channel.icon }}"/>
<span>{{ channel.label }}</span>
</label>
</div>
{% endfor %}
</td>
</tr>
{% endfor %}
</table>