|
From: Chris W. <la...@us...> - 2001-11-29 04:13:51
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/template
In directory usw-pr-cvs1:/tmp/cvs-serv32630/template
Modified Files:
page_form.tmpl
Log Message:
if the dates don't exist for active_on, expires_on, make them blank
Index: page_form.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/template/page_form.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** page_form.tmpl 2001/11/27 13:21:18 1.9
--- page_form.tmpl 2001/11/29 04:13:48 1.10
***************
*** 78,86 ****
[%- count = count + 1 -%]
! [% INCLUDE label_form_date_row( label = 'Active On Date', name = 'active_on',
value = page.active_on ) -%]
[%- count = count + 1 -%]
! [% INCLUDE label_form_date_row( label = 'Expires On Date', name = 'expires_on',
value = page.expires_on ) -%]
--- 78,88 ----
[%- count = count + 1 -%]
! [% INCLUDE label_form_date_row( label = 'Active On Date',
! name = 'active_on', is_blank = 1,
value = page.active_on ) -%]
[%- count = count + 1 -%]
! [% INCLUDE label_form_date_row( label = 'Expires On Date',
! name = 'expires_on', is_blank = 1,
value = page.expires_on ) -%]
|