Omezeni delky komentare, tak jak je v DB
[mirrors/SokoMan.git] / assistants / bank.inc.php
index 1937403792cc424af5542ede00730ed0c34fd28c..6717c7485f3adb89e432a41d068d0e26767a13c4 100644 (file)
@@ -105,7 +105,7 @@ switch($SUBPATH[0]) {
                                na účet <select name='account_to'>
                                        <?php foreach($accounts as $acc) echo("<option value='$acc'>$acc</option>"); ?>
                                </select> (pozor, dluhy se převádí opačným směrem než peníze!)<br /><br />
-                               Důvod: <input type="text" name="comment" style="width:64em;" />
+                               Důvod: <input type="text" name="comment" maxlength="128" style="width:64em;" />
                                <input type="submit" name="transaction" value="Převést" />
                        </form>
                        <?php
This page took 0.099627 seconds and 4 git commands to generate.