aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/defaults.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-10 15:36:21 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-10 15:36:21 +0100
commitce038ce1a78cfe1ecc8fbc50095a8e036880da72 (patch)
tree9005b4c7aa894b859880ce66d6d2b390b2e79105 /lib/sisu/v0/defaults.rb
parentsisu-0.55.2 md5s, and cosmetic fix to debian/copyright (diff)
parentcgi search form worked on and presentation, (an info button added and used) (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/defaults.rb')
-rw-r--r--lib/sisu/v0/defaults.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb
index 66333528..694b2e83 100644
--- a/lib/sisu/v0/defaults.rb
+++ b/lib/sisu/v0/defaults.rb
@@ -377,7 +377,7 @@ module SiSU_Viz
'sisu.png'
end
def icon_manifest
- 'bullet_red.png'
+ 'b_info.png'
end
def icon_doc
'b_doc.png'
@@ -911,7 +911,7 @@ module SiSU_Viz
end
def nav_txt_manifest
%{ <font face="#{font_fonts}" size="2">
- #{png_manifest}&nbsp;&nbsp;?&nbsp;
+ #{png_manifest}&nbsp;
</font> }
end
def nav_txt_concordance
@@ -1528,7 +1528,6 @@ outputs include: plaintext, html, XHTML, XML, ODF (OpenDocument), LaTeX, PDF, SQ
<br />
<input type="submit" name="ignore" value="search" />
<input type="hidden" name="db" value="SiSU_sisu" />
-<input type="hidden" name="a" value="1" />
<input type="radio" name="view" value="index" checked="checked" /> idx
<input type="radio" name="view" value="text" /> txt
</form>