*** empty log message ***
This commit is contained in:
parent
4dc37a1c9c
commit
36f6ca0b06
9 changed files with 60 additions and 67 deletions
|
@ -27,8 +27,4 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
{BROWSE->endResult assign=endResult}
|
||||
{$endResult}
|
||||
</table>
|
||||
</div
|
||||
</div>
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
{if $searchForm}
|
||||
{include file="library/searchForm.tpl"}
|
||||
{SEARCH->getResult assign=searchResults}
|
||||
{/if}
|
||||
|
||||
{if $showSearchResults}
|
||||
{include file="library/searchResults.tpl"}
|
||||
{/if}
|
||||
|
||||
{if $browseForm}
|
||||
{if $browseForm}
|
||||
{include file="library/browseForm.tpl"}
|
||||
{BROWSE->getResult assign=searchResults}
|
||||
{/if}
|
||||
|
||||
{include file="library/results.tpl"}
|
|
@ -1,7 +1,7 @@
|
|||
{*Smarty template*}
|
||||
|
||||
|
||||
<div id="searchres">
|
||||
<center>
|
||||
<center>
|
||||
{if $searchResults.count > 0}
|
||||
<table border="0" width="50%">
|
||||
<tr style="background-color: {cycle values='#eeeeee, #dadada'}">
|
||||
|
@ -22,12 +22,6 @@
|
|||
<td align="center">{$i.creator}</td>
|
||||
<td align="center">{$i.duration}</td>
|
||||
<td align="center">{$i.type}</td>
|
||||
<!--
|
||||
<td>
|
||||
<a href="#" onClick="hpopup('{$UI_HANDLER}?act=PL.addItem&id={$i.id}', '2PL')">[PL]</a>
|
||||
<a href="#" onClick="hpopup('{$UI_HANDLER}?act=SP.addItem&id={$i.id}', '2SP')">[SP]</a>
|
||||
</td>
|
||||
-->
|
||||
</tr>
|
||||
{/foreach}
|
||||
<tr>
|
Loading…
Add table
Add a link
Reference in a new issue