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 -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-templating/www/doc/widgets/input.html 20 Aug 2015 17:19:54 -0000 1.2.2.1 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.html 22 Jun 2016 07:48:44 -0000 1.2.2.2 @@ -5,8 +5,8 @@

The Input Widgets

-Templating System : - Widget Reference : Input +Templating System : + Widget Reference : Input

Overview

@@ -38,7 +38,7 @@
 template::element create test_form cost \
- -label "Car Cost" -datatype number -widget radio \
+ -label "Car Cost" -datatype number -widget radio \
  -options { {Cheap 1000} {Medium 50000} {Expensive 999999} }