You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
443 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <template>
  3. <t t-name="web_switch_company_warning.warningWidget">
  4. <div class="container-fluid bg-warning" style="text-align: center; display:none;">
  5. <h3>You switched to a different company or database with another tab or window</h3>
  6. <p><button onclick="location.reload(true);" class="btn">Reload</button> to refresh your session</p>
  7. </div>
  8. </t>
  9. </template>