]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/edgebox
some basic html templates for use in wrappers. these will be augmented
[working/Evergreen.git] / Open-ILS / src / templates / html / edgebox
1 [%# html/edgebox: a single row, single cell table with an edge
2   # ARGS:
3   #     content     # box content
4   #     + other args as per html/edgebar and html/cell
5 -%]
6 [% WRAPPER html/edgebar + html/cell %]
7 [% content %]
8 [% END %]
9