[Top][All Lists]
[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>";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha output.t,1.1.2.4,1.1.2.5,
Pat Eyler <=
- Prev by Date:
[Koha-devel] CVS: koha/C4 Accounts.pm,1.1.1.1,1.1.1.1.2.1 Accounts2.pm,1.9,1.9.2.1 Acquisitions.pm,1.5,1.5.2.1 Catalogue.pm,1.11,1.11.2.1 Circmain.pm,1.1.1.1,1.1.1.1.2.1 Circulation.pm,1.1.1.1,1.1.1.1.2.1 Database.pm,1.2,1.2.2.1 Format.pm,1.1.1.1,1.1.1.1.2.1 Groups.pm,1.1,1.1.2.1 Input.pm,1.1.1.1,1.1.1.1.2.1 InterfaceCDK.pm,1.1.1.1,1.1.1.1.2.1 Maintainance.pm,1.4,1.4.2.1 Print.pm,1.3,1.3.2.1 Reserves2.pm,1.5,1.5.2.1 Scan.pm,1.1.1.1,1.1.1.1.2.1 Search.pm,1.18,1.18.2.1 Security.pm,1.1.1.1,1.1.1.1.2.1 Stats.pm,1.3,1.3.2.1 Stock.pm,1.1.1.1,1.1.1.1.2.1
- Next by Date:
[Koha-devel] CVS: koha/C4 Output.pm,1.6.2.7,1.6.2.8
- Previous by thread:
[Koha-devel] CVS: koha/C4 Accounts.pm,1.1.1.1,1.1.1.1.2.1 Accounts2.pm,1.9,1.9.2.1 Acquisitions.pm,1.5,1.5.2.1 Catalogue.pm,1.11,1.11.2.1 Circmain.pm,1.1.1.1,1.1.1.1.2.1 Circulation.pm,1.1.1.1,1.1.1.1.2.1 Database.pm,1.2,1.2.2.1 Format.pm,1.1.1.1,1.1.1.1.2.1 Groups.pm,1.1,1.1.2.1 Input.pm,1.1.1.1,1.1.1.1.2.1 InterfaceCDK.pm,1.1.1.1,1.1.1.1.2.1 Maintainance.pm,1.4,1.4.2.1 Print.pm,1.3,1.3.2.1 Reserves2.pm,1.5,1.5.2.1 Scan.pm,1.1.1.1,1.1.1.1.2.1 Search.pm,1.18,1.18.2.1 Security.pm,1.1.1.1,1.1.1.1.2.1 Stats.pm,1.3,1.3.2.1 Stock.pm,1.1.1.1,1.1.1.1.2.1
- Next by thread:
[Koha-devel] CVS: koha/C4 Output.pm,1.6.2.7,1.6.2.8
- Index(es):