riainvoice/application/modules/layout/views/includes/fullpage-loader.php
gandhimathi Bharathirajan c940cb1a2c all files
2017-09-11 14:38:03 +05:30

19 lines
856 B
PHP

<div id="fullpage-loader" style="display: none">
<div class="loader-content">
<i id="loader-icon" class="fa fa-cog fa-spin"></i>
<div id="loader-error" style="display: none">
<?php _trans('loading_error'); ?><br/>
<a href="https://wiki.invoiceplane.com/<?php _trans('cldr'); ?>/1.0/general/faq"
class="btn btn-primary btn-sm" target="_blank">
<i class="fa fa-support"></i> <?php _trans('loading_error_help'); ?>
</a>
</div>
</div>
<div class="text-right">
<button type="button" class="fullpage-loader-close btn btn-link tip" aria-label="<?php _trans('close'); ?>"
title="<?php _trans('close'); ?>" data-placement="left">
<span aria-hidden="true"><i class="fa fa-close"></i></span>
</button>
</div>
</div>