Loading...
 
Skip to main content

tiki-list_articles.tpl: current type selected in find not selected in drop-down box

Status
Closed
Subject
tiki-list_articles.tpl: current type selected in find not selected in drop-down box
Version
1.9.x
Category
  • Error
  • Usability
Feature
Article
Templates (Smarty)
Resolution status
Fixed or Solved
Submitted by
Nelson Ko
Lastmod by
Nelson Ko
Rating
(0)
Description

Revision 1.34 CVS HEAD 1.9.5

"if $type" in below should be "if $find_type"

Copy to clipboard
Line 38: <option value="{$types[t].type|escape}" {if $type eq $types[t].type}selected="selected"{/if}>{tr}{$types[t].type}{/tr}</option>


Solution
Copy to clipboard
<option value="{$types[t].type|escape}" {if $find_type eq $types[t].type}selected="selected"{/if}>{tr}{$types[t].type}{/tr}</option>


was fixed with the implementation of find.tpl

Importance
3
Priority
15
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
912
Created
Wednesday 18 October, 2006 15:33:30 UTC
by Unknown
LastModif
Tuesday 12 June, 2007 16:56:26 UTC


Show PHP error messages