<?php

  // Namespace
  namespace BMI\Plugin\Dashboard;

  // Exit on direct access
  if (!defined('ABSPATH')) exit;

?>

<tr>
  <th>
    <label for="backups-select-all">
      <input id="backups-select-all" type="checkbox">
      <div class="inline tooltip" tooltip="<?php esc_attr_e('When your backup was created, in server time', 'backup-backup') ?>." data-top="5">
        <?php esc_html_e('Backup date', 'backup-backup') ?>
      </div>
    </label>
  </th>
  <th>
    <div class="inline tooltip" tooltip="<?php esc_attr_e('The name of your backup. To see the logic which default names your backups get, go to chapter &quot;How backups will be stored&quot;', 'backup-backup') ?>." data-top="5">
      <?php esc_html_e('Filename', 'backup-backup') ?> <?php esc_html_e('– hover to see the domain name', 'backup-backup') ?>
    </div>
  </th>
  <th>
    <div class="inline tooltip" tooltip="<?php esc_attr_e('Size of your backup file', 'backup-backup') ?>." data-top="5">
      <?php esc_html_e('Size', 'backup-backup') ?>
    </div>
  </th>
  <th style="text-align: center;">
    <div class="inline tooltip" tooltip="<?php esc_attr_e('Where your backup file is stored. Move over the icons to find out.', 'backup-backup') ?>" data-top="5">
      <?php esc_html_e('Where stored?', 'backup-backup') ?>
    </div>
  </th>
  <th style="text-align: center;">
    <div class="tooltip inline" tooltip="<?php esc_attr_e('Locked backups can only be deleted manually. Unlocked backups get deleted automatically according to the deletion processes which you defined at the top of the &quot;Create backups&quot; - tab. Click on the icon(s) to change the lock status.', 'backup-backup') ?>" data-top="5">
      <?php esc_html_e('Lock', 'backup-backup') ?>
    </div>
  </th>
  <th style="text-align: center;" colspan="3">
    <div class="inline tooltip" tooltip="<?php esc_attr_e('Move over the icons to see what you can do with the backup(s)', 'backup-backup') ?>." data-top="5">
      <?php esc_html_e('Actions', 'backup-backup') ?>
    </div>
  </th>
</tr>
