diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:26:00 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:26:00 -0400 |
| commit | e1d7f1c5e5013b00d83872715844c2645876729c (patch) | |
| tree | 26671eb0caee7056ca010aa20226aba4d80bda25 /templates/list_newsletters.tpl | |
| parent | eb3902a107de36cc3064c8cf52e0a9e14a6b4301 (diff) | |
| download | newsletters-e1d7f1c5e5013b00d83872715844c2645876729c.tar.gz newsletters-e1d7f1c5e5013b00d83872715844c2645876729c.tar.bz2 newsletters-e1d7f1c5e5013b00d83872715844c2645876729c.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/list_newsletters.tpl')
| -rw-r--r-- | templates/list_newsletters.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_newsletters.tpl b/templates/list_newsletters.tpl index fb26060..08d9a02 100644 --- a/templates/list_newsletters.tpl +++ b/templates/list_newsletters.tpl @@ -13,7 +13,7 @@ {minifind} - <table class="data"> + <table class="table data"> <caption>{tr}Newsletters{/tr}</caption> <tr> <th>{smartlink ititle="Name" isort=name offset=$offset}</th> |
