bigger font
This commit is contained in:
parent
568d5d952d
commit
f7e3c8f700
|
@ -71,10 +71,10 @@ echo $_SESSION['header'];
|
||||||
<IMG height="50" width="50" alt="general settings" src="../../graphics/bigTools.png">
|
<IMG height="50" width="50" alt="general settings" src="../../graphics/bigTools.png">
|
||||||
</a>
|
</a>
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD><BIG>
|
||||||
<a href="mainlogin.php">
|
<a href="mainlogin.php">
|
||||||
<?php echo _("Edit general settings") ?>
|
<?php echo _("Edit general settings") ?>
|
||||||
</a>
|
</a></BIG>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
|
@ -83,10 +83,10 @@ echo $_SESSION['header'];
|
||||||
<IMG height="50" width="50" alt="server settings" src="../../graphics/bigServers.png">
|
<IMG height="50" width="50" alt="server settings" src="../../graphics/bigServers.png">
|
||||||
</a>
|
</a>
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD><BIG>
|
||||||
<a href="conflogin.php" target="_self">
|
<a href="conflogin.php" target="_self">
|
||||||
<?php echo _("Edit server profiles"); ?>
|
<?php echo _("Edit server profiles"); ?>
|
||||||
</a>
|
</a></BIG>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<?php
|
<?php
|
||||||
|
@ -97,10 +97,10 @@ echo $_SESSION['header'];
|
||||||
echo "<IMG height=\"50\" width=\"50\" alt=\"self service\" src=\"../../graphics/bigPeople.png\">\n";
|
echo "<IMG height=\"50\" width=\"50\" alt=\"self service\" src=\"../../graphics/bigPeople.png\">\n";
|
||||||
echo "</a>\n";
|
echo "</a>\n";
|
||||||
echo "</TD>\n";
|
echo "</TD>\n";
|
||||||
echo "<TD>\n";
|
echo "<TD><BIG>\n";
|
||||||
echo "<a href=\"../selfService/adminLogin.php\" target=\"_self\">\n";
|
echo "<a href=\"../selfService/adminLogin.php\" target=\"_self\">\n";
|
||||||
echo _("Edit self service");
|
echo _("Edit self service");
|
||||||
echo "</a>\n";
|
echo "</a></BIG>\n";
|
||||||
echo "</TD>\n";
|
echo "</TD>\n";
|
||||||
echo "</TR>\n";
|
echo "</TR>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue