Changeset 12181


Ignore:
Timestamp:
2006-07-12T17:05:17+12:00 (18 years ago)
Author:
kjdon
Message:

added back in formquerytypeselection so that other languages are still ok. its not used by english.dm any more

File:
1 edited

Legend:

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

    r11990 r12181  
    722722}
    723723
     724
    724725_formquerytypesimpleselection_ {
    725726<select name="t">
     
    736737}
    737738
    738 
     739# this one is not used by english.dm any more. But I have added it back for the other languages that haven't updated the translations for their form search  macros.
     740_formquerytypeselection_ {
     741<select name="t">
     742<option value="1"_If_(_cgiargt_, selected)>_If_(_cgiargqf_,_textranked_,_textsome_)
     743<option value="0"_If_(_cgiargt_,, selected)>_If_(_cgiargqf_,_textnatural_,_textall_)
     744</select>
     745}
     746
Note: See TracChangeset for help on using the changeset viewer.