From ec63402585f54f7f2399dc82b1fe402f726315ff Mon Sep 17 00:00:00 2001 From: Chris Schmitz Date: Tue, 13 Sep 2011 10:02:43 -0500 Subject: Minor typo and grammar corrections. --- user_guide/helpers/form_helper.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide') diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index 0afe0eb53..511eeab89 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -180,12 +180,12 @@ echo form_input('username', 'johndoe', $js);

form_password()

This function is identical in all respects to the form_input() function above -except that is sets it as a "password" type.

+except that it uses the "password" input type.

form_upload()

This function is identical in all respects to the form_input() function above -except that is sets it as a "file" type, allowing it to be used to upload files.

+except that it uses the "file" input type, allowing it to be used to upload files.

form_textarea()

@@ -318,7 +318,7 @@ fourth parameter:

form_radio()

-

This function is identical in all respects to the form_checkbox() function above except that is sets it as a "radio" type.

+

This function is identical in all respects to the form_checkbox() function above except that it uses the "radio" input type.

form_submit()

-- cgit v1.2.3-24-g4f1b