diff options
| -rw-r--r-- | templates/list_content.tpl | 2 | ||||
| -rw-r--r-- | templates/tags_list.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl index 26c246e..19b29ae 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -25,7 +25,7 @@ {assign var=isort_editor value=modifier_real_name} {/if} - <table class="data"> + <table class="table data"> {if $contentList} <caption>{tr}Available Content{/tr} <span class="total">[ {$listInfo.listInfo.total_records} ]</span></caption> <thead> diff --git a/templates/tags_list.tpl b/templates/tags_list.tpl index 94e30db..8d019df 100644 --- a/templates/tags_list.tpl +++ b/templates/tags_list.tpl @@ -1,5 +1,5 @@ {strip} -<table class="data"> +<table class="table data"> <tr> <th style="width:80%;">{tr}Tag{/tr}</th> <th style="width:10%;">{tr}Use Count{/tr}</th> |
