Tucnej napis
authorThomas Mudrunka <tomas@mudrunka.cz>
Sat, 25 May 2013 23:26:43 +0000 (01:26 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sat, 25 May 2013 23:26:43 +0000 (01:26 +0200)
assistants/bank.inc.php

index 3040f0e0115a222b5ecb6b180ff9f98b6275cbde..d01d8c45816b45597956a997915a3ec5152a07e2 100644 (file)
@@ -115,7 +115,7 @@ switch($SUBPATH[0]) {
                        ?>
                        <form action="?" method="POST">
                                Převést <input type="number" name="amount" value="" /> <?php echo $bank_currency; ?>
-                               z účtu <?php echo $account; ?> <input type="hidden" name="account_from" value="<?php echo $account; ?>" />
+                               z účtu <b><?php echo $account; ?></b> <input type="hidden" name="account_from" value="<?php echo $account; ?>" />
                                na účet <select name='account_to'>
                                        <?php
                                                //Ziskat posledni cilovy ucet a presunout na zacatek $accounts
This page took 0.166226 seconds and 4 git commands to generate.