phpmyadmin/templates/server/variables/variable_table_head.phtml
Madhura Jayaratne d8e5063ddb Add missing templates
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-11-18 08:13:08 +11:00

7 lines
296 B
PHTML

<thead>
<tr class="var-header var-row">
<td class="var-action"><?php echo __('Action'); ?></td>
<td class="var-name"><?php echo __('Variable'); ?></td>
<td class="var-value"><?php echo __('Session value'); ?> / <?php echo __('Global value'); ?></td>
</tr>
</thead>