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.

12 lines
415 B

  1. <section id="onboarding" class="popups">
  2. <div class="placeholder">
  3. <h3>{$c->__('onboarding.popups_title')}</h3>
  4. <h4>{$c->__('onboarding.popups_text')}</h4>
  5. <h4>{$c->__('onboarding.popups_text_second')}</h4>
  6. </div>
  7. </section>
  8. <div class="no_bar">
  9. <button onclick="Dialog_ajaxClear(); Onboarding.check();" class="button flat">
  10. {$c->__('button.close')}
  11. </button>
  12. </div>