Revision d0f665cc

b/templates/user_routes.html
154 154
        
155 155
    }
156 156
	if (reg_exp == '') {
157
            reg_exp = 'X|'
157
            reg_exp = 'XXX|'
158 158
        }
159 159
    oTable.fnFilter(reg_exp.slice(0, -1), 4, true);
160 160
    
......
232 232
				        </td>
233 233
				    
234 234
				        <td>
235
				            <input type="checkbox" class="onoff" name="status_filter" value="SUSPENDED" checked id="show_inactive"/>
235
				            <input type="checkbox" class="onoff" name="status_filter" value="SUSPENDED" id="show_inactive"/>
236 236
				        </td>
237 237
				   
238 238
				        <td>
......
248 248
				        </td>
249 249
				   
250 250
				        <td>
251
				            <input type="checkbox" class="onoff" name="status_filter" value="PENDING" checked id="show_pending"/>
251
				            <input type="checkbox" class="onoff" name="status_filter" value="PENDING" id="show_pending"/>
252 252
				        </td>
253 253
				    </tr>
254 254
				</tbody>

Also available in: Unified diff