diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-03-27 21:11:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-03-27 21:13:49 -0400 |
commit | 9996dab2a3c3a24347c713a1bc64bdf221b6c6b6 (patch) | |
tree | 08fff1abc4bfe962ad76776d8d5930ed3fc78b4e | |
parent | harvest (v2): add search widgets; fixes bug in harvest_topics; other minor (diff) |
sysenv, search_widget, small adjustments
-rw-r--r-- | lib/sisu/v2/sysenv.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/sisu/v2/sysenv.rb b/lib/sisu/v2/sysenv.rb index ddb48bba..88195630 100644 --- a/lib/sisu/v2/sysenv.rb +++ b/lib/sisu/v2/sysenv.rb @@ -1190,7 +1190,6 @@ WOK <input type="text" name="s1" size="24" maxlength="255" /> <br /> <input type="hidden" name="db" value="#{db}" /> -<input type="hidden" name="fns" value="#{@fnb}" /> <input type="hidden" name="doc" value="#{@fnb}" /> <input type="submit" name="search" value="search doc" /> <input type="submit" name="search" value="search db" /> @@ -1205,7 +1204,7 @@ WOK <input type="text" name="s1" size="24" maxlength="255" /> <br /> <input type="hidden" name="db" value="#{db}" /> -<input type="submit" /> +<input type="submit" name="search" value="search db" /> </font> </form> <!-- SiSU Search --> } @@ -1786,7 +1785,7 @@ WOK if defined? @rc['search']['sisu']['title'] \ and @rc['search']['sisu']['title'] =~/\S+/ @rc['search']['sisu']['title'] - else %{SiSU search form (sample):} + else %{(SiSU (generated sample) search form} end end def output_tell |