mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
why?
This commit is contained in:
@@ -13,12 +13,12 @@ Used In File(s): /code/modules/economy/ATM.dm
|
||||
<style type="text/css">
|
||||
input[type=text], input[type=submit] {
|
||||
border: 1px solid #161616;
|
||||
background-color: #40628a !important;
|
||||
background-color: #40628a;
|
||||
color: #FFFFFF;
|
||||
padding: 4px;
|
||||
}
|
||||
input[type=submit]:hover {
|
||||
background-color: #507aac !important;
|
||||
background-color: #507aac;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -72,13 +72,13 @@ For all your monetary needs!
|
||||
<input type='hidden' name='src' value='{{:data.src}}'>
|
||||
<input type='hidden' name='choice' value='transfer'>
|
||||
<div class='itemLabel'>Target account number:</div>
|
||||
<div class='itemContent'><input type='text' name='target_acc_number' value='' style='width:200px; background-color:white;'></div>
|
||||
<div class='itemContent'><input type='text' name='target_acc_number' value='' style='width:200px;'></div>
|
||||
|
||||
<div class='itemLabel'>Funds to transfer:</div>
|
||||
<div class='itemContent'><input type='text' name='funds_amount' value='' style='width:200px; background-color:white;'></div>
|
||||
<div class='itemContent'><input type='text' name='funds_amount' value='' style='width:200px;'></div>
|
||||
|
||||
<div class='itemLabel'>Transaction purpose:</div>
|
||||
<div class='itemContent'><input type='text' name='purpose' value='Funds transfer' style='width:200px; background-color:white;'></div>
|
||||
<div class='itemContent'><input type='text' name='purpose' value='Funds transfer' style='width:200px;'></div>
|
||||
<input type='submit' value='Transfer funds'>
|
||||
</form>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user