Skip to content
Snippets Groups Projects
Commit 5ae598c9 authored by Steven Wittens's avatar Steven Wittens
Browse files

theme enlargement

parent 226e382f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -43,11 +43,11 @@ function header($title) { ...@@ -43,11 +43,11 @@ function header($title) {
<STYLE type="text/css"> <STYLE type="text/css">
<!-- <!--
TABLE { border-width: 0; } TABLE { border-width: 0; }
TD { border-width: 0; font-size: 8pt; font-family: verdana,helvetica,arial; } TD { border-width: 0; font-size: 10pt; font-family: verdana,helvetica,arial; }
P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 8pt; font-family: verdana,helvetica,arial; } P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 10pt; font-family: verdana,helvetica,arial; }
BODY { margin: 10px; font-size: 9pt; font-family: verdana,helvetica,arial; } BODY { margin: 10px; font-size: 10pt; font-family: verdana,helvetica,arial; }
SMALL { font-size: 8pt; } SMALL { font-size: 9pt; }
BIG { font-size: 10pt; } BIG { font-size: 11pt; }
--> -->
</STYLE> </STYLE>
<BODY TEXT="#000000" BGCOLOR="<? print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> <BODY TEXT="#000000" BGCOLOR="<? print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10">
...@@ -72,7 +72,7 @@ function header($title) { ...@@ -72,7 +72,7 @@ function header($title) {
print "</TR></TD></TABLE>"; print "</TR></TD></TABLE>";
?></TD></TR> ?></TD></TR>
<TR> <TR>
<TD VALIGN="top" WIDTH="560"> <TD VALIGN="top" WIDTH="660">
<? <?
} }
...@@ -203,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) { ...@@ -203,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) {
<? <?
$result = mysql_query("SELECT COUNT(tid) FROM comments WHERE sid = $sid AND score < $threshold"); $result = mysql_query("SELECT COUNT(tid) FROM comments WHERE sid = $sid AND score < $threshold");
if ($result && $number = mysql_result($result, 0)) { if ($result && $number = mysql_result($result, 0)) {
?> <SMALL><FONT COLOR="<? echo "$this->fgcolor2"; ?>">There are at least <? echo $number; ?> comments below your threshold.</FONT></SMALL> <? ?> <BR><SMALL><FONT COLOR="<? echo "$this->fgcolor2"; ?>">There are at least <? echo $number; ?> comments below your threshold.</FONT></SMALL> <?
} }
print "</TD></TR>"; print "</TD></TR>";
...@@ -305,7 +305,7 @@ function box($subject, $content) { ...@@ -305,7 +305,7 @@ function box($subject, $content) {
function footer() { function footer() {
?> ?>
</TD> </TD>
<TD VALIGN="top" WIDTH="150"> <TD VALIGN="top" WIDTH="200">
<? <?
global $PHP_SELF, $user; global $PHP_SELF, $user;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment