Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.html,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content.html 15 Aug 2019 10:13:07 -0000 1.3.2.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.html 20 May 2020 09:20:35 -0000 1.3.2.2 @@ -881,7 +881,7 @@
-Return the sql statement for a column value in an insert or update statement, using a bind variable for the actual value and wrapping it in a conversion function where appropriate. +Return the SQL statement for a column value in an insert or update statement, using a bind variable for the actual value and wrapping it in a conversion function where appropriate.
Index: openacs-4/packages/acs-templating/www/doc/TclDocs/pagination.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/pagination.html,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/pagination.html 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/pagination.html 20 May 2020 09:20:35 -0000 1.2.2.1 @@ -117,7 +117,7 @@ * - The sql query to paginate + The SQL query to paginate page Index: openacs-4/packages/acs-templating/www/doc/tagref/property.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/property.adp,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-templating/www/doc/tagref/property.adp 20 May 2020 09:15:57 -0000 1.4.2.1 +++ openacs-4/packages/acs-templating/www/doc/tagref/property.adp 20 May 2020 09:20:35 -0000 1.4.2.2 @@ -10,7 +10,7 @@

Summary

The property tag is used to set named attributes of the page. The boolean attribute adp can be used to control, whether -the content of the element should be processed by the ADP paraser or +the content of the element should be processed by the ADP parser or not. Properties are most commonly used to pass information to a master template, such as a title or logo.

Usage

Index: openacs-4/packages/acs-templating/www/doc/tagref/property.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/property.html,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/acs-templating/www/doc/tagref/property.html 20 May 2020 09:15:57 -0000 1.3.2.1 +++ openacs-4/packages/acs-templating/www/doc/tagref/property.html 20 May 2020 09:20:35 -0000 1.3.2.2 @@ -14,7 +14,7 @@

The property tag is used to set named attributes of the page. The boolean attribute adp can be used to control, whether -the content of the element should be processed by the ADP paraser or +the content of the element should be processed by the ADP parser or not. Properties are most commonly used to pass information to a master template, such as a title or logo.

Index: openacs-4/packages/acs-templating/www/doc/widgets/input.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/input.adp,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-templating/www/doc/widgets/input.adp 7 Aug 2017 23:48:03 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.adp 20 May 2020 09:20:35 -0000 1.5.2.1 @@ -38,7 +38,7 @@ whose value is 1000, "Medium", whose value is 50000, and "Expensive", whose value is 999999. The value of the entire widget is either the empty string (if the user did not -select any of the radio buttons), or a the value of the currently +select any of the radio buttons), or the value of the currently selected radio button. For instance, if the user selects "Medium" in the example above, the value of cost Index: openacs-4/packages/acs-templating/www/doc/widgets/input.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/input.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/widgets/input.html 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.html 20 May 2020 09:20:35 -0000 1.3.2.1 @@ -45,7 +45,7 @@ will create a radio button group with 3 options: "Cheap", whose value is 1000, "Medium", whose value is 50000, and "Expensive", whose value is 999999. The value of the entire widget is either the empty string (if the user did not select any -of the radio buttons), or a the value of the currently selected radio button. For instance, +of the radio buttons), or the value of the currently selected radio button. For instance, if the user selects "Medium" in the example above, the value of cost will be 50000.

The default form template renders the Radio Group widget as a column of radio buttons.