koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] CVS: koha output.t,1.1.2.4,1.1.2.5


From: Pat Eyler
Subject: [Koha-devel] CVS: koha output.t,1.1.2.4,1.1.2.5
Date: Thu Apr 25 16:36:05 2002

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv11205

Modified Files:
      Tag: rel-1-2
        output.t 
Log Message:
found a cleaner way to do &mkformnotable, and refactored tests to allow it.

Index: output.t
===================================================================
RCS file: /cvsroot/koha/koha/Attic/output.t,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** output.t    25 Apr 2002 20:15:32 -0000      1.1.2.4
--- output.t    25 Apr 2002 23:35:17 -0000      1.1.2.5
***************
*** 191,195 ****
  @inputs = (address@hidden);
  $return ="<form action=actionurl method=post>\n";
! $return .= "<input type=radio name=radioname value=radiovalue>radiovalue";
  $return .= "</form>";
  
--- 191,195 ----
  @inputs = (address@hidden);
  $return ="<form action=actionurl method=post>\n";
! $return .= "<input type=radio name=radioname 
value=\"radiovalue\">radiovalue\n";
  $return .= "</form>";
  
***************
*** 203,207 ****
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=text name=textname value=\"textvalue\">";
  $return .= "</form>";
  
--- 203,207 ----
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=text name=textname value=\"textvalue\">\n";
  $return .= "</form>";
  
***************
*** 216,220 ****
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<textarea name=textareaname wrap=physical cols=40 
rows=4>textareavalue</textarea>";
  $return .= "</form>";
  
--- 216,220 ----
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<textarea name=textareaname wrap=physical cols=40 
rows=4>textareavalue</textarea>\n";
  $return .= "</form>";
  
***************
*** 228,232 ****
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=submit name=submitname value=\"submitvalue\">";
  $return .= "</form>";
  
--- 228,232 ----
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=submit name=submitname value=\"submitvalue\">\n";
  $return .= "</form>";
  
***************
*** 240,244 ****
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=reset name=resetname value=\"resetvalue\">";
  $return .= "</form>";
  
--- 240,244 ----
  @inputs = (address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=reset name=resetname value=\"resetvalue\">\n";
  $return .= "</form>";
  
***************
*** 253,257 ****
  $return = "<form action=actionurl method=post>\n";
  $return .= "<input type=hidden name=hiddenname value=\"hiddenvalue\">\n";
! $return .= "<input type=submit name=submitname value=\"submitvalue\">";
  $return .= "</form>";
  
--- 253,257 ----
  $return = "<form action=actionurl method=post>\n";
  $return .= "<input type=hidden name=hiddenname value=\"hiddenvalue\">\n";
! $return .= "<input type=submit name=submitname value=\"submitvalue\">\n";
  $return .= "</form>";
  
***************
*** 266,272 ****
  @inputs = (address@hidden, address@hidden, address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=text name=textname value=\"textvalue\">";
! $return .= "<input type=submit name=submitname value=\"submitvalue\">";
! $return .= "<input type=reset name=resetname value=\"resetvalue\">";
  $return .= "</form>";
  
--- 266,272 ----
  @inputs = (address@hidden, address@hidden, address@hidden);
  $return = "<form action=actionurl method=post>\n";
! $return .= "<input type=text name=textname value=\"textvalue\">\n";
! $return .= "<input type=submit name=submitname value=\"submitvalue\">\n";
! $return .= "<input type=reset name=resetname value=\"resetvalue\">\n";
  $return .= "</form>";
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]