summaryrefslogtreecommitdiff
path: root/htroot/ViewLog_p.html
diff options
context:
space:
mode:
authortheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-06-02 21:23:32 +0000
committertheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-06-02 21:23:32 +0000
commite1a5babff1a95ca9e977ec365f6607c9f7020b0a (patch)
tree42a95dda8aade04db92bde0f9b3f3849609e5200 /htroot/ViewLog_p.html
parent94cc9f05f58557001d701290c8c7c422a382d23f (diff)
*) Logging GUI handler: line-size is now set to max-size if max-size was exceeded
See: http://www.yacy-forum.de/viewtopic.php?p=36355 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3786 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewLog_p.html')
-rw-r--r--htroot/ViewLog_p.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewLog_p.html b/htroot/ViewLog_p.html
index 3025671c4..c73e20196 100644
--- a/htroot/ViewLog_p.html
+++ b/htroot/ViewLog_p.html
@@ -11,7 +11,7 @@
<form action="ViewLog_p.html" method="get" >
<fieldset>
- <input type="text" name="lines" id="lines" size ="4" value="#[lines]#" maxlength="9" /><label for="lines"> Lines</label>
+ <input type="text" name="lines" id="lines" size ="4" value="#[lines]#" maxlength="9" /><label for="lines"> Lines (max. #[maxlines]#)</label>
<input type="checkbox" name="mode" id="mode" value="reversed" #(reverseChecked)#::checked="checked"#(/reverseChecked)# /><label for="mode">reversed order</label>
<input type="text" name="filter" id="filter" size ="30" value="#[filter]#" maxlength="60" />
<input type="submit" value="refresh" />