]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/loading.tt2
LP1831390: combobox and date-select implement ControlValueAccessor
[Evergreen.git] / Open-ILS / src / templates / staff / loading.tt2
1 <html>
2   <body>
3     <div style="width:100%; padding: 20px; text-align:center">
4       [% l('Loading...') %]
5       <img src="[% ctx.media_prefix %]/images/progressbar_green.gif"
6         title="[% l('Page Loading') %]"/>
7     </div>
8   </body>
9 </html>