diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:23:57 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:23:57 -0400 |
| commit | a8f0ab22383336b9107140818169d2df78f8ce2c (patch) | |
| tree | e8ae01bf0f42e794c552f1a04ee50f1b487e61b0 /templates/admin_types.tpl | |
| parent | 20cec0de378a0070ef165cc2a5d15d316b806536 (diff) | |
| download | articles-a8f0ab22383336b9107140818169d2df78f8ce2c.tar.gz articles-a8f0ab22383336b9107140818169d2df78f8ce2c.tar.bz2 articles-a8f0ab22383336b9107140818169d2df78f8ce2c.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/admin_types.tpl')
| -rw-r--r-- | templates/admin_types.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_types.tpl b/templates/admin_types.tpl index 136a15a..4dc4e7c 100644 --- a/templates/admin_types.tpl +++ b/templates/admin_types.tpl @@ -13,7 +13,7 @@ {jstabs} {jstab title="Article Types"} {form legend="Modify Article Types"} - <table class="data"> + <table class="table data"> <caption>{tr}Article Types{/tr}</caption> <tr> <th style="width:30%;" title="{tr}Name{/tr}">{tr}Name{/tr}</th> |
