diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:27:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:27:58 -0400 |
| commit | f9098f330b5989a1af0dc19ff3dcd935a6a674cf (patch) | |
| tree | b053c4e0ed07c870d66fc36b627bc3c2676d63f6 /templates/module_config_inc.tpl | |
| parent | 388f330097c5cea12ea679150671a99224abbfbd (diff) | |
| download | themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.tar.gz themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.tar.bz2 themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/module_config_inc.tpl')
| -rw-r--r-- | templates/module_config_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/module_config_inc.tpl b/templates/module_config_inc.tpl index 00f7c35..803cb99 100644 --- a/templates/module_config_inc.tpl +++ b/templates/module_config_inc.tpl @@ -28,7 +28,7 @@ {if !$condensed} {if !$smarty.request.nocollapse && $gBitThemes->isJavascriptEnabled()}<div id="id-{$modInfo.module_id}" style="display:none;">{/if} - <table class="data"> + <table class="table data"> <tr> <td class="alignright">{tr}Position{/tr}</td> <td> |
