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
- Description
Revision 1.34 CVS HEAD 1.9.5
"if $type" in below should be "if $find_type"
Copy to clipboardLine 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 912
- Created
- Wednesday 18 October, 2006 15:33:30 UTC
by Unknown - LastModif
- Tuesday 12 June, 2007 16:56:26 UTC