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/theme_control.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/theme_control.tpl')
| -rw-r--r-- | templates/theme_control.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/theme_control.tpl b/templates/theme_control.tpl index 6761b60..6a575ac 100644 --- a/templates/theme_control.tpl +++ b/templates/theme_control.tpl @@ -63,7 +63,7 @@ <form action="{$smarty.const.THEMES_PKG_URL}theme_control.php" method="post"> -<table class="data"> +<table class="table data"> <tr> <th> </th> <th><a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?offset={$offset}&sort_mode={if $sort_mode eq 'name_desc'}name_asc{else}name_desc{/if}">{tr}category{/tr}</a></th> |
