17 require_once SQ_INCLUDE_PATH.
'/asset_edit/asset_edit_fns.inc';
59 $am =& $GLOBALS[
'SQ_SYSTEM']->am;
61 $assetid = $asset->attr(
'delivery_id');
62 if (!empty($assetid)) {
63 echo get_asset_tag_line($assetid,
'details');
65 echo translate(
'none');
83 echo
'<pre>'.$asset->attr(
'summary').
'</pre>';
102 $order_history = $asset->attr(
'order_history');
104 <table
class=
"sq-backend-table">
106 <td
class=
"sq-backend-table-header-header">Time</td>
107 <td
class=
"sq-backend-table-header-header">Activity</td>
110 foreach ($order_history as $time => $activity) {
112 echo
'<td>'.$time.
'</td>';
113 echo
'<td>'.$activity.
'</td>';
135 echo
'<pre>'.$asset->attr(
'ecom_ref_no').
'</pre>';
154 echo
'<pre>'.$asset->attr(
'status_message').
'</pre>';
173 echo
'<pre>'.$asset->attr(
'transaction_id').
'</pre>';
192 $order_xml = $asset->attr(
'order_xml');
194 if ($asset->writeAccess(
'attributes')) {
195 text_area($prefix.
'_order_xml', $order_xml, 80, 30);
197 echo
'<pre>'.htmlspecialchars($order_xml).
'</pre>';