|
From: Chris W. <la...@us...> - 2001-11-27 13:16:43
|
Update of /cvsroot/openinteract/OpenInteract/template
In directory usw-pr-cvs1:/tmp/cvs-serv1629
Modified Files:
show_label
Log Message:
cosmetic
Index: show_label
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/template/show_label,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** show_label 2001/10/17 12:07:43 1.3
--- show_label 2001/11/27 13:16:39 1.4
***************
*** 12,14 ****
[%- req = required_display -%]
[% END %]
! [% pre_label %]<b>[% label %][% req %][% post_label %]</b>
\ No newline at end of file
--- 12,14 ----
[%- req = required_display -%]
[% END %]
! [% pre_label %]<b>[% label %]</b>[% req %][% post_label %]
\ No newline at end of file
|