]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/indent
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / html / indent
1 [%# html/indent: an indented box
2   # ARGS:
3   #     width       # width of table (default: 95%)
4   #     + other args as per html/box
5 -%]
6 <div align="right">
7 [% DEFAULT width="95%" -%]
8 [% INCLUDE html/box %]
9 </div>