Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/xampp/phpMyAdmin/templates/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/templates/toggle_button.twig
<div class='wrapper toggleAjax hide'>
    <div class='toggleButton'>
        <div title="{% trans 'Click to toggle' %}" class='container {{ state }}'>
            <img src="{{ pma_theme_image }}toggle-{{ text_dir }}.png">
            <table class='nospacing nopadding'>
                <tbody>
                    <tr>
                        <td class='toggleOn'>
                            <span class='hide'>{{ link_on|raw }}</span>
                            <div>{{ toggle_on }}</div>
                        </td>
                        <td><div>&nbsp;</div></td>
                        <td class='toggleOff'>
                            <span class='hide'>{{ link_off|raw }}</span>
                            <div>{{ toggle_off }}</div>
                        </td>
                    </tr>
                </tbody>
            </table>
            <span class='hide callback'>{{ callback }}</span>
            <span class='hide text_direction'>{{ text_dir }}</span>
        </div>
    </div>
</div>