From dbfa28358dad5e897f70db9817b6244a86d9c4de Mon Sep 17 00:00:00 2001 From: spiderr Date: Thu, 9 May 2013 21:55:05 -0400 Subject: bootstrap and HTML5 updates --- templates/list_content.tpl | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/templates/list_content.tpl b/templates/list_content.tpl index 19b29ae..c1e0b89 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -1,20 +1,21 @@ {strip}
-
+
+
+ {if $hidden} + {assign var=actionParams value=$hidden|http_build_query} + {/if} + {form class="form-search" method="get" action="`$smarty.server.SCRIPT_NAME`?`$actionParams`"} +
+ + +
+ {/form} +

{tr}Tagged Content Listing{/tr}

-
+ -
- {strip} - {form class="minifind" legend='find in entries' method="get" action="`$smarty.server.SCRIPT_NAME`?`$hidden|@http_build_query`"} - {booticon iname="icon-search" ipackage="icons" iexplain="Search"} -   -   - {if $smarty.request.find} - - {/if} - {/form} - {/strip} +
{* assign the correct sort columns for user name sorting *} {if $gBitSystem->getConfig( 'users_display_name' ) eq 'login'} @@ -89,19 +90,19 @@ {pagination tags=$tagsReq} -
+ -
+

{tr}Tags{/tr}

-
+ -
+
{if $cloud} {include file="bitpackage:tags/tags_cloud.tpl"} {else} {include file="bitpackage:tags/tags_list.tpl"} {/if} -
+
{/strip} -- cgit v1.3