<?php 
    ?>
			<?php 
} else {
    echo lang($price_item->get_price_types($current_price_type_id));
}
?>
		</dd>

		<dt>
			<label for="price"><?php 
echo lang('price');
?>
</label>
			<?php 
echo rental_uicommon::get_field_error($price_item, 'price');
?>
		</dt>
		<dd>
			<?php 
if ($editable) {
    echo '<input type="text" name="price" id="price" value="' . $price_item->get_price() . '"/>';
} else {
    echo $price_item->get_price();
}
?>
		</dd>
		<dt>
			<label for="is_inactive"><?php 
echo lang('is_inactive');
?>
Exemple #2
0
        ?>
"/> -->
					<fieldset>

								<label for="calendarNotificationDate"><?php 
        echo lang('date');
        ?>
</label>
								<!--<input type="text" name="date_notification" id="date_notification" size="10" value="<?php 
        echo isset($notification) ? htmlentities($notification->get_date()) : '';
        ?>
" /> -->
								<?php 
        //								echo $GLOBALS['phpgw']->yuical->add_listener('date_notification', $notification_date);
        echo $GLOBALS['phpgw']->jqcal->add_listener('date_notification', 'date', $notification_date);
        echo rental_uicommon::get_field_error($notification, 'date');
        ?>
									<label for="notification_recurrence"><?php 
        echo lang('recurrence');
        ?>
</label>
								<select name="notification_recurrence" id="notification_recurrence">
									<option <?php 
        echo isset($notification) && $notification->get_recurrence() == rental_notification::RECURRENCE_NEVER ? 'selected="selected"' : '';
        ?>
value="<?php 
        echo rental_notification::RECURRENCE_NEVER;
        ?>
"><?php 
        echo lang('never');
        ?>