| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/content/ |
Upload File : |
<form class="grid hidden"
data-gx-widget="checkbox"
name="update_orders_status_form"
action="<?php echo xtc_href_link(FILENAME_ORDERS,
xtc_get_all_get_params(array('action')) . '&action=gm_multi_status') ?>"
method="post"
id="update_orders_status_form">
<fieldset class="span12">
<div class="control-group">
<label><?php echo TEXT_SELECTED_ORDERS ?></label>
<span class="selected_orders"></span>
</div>
<div class="control-group">
<label><?php echo ENTRY_NEW_ORDER_STATUS ?></label>
<?php
echo xtc_draw_pull_down_menu('gm_status', array_merge(array(array('id' => '', 'text' => TEXT_GM_STATUS)),
$changeOrderStatusValuesArray));
?>
</div>
<div class="control-group">
<label><?php echo ENTRY_NOTIFY_CUSTOMER ?></label>
<input type="checkbox" name="gm_notify" value="on" data-single_checkbox />
</div>
<div class="control-group">
<label><?php echo ENTRY_SEND_PARCEL_TRACKING_CODES ?></label>
<input type="checkbox" name="send_parcel_tracking_codes" value="on" data-single_checkbox />
</div>
<div class="control-group">
<label><?php echo ENTRY_NOTIFY_COMMENTS ?></label>
<input type="checkbox" name="gm_notify_comments" value="on" data-single_checkbox />
</div>
<div class="control-group">
<label><?php echo TABLE_HEADING_COMMENTS ?></label>
<textarea name="gm_comments"><?php echo htmlspecialchars_wrapper($_GET['comments']) ?></textarea>
</div>
<?php
if(isset($GLOBALS['orderExtender']))
{
$orderStatusOverloads = $GLOBALS['orderExtender']->get_output('order_status');
foreach($orderStatusOverloads as $orderStatusOverload)
{
echo '<div>' . $orderStatusOverload . '</div>';
}
}
?>
<?php
echo xtc_draw_hidden_field('page_token', $t_page_token);
echo xtc_draw_hidden_field('action', 'gm_multi_status');
echo xtc_draw_hidden_field('page', (int)$_GET['page']);
?>
</fieldset>
</form>