forked from science-ation/science-ation
CSS: add sizes and fonts for "input", "textarea" and "select"
Remove seconds from signature page footer show status of 'Print' in summary table
This commit is contained in:
parent
4477a9412c
commit
0786cf99d2
@ -100,6 +100,7 @@ echo i18n("Signature Page");
|
|||||||
if($statusstudent=="complete" && $statusproject=="complete" && $statusmentor=="complete" && $statussafety=="complete")
|
if($statusstudent=="complete" && $statusproject=="complete" && $statusmentor=="complete" && $statussafety=="complete")
|
||||||
echo "</a>";
|
echo "</a>";
|
||||||
echo "</td><td>";
|
echo "</td><td>";
|
||||||
|
echo i18n("Print");
|
||||||
//check to see if its complete
|
//check to see if its complete
|
||||||
echo "</td></tr>";
|
echo "</td></tr>";
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@ echo mysql_error();
|
|||||||
|
|
||||||
|
|
||||||
//now put a nice little footer at the bottom
|
//now put a nice little footer at the bottom
|
||||||
$footertext="Reg Num: ".$_SESSION['registration_number']." - Generated: ".date("Y-m-d h:i:sa")." - ".$config['fairname']." - ".$config['FAIRYEAR'];
|
$footertext="Reg Num: ".$_SESSION['registration_number']." - Generated: ".date("Y-m-d h:ia")." - ".$config['fairname']." - ".$config['FAIRYEAR'];
|
||||||
$footerwidth=pdf_stringwidth($pdf,$footertext,$arial,9);
|
$footerwidth=pdf_stringwidth($pdf,$footertext,$arial,9);
|
||||||
pdf_setfont($pdf,$arial,9);
|
pdf_setfont($pdf,$arial,9);
|
||||||
pdf_show_xy($pdf,$footertext,loc(4.25)-$footerwidth/2,loc(0.5));
|
pdf_show_xy($pdf,$footertext,loc(4.25)-$footerwidth/2,loc(0.5));
|
||||||
|
19
sfiab.css
19
sfiab.css
@ -7,6 +7,25 @@ body
|
|||||||
background: #E0E0FF;
|
background: #E0E0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input
|
||||||
|
{
|
||||||
|
font-family: Verdana, Arial, Sans-Serif;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea
|
||||||
|
{
|
||||||
|
font-family: Verdana, Arial, Sans-Serif;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
select
|
||||||
|
{
|
||||||
|
font-family: Verdana, Arial, Sans-Serif;
|
||||||
|
font-size: 11px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user