equal
deleted
inserted
replaced
98 </table> |
98 </table> |
99 <br><br> |
99 <br><br> |
100 <?php |
100 <?php |
101 } // end if |
101 } // end if |
102 |
102 |
103 |
|
104 |
|
105 |
|
106 |
|
107 |
|
108 // any records ?! |
103 // any records ?! |
109 if(count($search_result['records'])) |
104 if(count($search_result['records'])) |
110 { |
105 { |
111 ?> |
106 ?> |
112 <b><? echo _('Records found'); ?>:</b> |
107 <b><? echo _('Records found'); ?>:</b> |
164 { |
159 { |
165 ?> |
160 ?> |
166 <table border="0" cellspacing="4"> |
161 <table border="0" cellspacing="4"> |
167 <tr> |
162 <tr> |
168 <td width="510" class="n"> |
163 <td width="510" class="n"> |
169 <? echo _('Nothing found for query'); ?> "<? echo $_POST['q']?>" |
164 <? echo _('Nothing found for query'); ?> "<? echo $_POST['q']?>". |
170 </td> |
165 </td> |
171 </tr> |
166 </tr> |
172 </table> |
167 </table> |
173 <? |
168 <? |
174 } |
169 } |