]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/share/t_eframe.tt2
webstaff: core widgets - teach egEmbedFrame how to not throw warnings,
[working/Evergreen.git] / Open-ILS / src / templates / staff / share / t_eframe.tt2
1 <div class="eg-embed-frame">
2   <!-- height is calculated at render time -->
3   <iframe 
4     src="{{url}}" 
5     style="height:{{height}}px">
6   </iframe>
7 </div>
8