Joywork/ajax/modals/afterAddFromArchiveWinContent.php

14 lines
834 B
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<span class="pseudo-link closer"><i class="ti-close"></i></span>
<div class="f__modal sign" id="after_add_from_archive" style="display: none;padding-bottom: 0;">
<div class="f-col">
<div class="f-col-3">&nbsp;</div>
<div class="f-col-6">
<div style="font-size:1.2em; border-radius:5px; text-align:center;">
Объект скопирован в ваши объекты. Вы сможете увидеть его, перейдя в меню Мои объекты.
</div>
<div style="width:240px; margin:20px auto;text-align: center;"><a href="javascript:void();" onclick="closeAfterAddFromArchive();" class="fr-btn medium-button">Закрыть</a></div>
</div>
<div class="f-col-3">&nbsp;</div>
<div class="clear"></div>
</div>
</div>