Ejemplo n.º 1
0
								<br/>
								<?php 
print _t('Borrowed by: %1', '{user}');
?>
								<br/><br/>
								<?php 
print _t('Checked out: %1', '{loan_checkout_date}');
?>
								<br/>
								<?php 
print _t('Due: %1', '{loan_due_date}');
?>
							</td>
							<td>
								<?php 
print str_replace('textarea', 'textentry', $t_order_item->htmlFormElement('notes', null, array('value' => '{notes}', 'name' => $vs_id_prefix . '_notes_{n}', 'id' => $vs_id_prefix . '_notes_{n}', 'width' => '160px', 'height' => '40px')));
?>
							</td>
							<td>
								{thumbnail_tag}
							</td>
						</tr>
					</table>
				</div>
				<input type="hidden" name="<?php 
print $vs_id_prefix;
?>
_item_id_{n}" id="<?php 
print $vs_id_prefix;
?>
_item_id_{n}" value="{item_id}" class="caCheckoutItemID"/>
Ejemplo n.º 2
0
				<tr>
					<td colspan='2'>
						<div style="font-size: 14px; font-weight: bold;">
							<a href="<?php 
print urldecode(caEditorUrl($this->request, 'ca_objects', '{object_id}'));
?>
" class="caEditItemButton" id="<?php 
print $vs_id_prefix;
?>
_edit_related_{n}">{name} ({idno})</a>
						</div>
					</td>
				</tr>
				<tr>
					<td><?php 
print $t_order_item->htmlFormElement('service', null, array('value' => '{service}', 'name' => $vs_id_prefix . '_service_{n}', 'id' => $vs_id_prefix . '_service_{n}'));
?>
</td>
					<td><?php 
print $t_order_item->htmlFormElement('fullfillment_method', null, array('value' => '{fullfillment_method}', 'name' => $vs_id_prefix . '_fullfillment_method_{n}', 'id' => $vs_id_prefix . '_fullfillment_method_{n}'));
?>
</td>
					<td rowspan='3' valign='top' width='125'>
						<a href='#' onclick='caMediaPanel.showPanel("<?php 
print urldecode(caNavUrl($this->request, 'client', 'OrderEditor', 'SelectRepresentations', array('object_id' => "{object_id}", 'item_id' => "{item_id}")));
?>
", function() { jQuery("#orderItemRepresentationSelect{n}").load("<?php 
print urldecode(caNavUrl($this->request, 'client', 'OrderEditor', 'GetSelectedRepresentationCount', array('item_id' => '{item_id}')));
?>
"); }); return false;' >{thumbnail_tag}</a>
						<br/>