Changeset 343 for trunk/sandbox

Show
Ignore:
Timestamp:
12/07/11 16:07:57 (6 months ago)
Author:
ocjhb
Message:

making the form slightly larger

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sandbox/jhb/webwallet/cgi/wallet.cgi

    r339 r343  
    241241        <form action='%s' method='post'> 
    242242            Recipient<br/> 
    243             <input type='text' name='url' value='http://baach.de/cgi-local/wallet.cgi/' /><br> 
     243            <input type='text' name='url' value='http://baach.de/cgi-local/wallet.cgi/'size='40' /><br> 
    244244            How many <b>%ss</b><br> 
    245             <input type='number' name='amount' value='1' /><br> 
     245            <input type='number' name='amount' value='1' size='40'/><br> 
    246246            Optional message<br> 
    247             <input type='text' name='reference' value='secret' /><br> 
     247            <input type='text' name='reference' value='secret' size='40'/><br> 
    248248            Please make sure the other side is ready to accept!<br> 
    249249            <input type='submit' />