Changeset 13422


Ignore:
Timestamp:
2006-12-06T10:03:12+13:00 (17 years ago)
Author:
kjdon
Message:

changed the options for maxdocs and hitsperpage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/pref.dm

    r12875 r13422  
    411411  <option value="100"_If_("_cgiargm_" eq "100", selected)>100
    412412  <option value="200"_If_("_cgiargm_" eq "200", selected)>200
     413  <option value="-1"_If_("_cgiargm_" eq "-1", selected)>_textall_
    413414</select>
    414415}
     
    419420  <option value="20"_If_("_cgiargo_" eq "20", selected)>20
    420421  <option value="50"_If_("_cgiargo_" eq "50", selected)>50
    421   <option value="100")_If_("_cgiargo_" eq "100", selected)>_textall_
     422  <option value="-1"_If_("_cgiargo_" eq "-1", selected)>_textall_
    422423</select>
    423424}
Note: See TracChangeset for help on using the changeset viewer.