diff options
author | Steven Barth <steven@midlink.org> | 2008-03-25 23:34:21 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-25 23:34:21 +0000 |
commit | 5f9910566de7165f4bb0ee62bc3ace53c708a94e (patch) | |
tree | da06cbacc22d9d74b1e160e6dcf19fe0f62fa432 /src/ffluci/view/cbi/fvalue.htm | |
parent | 9fa7e0e92ddae9ff68f50ad20bbdfc8a3c09135a (diff) |
* Entering Version 0.2
* Completed CBI
* Minor bugfixes and enhancements
Diffstat (limited to 'src/ffluci/view/cbi/fvalue.htm')
-rw-r--r-- | src/ffluci/view/cbi/fvalue.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ffluci/view/cbi/fvalue.htm b/src/ffluci/view/cbi/fvalue.htm new file mode 100644 index 000000000..8c8a2dfba --- /dev/null +++ b/src/ffluci/view/cbi/fvalue.htm @@ -0,0 +1,10 @@ + <div class="cbi-value"> + <div class="left"> + <div class="cbi-value-title"><%=self.title%></div> + <div class="cbi-value-description"><%=self.description%></div> + </div> + <div class="cbi-value-field"> + <input type="checkbox" name="cbid.<%=self.config.."."..section.."."..self.option%>"<% if self:ucivalue(section) == self.enabled then %> checked="checked"<% end %> value="1" /> + </div> + <div class="clear"></div> + </div>
\ No newline at end of file |