Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/template
In directory usw-pr-cvs1:/tmp/cvs-serv2767/template
Modified Files:
page_form.tmpl
Log Message:
cosmetic modifications
Index: page_form.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/template/page_form.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** page_form.tmpl 2001/11/27 12:09:22 1.8
--- page_form.tmpl 2001/11/27 13:21:18 1.9
***************
*** 106,122 ****
[%- source_value = [ 'file', 'database', 'http', 'alias' ];
source_label = [ 'Filesystem', 'Database', 'URL', 'Local Alias' ]; -%]
! [% INCLUDE label_form_select_row( label = 'Source',
! name = 'storage', plain = 1,
first_label = 'Sources...',
! value_list = source_value,
! label_list = source_label,
! picked = page.storage ) -%]
[%- count = count + 1 -%]
! [%- cl_label = '<br>Use if you selected "URL" or "Local Alias"' -%]
! [% INCLUDE label_form_text_row( label = 'Content Location',
post_label = cl_label,
! name = 'content_location',
! value = page.content_location ) -%]
[%- count = count + 1 -%]
--- 106,123 ----
[%- source_value = [ 'file', 'database', 'http', 'alias' ];
source_label = [ 'Filesystem', 'Database', 'URL', 'Local Alias' ]; -%]
! [% INCLUDE label_form_select_row( label = 'Source',
! name = 'storage', plain = 1,
first_label = 'Sources...',
! value_list = source_value,
! label_list = source_label,
! picked = page.storage ) -%]
[%- count = count + 1 -%]
! [%- cl_label = '<br><font size="-1">Use if you selected "URL" or "Local Alias"</font>' -%]
! [% INCLUDE label_form_text_row( label = 'Content Location',
post_label = cl_label,
! size = 40,
! name = 'content_location',
! value = page.content_location ) -%]
[%- count = count + 1 -%]
|