fix missing ' + adjust indent

This commit is contained in:
Nawawi Jamili
2013-11-29 21:16:11 +08:00
parent f185cc8885
commit f1a69b7cfb
5 changed files with 40 additions and 40 deletions

View File

@ -160,7 +160,7 @@ else {
print "return false;\n";
print "}\n";
print "</script>\n";
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;>'";
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';}\"");
print "<hr style='width:100%;'></div>";
print "<table width=100%>\n";