Show
Ignore:
Timestamp:
02/28/08 14:06:05 (5 years ago)
Author:
d0nut
Message:

donation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • donation/optionals/de.easy-coding.wcf.donation.phone/acptemplates/donationPhoneInput.tpl

    r255 r256  
    11<script type="text/javascript"> 
    2 donationSystems[] = 'phone'; 
     2donationSystems.push('phone'); 
    33</script> 
    44<div class="formElement" id="container-phone" style="display:none"> 
    55        <div class="formFieldLabel"> 
    6                 <label for="title">{lang}wcf.donation.bank.amount{/lang}</label> 
     6                <label for="title">{lang}wcf.donation.amount{/lang}</label> 
    77        </div> 
    88        <div class="formField"> 
    9                 <input type="text" class="inputText" id="amount" name="amount" value="" /> 
     9                <input type="text" class="inputText" name="plugindata[amount]" value="" /> 
    1010        </div> 
    1111</div>