コード例 #1
0
ファイル: edit.php プロジェクト: reeleis/ohiocitycycles
      </tr>
       <tr>

         <td>

           <?php 
echo JText::_('DT_AMOUNT');
?>

         </td>

         <td>

           <input type="text" name="User[Fee][fee]" value="<?php 
echo DTreg::showprice($tUser->TableFee->fee);
?>
" class="inputbox" />

         </td><td>&nbsp;</td>

      </tr>

      <tr><td><?php 
echo JText::_('DT_PAYMENT_METHOD');
?>
:</td><td> <?php 
echo JHTML::_('select.genericlist', DtHtml::options($pMethods, JText::_("DT_SELECT_PAY_OPTIONS")), 'User[Fee][payment_method]', ' ', 'value', 'text', isset($tUser->fee->payment_method) ? $tUser->fee->payment_method : 0);
?>
</td><td>&nbsp;</td></tr>
コード例 #2
0
ファイル: export.php プロジェクト: reeleis/ohiocitycycles
 function paid_amount($user)
 {
     return DTreg::showprice($user->fee->paid_amount);
 }