|
From: Chris W. <la...@us...> - 2001-11-06 15:41:19
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_theme/data
In directory usw-pr-cvs1:/tmp/cvs-serv2832/pkg/base_theme/data
Modified Files:
install_theme_prop.dat
Log Message:
moved the base_main and base_simple templates to the server root so they don't get updated every time
Index: install_theme_prop.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_theme/data/install_theme_prop.dat,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** install_theme_prop.dat 2001/08/28 22:35:51 1.3
--- install_theme_prop.dat 2001/11/06 15:18:24 1.4
***************
*** 19,24 ****
[1,'label_font_color','#ffffff','Color of label font (embedded in border)'],
[1,'admin_color','#ffffe0','Color for rows in a form that are for admin only'],
! [1,'main_template','base_theme::base_main','Name of base main template'],
! [1,'simple_template','base_theme::base_simple',q{Name of 'simple' template -- no menus, boxes, or anything}],
[1,'bullet','<img src="/images/bullet.gif" width="12" height="12" alt="*">',q{Generic bullet that doesn't take up much space}],
];
--- 19,24 ----
[1,'label_font_color','#ffffff','Color of label font (embedded in border)'],
[1,'admin_color','#ffffe0','Color for rows in a form that are for admin only'],
! [1,'main_template','base_main','Name of base main template'],
! [1,'simple_template','base_simple',q{Name of 'simple' template -- no menus, boxes, or anything}],
[1,'bullet','<img src="/images/bullet.gif" width="12" height="12" alt="*">',q{Generic bullet that doesn't take up much space}],
];
|