| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/robotics/wp-content/plugins/types/application/views/page/dashboard/ |
Upload File : |
{% extends "page/base.twig" %}
{% block title %}{{ page.get_title() }}{% endblock %}
{% block content %}
<div class="toolset-dashboard">
{% if table_toolset %}
{{ table_toolset|raw }}
{% else %}
<p>{{ labels.msg_no_custom_post_types }}</p>
{% endif %}
{# Add new post type #}
<p>
<a class="button-primary types-button" href="{{ admin_url }}admin.php?page=wpcf-edit-type">{{ labels.create_type }}</a>
</p>
{# Table with 3rd party post types #}
{% if table_3rd %}
<div style="height:20px;"></div>
{{ table_3rd|raw }}
{% endif %}
{# Table with wordpress post types #}
{% if table_wordpress %}
<div style="height:20px;"></div>
{{ table_wordpress|raw }}
{% endif %}
</div>
{% endblock %}