Changeset 1831
- Timestamp:
- 01/21/12 14:20:02 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
hdg/trunk/djangoapps/admintable/templates/AdminTable/search_form.html
r1785 r1831 301 301 302 302 switch(true) { 303 case(contains(':integer', nametype) ):303 case(contains(':integer', nametype) || contains(':serial', nametype)): 304 304 condselectoritems.push(OPTION({'value': 'lte'}, "< {% trans 'Less Than' %}")); 305 305 condselectoritems.push(OPTION({'value': 'gte'}, "> {% trans 'Greater Than' %}"));
