diff --git a/templates/ktcore/search2/search_results.smarty b/templates/ktcore/search2/search_results.smarty index 36b39c7..4fa34b8 100755 --- a/templates/ktcore/search2/search_results.smarty +++ b/templates/ktcore/search2/search_results.smarty @@ -4,7 +4,6 @@

{i18n}Search Expression{/i18n}

-
{i18n}Search Expression{/i18n} {$txtQuery} @@ -99,6 +98,8 @@ function onShowAll(showall) {/literal} +
+
{if empty($iSavedID)}
@@ -108,8 +109,8 @@ function onShowAll(showall)
{/if} - - + +
{i18n}Search Results{/i18n} @@ -132,8 +133,6 @@ function onShowAll(showall) {assign var=cbid value=0} {foreach item=document from=$results} - - {if $document->IsLive} {$document->Title} {if $document->Title != $document->Filename} @@ -150,36 +149,35 @@ function onShowAll(showall) {i18n}Version:{/i18n} {$document->Version} {$document->Text} - {$document->FullPath}/{$document->Title} - {$document->Filesize} + {$document->FullPath}/{$document->Title} - {$document->Filesize} - {i18n}Created By:{/i18n} Conrad Vermeulen - {i18n}on{/i18n} 2007-09-28 + {i18n}Created By:{/i18n} {$document->CreatedBy} + {i18n}on{/i18n} {$document->DateCreated} - {assign var=workflow value=$document->Workflow} - {if $workflow != '' || $this->Document->IsCheckedOut} + + {if $workflow != ''} - {i18n}Workflow:{/i18n} {$workflow} + {i18n}Workflow:{/i18n} $document->Workflow} {/if} {if $document->CheckedOutUser != ''} - {i18n}Checked out by:{/i18n} {$document->CheckedOutUser} - {i18n}on{/i18n} 2007-09-28 + {i18n}Checked out by:{/i18n} {$document->CheckedOutUser} + {i18n}on{/i18n} {$document->DateCheckedOut} {else} - {i18n}Modified by:{/i18n} Conrad Vermeulen - {i18n}on{/i18n} 2007-09-28 + {i18n}Modified by:{/i18n} {$document->ModifiedBy} + {i18n}on{/i18n} {$document->DateModified} {/if} - {/if} +

{assign var=cbid value=$cbid+1} - {/if} {/foreach} @@ -197,9 +195,11 @@ function onShowAll(showall) +
{foreach from=$bulkactions item=bulkaction} {/foreach} +