Changeset 1565
- Timestamp:
- Oct 3, 2010, 2:16:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/solr/templates/searchSuccess.php
r1564 r1565 150 150 } 151 151 ?></h1> 152 <?php if($graph) { 152 <?php 153 if($graph) { 153 154 $width_date = 900; 154 155 $left = 2; … … 205 206 $newargs['sort'] = 1; 206 207 echo link_search('trier par date', $query, $newargs, 0); 208 } 209 if(isset($newargs['date'])) { 210 $args_sans_date = $newargs; 211 unset($args_sans_date['date']); 212 echo ' - '.link_search('résultats sans contrainte de temps', $query, $args_sans_date, 0); 207 213 } 208 214 ?>
Note: See TracChangeset
for help on using the changeset viewer.