コード例 #1
0
ファイル: showitem.currency.php プロジェクト: bushvin/wingman
 * 
 * @copyright   Copyright (C) 2006 - 2014 Critter BVBA All rights reserved.
 * @license     GNU General Public License version 3 or later; see license.txt
 * 
 * showitem.currency.php
 * 
 * showitem.currency dialog
 * 
 */
// enable or disable logging
error_reporting(E_ALL);
ini_set('display_errors', '1');
// 0 - disabled; 1 - enabled
//
$o = new currency($data->data->id);
$o->details();
?>
<div class="title"><?php 
echo ucwords($o->get("id") == -1 ? CURRENCY_NEW_CURRENCY : CURRENCY_EDIT_CURRENCY);
?>
</div>
<div class="form">
    <div class="column">
        <div class="row name">
            <div class="caption"><?php 
echo ucwords(CURRENCY_NAME);
?>
<input type="hidden" id="id" value="<?php 
echo $o->get('id');
?>
" /></div>