mirror of https://github.com/movim/movim
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
12 lines
415 B
<section id="onboarding" class="popups">
|
|
<div class="placeholder">
|
|
<h3>{$c->__('onboarding.popups_title')}</h3>
|
|
<h4>{$c->__('onboarding.popups_text')}</h4>
|
|
<h4>{$c->__('onboarding.popups_text_second')}</h4>
|
|
</div>
|
|
</section>
|
|
<div class="no_bar">
|
|
<button onclick="Dialog_ajaxClear(); Onboarding.check();" class="button flat">
|
|
{$c->__('button.close')}
|
|
</button>
|
|
</div>
|