From 20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5 Mon Sep 17 00:00:00 2001 From: laetzer Date: Mon, 29 Sep 2008 11:56:30 +0000 Subject: inline css in liberty, kernel, themes replaced with classes from inline.css (loaded by themes pkg) --- templates/center_list_generic.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'templates/center_list_generic.tpl') diff --git a/templates/center_list_generic.tpl b/templates/center_list_generic.tpl index beed221..d77a4ed 100644 --- a/templates/center_list_generic.tpl +++ b/templates/center_list_generic.tpl @@ -40,7 +40,7 @@ {tr}{if $contentType}{$contentType}s{else}Content{/if} Listing{/tr} [ {$listInfo.total_records} ] {counter name=cols start=-1 print=false} - {smartlink ititle="ID" isort=content_id list_page=$listInfo.current_page ihash=$listInfo.ihash} + {smartlink ititle="ID" isort=content_id list_page=$listInfo.current_page ihash=$listInfo.ihash} {counter name=cols assign=cols print=false} {smartlink ititle="Title" isort=title list_page=$listInfo.current_page idefault=1 ihash=$listInfo.ihash} {counter name=cols assign=cols print=false} @@ -59,20 +59,22 @@ {foreach from=$contentList item=item} - {$item.content_id} + {$item.content_id} {$item.display_link} {assign var=content_type_guid value=`$item.content_type_guid`}{$contentTypes.$content_type_guid} {displayname real_name=$item.creator_real_name user=$item.creator_user} {displayname real_name=$item.modifier_real_name user=$item.modifier_user} {$item.last_modified|bit_short_date} {if $gBitUser->hasPermission('p_liberty_view_all_status')} - {$item.ip} + {$item.ip} {/if} {foreachelse} - - {tr}No records found{/tr} - + + + {tr}No records found{/tr} + + {/foreach} {/form} -- cgit v1.3