Вход Регистрация
Файл: upload/admin/view/template/shipping/parcelforce_48.tpl
Строк: 215
<?php echo $header; ?><?php echo $column_left; ?> <div
id="content"> <div class="page-header">
<div class="container-fluid"> <div
class="pull-right"> <button type="submit"
form="form-parcelforce-48" data-toggle="tooltip"
title="<?php echo $button_save; ?>" class="btn
btn-primary"><i class="fa
fa-save"></i></button> <a
href="<?php echo $cancel; ?>"
data-toggle="tooltip" title="<?php echo $button_cancel;
?>" class="btn btn-default"><i class="fa
fa-reply"></i></a></div> <h1><?php
echo $heading_title; ?></h1> <ul
class="breadcrumb"> <?php foreach ($breadcrumbs as
$breadcrumb) { ?> <li><a href="<?php echo
$breadcrumb['href']; ?>"><?php echo $breadcrumb['text'];
?></a></li> <?php } ?> </ul>
</div> </div> <div
class="container-fluid"> <?php if ($error_warning) {
?> <div class="alert alert-danger"><i
class="fa fa-exclamation-circle"></i> <?php echo
$error_warning; ?> <button type="button"
class="close"
data-dismiss="alert">&times;</button>
</div> <?php } ?> <div class="panel
panel-default"> <div class="panel-heading">
<h3 class="panel-title"><i class="fa
fa-pencil"></i> <?php echo $text_edit; ?></h3>
</div> <div class="panel-body">
<form action="<?php echo $action; ?>"
method="post" enctype="multipart/form-data"
id="form-parcelforce-48" class="form-horizontal">
<div class="form-group"> <label
class="col-sm-2 control-label"
for="input-rate"><span data-toggle="tooltip"
title="<?php echo $help_rate; ?>"><?php echo
$entry_rate; ?></span></label> <div
class="col-sm-10"> <textarea
name="parcelforce_48_rate" rows="5"
placeholder="<?php echo $entry_rate; ?>"
id="input-rate" class="form-control"><?php echo
$parcelforce_48_rate; ?></textarea> </div>
</div> <div class="form-group">
<label class="col-sm-2 control-label"
for="input-insurance"><span data-toggle="tooltip"
title="<?php echo $help_insurance; ?>"><?php echo
$entry_insurance; ?></span></label> <div
class="col-sm-10"> <textarea
name="parcelforce_48_insurance" rows="5"
placeholder="<?php echo $entry_insurance; ?>"
id="input-insurance" class="form-control"><?php
echo $parcelforce_48_insurance; ?></textarea>
</div> </div> <div
class="form-group"> <label class="col-sm-2
control-label"><span data-toggle="tooltip"
title="<?php echo $help_display_weight; ?>"><?php
echo $entry_display_weight; ?></span></label>
<div class="col-sm-10"> <label
class="radio-inline"> <?php if
($parcelforce_48_display_weight) { ?> <input
type="radio" name="parcelforce_48_display_weight"
value="1" checked="checked" />
<?php echo $text_yes; ?> <?php } else { ?>
<input type="radio"
name="parcelforce_48_display_weight" value="1" />
<?php echo $text_yes; ?> <?php }
?> </label> <label
class="radio-inline"> <?php if
(!$parcelforce_48_display_weight) { ?> <input
type="radio" name="parcelforce_48_display_weight"
value="0" checked="checked" />
<?php echo $text_no; ?> <?php } else { ?>
<input type="radio"
name="parcelforce_48_display_weight" value="0" />
<?php echo $text_no; ?> <?php }
?> </label> </div>
</div> <div class="form-group">
<label class="col-sm-2 control-label"
for="input-display-insurance"><span
data-toggle="tooltip" title="<?php echo
$help_display_insurance; ?>"><?php echo
$entry_display_insurance; ?></span></label>
<div class="col-sm-10"> <label
class="radio-inline" id="input-display-insurance">
<?php if ($parcelforce_48_display_insurance) { ?>
<input type="radio"
name="parcelforce_48_display_insurance" value="1"
checked="checked" /> <?php echo $text_yes;
?> <?php } else { ?> <input
type="radio" name="parcelforce_48_display_insurance"
value="1" /> <?php echo $text_yes; ?>
<?php } ?> </label>
<label class="radio-inline"> <?php if
(!$parcelforce_48_display_insurance) { ?> <input
type="radio" name="parcelforce_48_display_insurance"
value="0" checked="checked" />
<?php echo $text_no; ?> <?php } else { ?>
<input type="radio"
name="parcelforce_48_display_insurance" value="0"
/> <?php echo $text_no; ?>
<?php } ?> </label> </div>
</div> <div class="form-group">
<label class="col-sm-2 control-label"><span
data-toggle="tooltip" title="<?php echo
$help_display_time; ?>"><?php echo $entry_display_time;
?></span></label> <div
class="col-sm-10"> <label
class="radio-inline"> <?php if
($parcelforce_48_display_time) { ?> <input
type="radio" name="parcelforce_48_display_time"
value="1" checked="checked" />
<?php echo $text_yes; ?> <?php } else { ?>
<input type="radio"
name="parcelforce_48_display_time" value="1" />
<?php echo $text_yes; ?> <?php } ?>
</label> <label
class="radio-inline"> <?php if
(!$parcelforce_48_display_time) { ?> <input
type="radio" name="parcelforce_48_display_time"
value="0" checked="checked" />
<?php echo $text_no; ?> <?php } else { ?>
<input type="radio"
name="parcelforce_48_display_time" value="0" />
<?php echo $text_no; ?> <?php } ?>
</label> </div> </div>
<div class="form-group"> <label
class="col-sm-2 control-label"
for="input-tax-class"><?php echo $entry_tax_class;
?></label> <div class="col-sm-10">
<select name="parcelforce_48_tax_class_id"
id="input-tax-class" class="form-control">
<option value="0"><?php echo $text_none;
?></option> <?php foreach ($tax_classes as
$tax_class) { ?> <?php if ($tax_class['tax_class_id']
== $parcelforce_48_tax_class_id) { ?> <option
value="<?php echo $tax_class['tax_class_id']; ?>"
selected="selected"><?php echo $tax_class['title'];
?></option> <?php } else { ?>
<option value="<?php echo $tax_class['tax_class_id'];
?>"><?php echo $tax_class['title']; ?></option>
<?php } ?> <?php } ?>
</select> </div> </div>
<div class="form-group"> <label
class="col-sm-2 control-label"
for="input-geo-zone"><?php echo $entry_geo_zone;
?></label> <div class="col-sm-10">
<select name="parcelforce_48_geo_zone_id"
id="input-geo-zone" class="form-control">
<option value="0"><?php echo $text_all_zones;
?></option> <?php foreach ($geo_zones as
$geo_zone) { ?> <?php if ($geo_zone['geo_zone_id'] ==
$parcelforce_48_geo_zone_id) { ?> <option
value="<?php echo $geo_zone['geo_zone_id']; ?>"
selected="selected"><?php echo $geo_zone['name'];
?></option> <?php } else { ?>
<option value="<?php echo $geo_zone['geo_zone_id'];
?>"><?php echo $geo_zone['name']; ?></option>
<?php } ?> <?php } ?>
</select> </div> </div>
<div class="form-group"> <label
class="col-sm-2 control-label"
for="input-status"><?php echo $entry_status;
?></label> <div class="col-sm-10">
<select name="parcelforce_48_status"
id="input-status" class="form-control">
<?php if ($parcelforce_48_status) { ?> <option
value="1" selected="selected"><?php echo
$text_enabled; ?></option> <option
value="0"><?php echo $text_disabled; ?></option>
<?php } else { ?> <option
value="1"><?php echo $text_enabled; ?></option>
<option value="0"
selected="selected"><?php echo $text_disabled;
?></option> <?php } ?>
</select> </div> </div>
<div class="form-group"> <label
class="col-sm-2 control-label"
for="input-sort-order"><?php echo $entry_sort_order;
?></label> <div class="col-sm-10">
<input type="text"
name="parcelforce_48_sort_order" value="<?php echo
$parcelforce_48_sort_order; ?>" placeholder="<?php echo
$entry_sort_order; ?>" id="input-sort-order"
class="form-control" /> </div>
</div> </form> </div> </div>
</div> </div> <?php echo $footer; ?>
Онлайн: 0
Реклама