From: Ivan Kohler Date: Mon, 26 Aug 2013 04:50:30 +0000 (-0700) Subject: doc X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=67ed70f00872700565d6868627da427016d2c6e3;p=freeside.git doc --- diff --git a/httemplate/elements/tr-checkbox.html b/httemplate/elements/tr-checkbox.html index c3cf92ddc..5761263cf 100644 --- a/httemplate/elements/tr-checkbox.html +++ b/httemplate/elements/tr-checkbox.html @@ -1,3 +1,14 @@ +<%doc> + +Example: + + <& /elements/tr-checkbox.html, + 'label' => 'Do or do not', + 'field' => 'field_name', + 'value' => 'Y', + &> + + <% include('tr-td-label.html', @_ ) %> >