From: Chris W. <la...@us...> - 2005-09-21 03:33:50
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3811/template Modified Files: admin_actions.tmpl Log Message: wrap page in class to display ok Index: admin_actions.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/template/admin_actions.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_actions.tmpl 30 Aug 2003 16:33:07 -0000 1.4 --- admin_actions.tmpl 21 Sep 2005 03:33:40 -0000 1.5 *************** *** 8,12 **** [% END -%] ! <div align="center"> <h2>Page Admin Actions</h2> --- 8,12 ---- [% END -%] ! <div align="center" class="demarcatePage"> <h2>Page Admin Actions</h2> |