[otrs-cvs] CVS: ITSMCMDB/Kernel/Output/HTML LayoutITSMCMDB.pm, 1.10, 1.11

cvs-log at otrs.org cvs-log at otrs.org
Tue Nov 7 14:32:00 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv9296/Kernel/Output/HTML

Modified Files:
	LayoutITSMCMDB.pm 
Log Message:
added object as attribute feature

Index: LayoutITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Output/HTML/LayoutITSMCMDB.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** LayoutITSMCMDB.pm	6 Nov 2006 15:40:26 -0000	1.10
--- LayoutITSMCMDB.pm	7 Nov 2006 13:31:58 -0000	1.11
***************
*** 56,63 ****
  
      if ($Param{RequiredInvalid}) {
!         $String .= "<font color=red>* \$Text{\"invalid\"}</font>";
      }
      elsif ($Param{RegExpInvalid}) {
!         $String .= "<font color=red>* \$Text{\"invalid\"}</font>";
      }
  
--- 56,63 ----
  
      if ($Param{RequiredInvalid}) {
!         $String .= "<font color=\"red\" title=\"\$Text{\"Field is required!\"}\">* \$Text{\"invalid\"}</font>";
      }
      elsif ($Param{RegExpInvalid}) {
!         $String .= "<font color=\"red\" title=\"\$Text{\"Content invalid!\"}\">* \$Text{\"invalid\"}</font>";
      }
  



More information about the cvs-log mailing list