summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-24 13:27:49 -0400
committerspiderr <spider@viovio.com>2013-04-24 13:27:49 -0400
commit630446d2ad40489dfd64a72a1d81d250c903956b (patch)
tree64abb563f20605dc946a63309de031576c498a12 /templates
parent143cbf10a390a929dd4f94150807dad3ea702e8f (diff)
downloadtags-630446d2ad40489dfd64a72a1d81d250c903956b.tar.gz
tags-630446d2ad40489dfd64a72a1d81d250c903956b.tar.bz2
tags-630446d2ad40489dfd64a72a1d81d250c903956b.zip
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates')
-rw-r--r--templates/list_content.tpl2
-rw-r--r--templates/tags_list.tpl2
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>