source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/options_page/html_templates/options_group_regular.tpl.html@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 421 bytes
Line 
1<h3>{OPTION_CATEGORY_TITLE}</h3>
2<table class="form-table" style="margin: 0">
3
4 <!-- BEGIN optionRow -->
5 <tr valign="top">
6
7 <!-- BEGIN option -->
8 <th style="border-bottom-style: none; font-size: 13px}" valign="top">
9 {OPTION_TITLE}
10 </th>
11 <td style="vertical-align: top; border-bottom-style: none">
12 {OPTION_WIDGET}
13 <br />{OPTION_DESC}
14 </td><!-- END option -->
15 </tr><!-- END optionRow -->
16</table>
Note: See TracBrowser for help on using the repository browser.