Verkeerde branch

svn path=/Website/branches/v2021.1/; revision=54868
This commit is contained in:
Jos Groot Lipman
2022-02-07 09:53:02 +00:00
parent decb56c8bf
commit d5cc245cbe

View File

@@ -156,7 +156,7 @@ htmlLogger =
this._file_handle.WriteLine(" background-color: #fee;");
this._file_handle.WriteLine("}");
this._file_handle.WriteLine("#clearform { display:none; position: fixed; top:5px; right:5px; border:2px solid white}");
this._file_handle.WriteLine(".orgurl { color: #666; }");
this._file_handle.WriteLine(".orgurl { padding-left:6.5em; color: #666; }");
this._file_handle.WriteLine("div.caller { font-size:8pt; display: none; position:absolute;");
this._file_handle.WriteLine(" border-radius: 5px; padding:5px; min-width: 14em;");
this._file_handle.WriteLine(" box-shadow: 8px 8px 5px #a0a0a0;");
@@ -246,8 +246,7 @@ htmlLogger =
var linkdat = "<a href='#tm" + now.getTime() + "' name='tm" + now.getTime() + "'>\n\n<!-- -- -->\n" + sDat + "</a>";
var usrtxt = (Session("user_key")||"");
var txt =("</td></tr><tr class='script' title='"+ ip + " " + usrtxt + "'>"
+ "<td valign='top'>" + linkdat + "</td><td valign='top' colspan=2> " + method + " " + pad);
var txt =("</td></tr><tr class='script'><td colspan=3 valign='top' title='"+ ip + " " + usrtxt + "'>" + linkdat + " " + method + " " + pad);
if (method == "POST" || Request.TotalBytes > 0)
txt += " <span class='bodysize'>(body " + Request.TotalBytes + " bytes)</span>";