[otrs-cvs] CVS: ITSMCMDB/Kernel/Output/HTML LayoutITSMCMDB.pm, 1.8,
1.9
cvs-log at otrs.org
cvs-log at otrs.org
Fri Nov 3 14:33:10 CET 2006
Update of /home/cvs/ITSMCMDB/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv14565/Kernel/Output/HTML
Modified Files:
LayoutITSMCMDB.pm
Log Message:
added init version of RegExp and Required feature of elements
Index: LayoutITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Output/HTML/LayoutITSMCMDB.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** LayoutITSMCMDB.pm 2 Nov 2006 15:09:14 -0000 1.8
--- LayoutITSMCMDB.pm 3 Nov 2006 13:33:08 -0000 1.9
***************
*** 53,57 ****
}
! $String .= ">";
return $String;
--- 53,63 ----
}
! $String .= "> ";
!
! if ($Param{RegExp} && $Param{Value}) {
! if ($Param{Value} !~ /$Param{RegExp}/i) {
! $String .= "<font color=red>* \$Text{\"invalid\"}</font>";
! }
! }
return $String;
More information about the cvs-log
mailing list