summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-04-30 17:58:50 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-04-30 17:58:50 +0000
commit398dabe35ab2e591803c101fe890e2ba99a5e548 (patch)
tree8da219e6c91dd9650137304f07c8cbdae4755195 /templates
parent1fa9f65870905647688580feb157596c5d2be443 (diff)
downloadtags-398dabe35ab2e591803c101fe890e2ba99a5e548.tar.gz
tags-398dabe35ab2e591803c101fe890e2ba99a5e548.tar.bz2
tags-398dabe35ab2e591803c101fe890e2ba99a5e548.zip
further template cleanup: remove duplicate strip and trailing whitespace
Diffstat (limited to 'templates')
-rw-r--r--templates/list_content.tpl17
1 files changed, 8 insertions, 9 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl
index ac3bfeb..b4fe9a7 100644
--- a/templates/list_content.tpl
+++ b/templates/list_content.tpl
@@ -5,7 +5,6 @@
</div>
<div class="body">
- {strip}
{form legend="Search Content by Tags"}
<input type="hidden" name="user_id" value="{$user_id}" />
<div class="row">
@@ -16,7 +15,7 @@
{/forminput}
</div>
{/form}
-
+
{* assign the correct sort columns for user name sorting *}
{if $gBitSystem->getConfig( 'users_display_name' ) eq 'login'}
{assign var=isort_author value=creator_user}
@@ -25,7 +24,7 @@
{assign var=isort_author value=creator_real_name}
{assign var=isort_editor value=modifier_real_name}
{/if}
-
+
<table class="data">
<caption>{tr}Available Content{/tr} <span class="total">[ {$listInfo.total_records} ]</span></caption>
<tr>
@@ -48,14 +47,14 @@
</tr>
{/foreach}
</table>
-
+
{pagination}
- {/strip}
- <div class="header">
- <h1>{tr}Tags{/tr}</h1>
- </div>
+
+ <div class="header">
+ <h1>{tr}Tags{/tr}</h1>
+ </div>
+
{include file="bitpackage:tags/tags_cloud.tpl"}
</div><!-- end .body -->
</div><!-- end .liberty -->
{/strip}
-