mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 05:56:13 +00:00
Tweaks to font stuff
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
$begMessage = 'Beginners Protection was ';
|
$begMessage = 'Beginners Protection was ';
|
||||||
if (!$beginnersProtection)
|
if (!$beginnersProtection)
|
||||||
{
|
{
|
||||||
$begMessage .= 'NOT ';
|
$begMessage .= '<font color="red"><b>NOT</b></font> ';
|
||||||
}
|
}
|
||||||
$begMessage .= 'set for ';
|
$begMessage .= 'set for ';
|
||||||
if ($amount > 1)
|
if ($amount > 1)
|
||||||
@@ -126,9 +126,9 @@
|
|||||||
<br>
|
<br>
|
||||||
<font color ="<?php echo $baseNameFontColor ?>">Base Name </font><input type ="text" name="users_base_name" id="users_name" value="<?php echo $baseName ?>" maxlength="20">
|
<font color ="<?php echo $baseNameFontColor ?>">Base Name </font><input type ="text" name="users_base_name" id="users_name" value="<?php echo $baseName ?>" maxlength="20">
|
||||||
<br><br>
|
<br><br>
|
||||||
<font color ="<?php echo $amountFontColor ?>">How Many <font><input type ="text" name="users_amount" id="users_amount" value="<?php echo $amount ?>" maxlength="4">
|
<font color ="<?php echo $amountFontColor ?>">How Many </font><input type ="text" name="users_amount" id="users_amount" value="<?php echo $amount ?>" maxlength="4">
|
||||||
<br><br>
|
<br><br>
|
||||||
Beginners Protection <font><input type ="checkbox" name="users_protection" id="users_protection" checked>
|
Beginners Protection <input type ="checkbox" name="users_protection" id="users_protection" checked>
|
||||||
<br><br>
|
<br><br>
|
||||||
<input type="submit" value="Create Users">
|
<input type="submit" value="Create Users">
|
||||||
</center>
|
</center>
|
||||||
|
|||||||
Reference in New Issue
Block a user