diff options
author | Steven Barth <steven@midlink.org> | 2008-07-06 11:24:20 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-06 11:24:20 +0000 |
commit | 6e2fe3af63223e29b511e7fe4a68e5884476ad6f (patch) | |
tree | 0b9f808a31e45898e51e7607e300ea620fa8023e | |
parent | 740a341b04289038ec123c25d6f5b91cc1c5de6f (diff) |
libs/cbi: Use labels instead of divs for field titles
-rw-r--r-- | libs/cbi/luasrc/view/cbi/full_valueheader.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/full_valueheader.htm b/libs/cbi/luasrc/view/cbi/full_valueheader.htm index 062efa2dd..36b0526f8 100644 --- a/libs/cbi/luasrc/view/cbi/full_valueheader.htm +++ b/libs/cbi/luasrc/view/cbi/full_valueheader.htm @@ -1,3 +1,3 @@ <div class="cbi-value" id="cbi-<%=self.config.."-"..section.."-"..self.option%>"> - <div class="cbi-value-title"><%=self.title%></div> + <label for="cbid.<%=self.config.."."..section.."."..self.option%>" class="cbi-value-title"><%=self.title%></label> <div class="cbi-value-field">
\ No newline at end of file |