Onlinehilfe als modale Overlays.
[kivitendo-erp.git] / templates / webpages / common / help_overlay.html
1 [%- USE T8 %]
2 <script type="text/javascript">
3   $().ready(function(){$('#help_div').jqm()});
4 </script>
5 <div class='jqmWindow' id='help_div'>
6   <a href='#' style='float:right' class='jqmClose'><img src='image/close.png' border='0' alt='[% 'Close Dialog' | $T8 %]'></a>
7   <div class='jqmContent' id='help_content'>
8     [% 'Please wait...' | $T8 %]
9     <img src='image/spinner.gif' alt="[% 'loading' | $T8 %]">
10   </div>
11 </div>