Mercurial > laserkard
diff paypal/classic_acrylic_green.paylist @ 49:5eb11cf654de laserkard
[svn r50] implemented max text length
author | rlm |
---|---|
date | Sun, 31 Jan 2010 21:37:24 -0500 |
parents | 26c2b3ad21c7 |
children | 8324f195ef36 |
line wrap: on
line diff
1.1 --- a/paypal/classic_acrylic_green.paylist Sun Jan 31 20:26:16 2010 -0500 1.2 +++ b/paypal/classic_acrylic_green.paylist Sun Jan 31 21:37:24 2010 -0500 1.3 @@ -105,7 +105,7 @@ 1.4 <!-- Start of Text Input Fields --> 1.5 <br> 1.6 Line 1: <br> 1.7 -<input type="text" name="line_1b" size="20" id="Line 1" 1.8 +<input type="text" MAXLENGTH = 30 name="line_1b" size="20" id="Line 1" 1.9 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 1');smallRedraw('', 'Line 1');" 1.10 1.11 > 1.12 @@ -113,7 +113,7 @@ 1.13 <br> 1.14 <br> 1.15 Line 2: <br> 1.16 -<input type="text" name="line_2b" size="20" id="Line 2" 1.17 +<input type="text" MAXLENGTH = 30 name="line_2b" size="20" id="Line 2" 1.18 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 2');smallRedraw('', 'Line 2');" 1.19 1.20 > 1.21 @@ -121,7 +121,7 @@ 1.22 <br> 1.23 <br> 1.24 Line 3: <br> 1.25 -<input type="text" name="line_3b" size="20" id="Line 3" 1.26 +<input type="text" MAXLENGTH = 30 name="line_3b" size="20" id="Line 3" 1.27 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 3');smallRedraw('', 'Line 3');" 1.28 1.29 > 1.30 @@ -129,7 +129,7 @@ 1.31 <br> 1.32 <br> 1.33 Line 4: <br> 1.34 -<input type="text" name="line_4b" size="20" id="Line 4" 1.35 +<input type="text" MAXLENGTH = 30 name="line_4b" size="20" id="Line 4" 1.36 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 4');smallRedraw('', 'Line 4');" 1.37 1.38 > 1.39 @@ -137,7 +137,7 @@ 1.40 <br> 1.41 <br> 1.42 Line 5: <br> 1.43 -<input type="text" name="line_5b" size="20" id="Line 5" 1.44 +<input type="text" MAXLENGTH = 30 name="line_5b" size="20" id="Line 5" 1.45 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 5');smallRedraw('', 'Line 5');" 1.46 1.47 > 1.48 @@ -145,7 +145,7 @@ 1.49 <br> 1.50 <br> 1.51 Side: <br> 1.52 -<input type="text" name="line_6b" size="20" id="Side" 1.53 +<input type="text" MAXLENGTH = 30 name="line_6b" size="20" id="Side" 1.54 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Side');smallRedraw('', 'Side');" 1.55 1.56 >