Changeset 2092 in ExiteCMS for trunk/includes/templates/main.search.tpl
- Timestamp:
- 12/05/08 20:23:35 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.search.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.search.tpl
r2090 r2092 56 56 {section name=id loop=$searches} 57 57 {include file=$searches[id].template} 58 {if $smarty.section.id.last} 59 <input type='radio' name='search_id' value='99999' onclick='javascript:show_filter("date,users,forums");'/> {$locale.src524} <span style='color:red;'>*</span><br /> 60 {/if} 58 61 {sectionelse} 59 62 {$locale.src409} … … 195 198 </td> 196 199 </tr> 197 {if $message|default:"" != ""}198 <tr>199 <td align='left'>200 <span style='color:red;font-weight:bold;'>{$message}</span>201 </td>202 </tr>203 {/if}204 200 </table> 205 {if $message|default:"" == ""} 206 <hr /> 207 {include file=$searches.0.template} 208 {/if} 201 {section name=id loop=$reportvars.output} 202 {include file=$reportvars.output[id]._template output=$reportvars.output[id]} 203 {sectionelse} 204 <div style='color:red;font-weight:bold;text-align:center;padding:10px;'>{$locale.src432}</div> 205 {/section} 209 206 {include file="_closetable.tpl"} 210 207 {if $rows > $items_per_page}
Note: See TracChangeset
for help on using the changeset viewer.
