diff options
Diffstat (limited to 'src/ffluci/view/cbi/valueheader.htm')
-rw-r--r-- | src/ffluci/view/cbi/valueheader.htm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ffluci/view/cbi/valueheader.htm b/src/ffluci/view/cbi/valueheader.htm new file mode 100644 index 0000000000..86c782d711 --- /dev/null +++ b/src/ffluci/view/cbi/valueheader.htm @@ -0,0 +1,3 @@ + <div class="cbi-value clear" id="cbi-<%=self.config.."-"..section.."-"..self.option%>"> + <div class="cbi-value-title left"><%=self.title%></div> + <div class="cbi-value-field">
\ No newline at end of file |