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

cvs-log at otrs.org cvs-log at otrs.org
Thu Dec 14 15:10:14 CET 2006


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

Modified Files:
	LayoutITSMCMDB.pm 
Log Message:
code cleanup

Index: LayoutITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Output/HTML/LayoutITSMCMDB.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** LayoutITSMCMDB.pm	20 Nov 2006 13:27:02 -0000	1.12
--- LayoutITSMCMDB.pm	14 Dec 2006 14:10:11 -0000	1.13
***************
*** 92,96 ****
      $Param{Rows} = $Param{Rows} || 10;
      $Param{Value} = $Param{Value} || '';
!     my $String = "<textarea name=\"$Param{Name}\" cols=\"$Param{Cols}\" rows=\"$Param{Rows}\">$Param{Value}</textarea>";
  
      return $String;
--- 92,97 ----
      $Param{Rows} = $Param{Rows} || 10;
      $Param{Value} = $Param{Value} || '';
!     my $String =
!         "<textarea name=\"$Param{Name}\" cols=\"$Param{Cols}\" rows=\"$Param{Rows}\">$Param{Value}</textarea>";
  
      return $String;
***************
*** 180,187 ****
              );
              $String = $Selection.'<br>';
!             $String .= '<input class="button" type="submit" name="'.$Param{Name}.'::ExpandCustomerName2" value="$Text{"Take this Customer"}">';
          }
      }
!     $String .= '<input class="button" type="submit" name="'.$Param{Name}.'::ExpandCustomerName1" value="$Text{"Search Customer"}">';
  
      return $String;
--- 181,190 ----
              );
              $String = $Selection.'<br>';
!             $String .= '<input class="button" type="submit" name="' . $Param{Name} .
!                 '::ExpandCustomerName2" value="$Text{"Take this Customer"}">';
          }
      }
!     $String .= '<input class="button" type="submit" name="' . $Param{Name} .
!         '::ExpandCustomerName1" value="$Text{"Search Customer"}">';
  
      return $String;



More information about the cvs-log mailing list