Made different Layouts more customizable
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//var_dump($order);exit;
|
||||
$includes_external_product = false;
|
||||
?>
|
||||
<?php include(realpath(dirname(__FILE__)."/../")."/header.php"); ?>
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/header.php"); ?>
|
||||
|
||||
<!-- start page title -->
|
||||
<div class="row">
|
||||
@@ -701,8 +701,9 @@
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<?php if(TT_FEATURE_IVT): ?>
|
||||
|
||||
<?php if($me->is("Admin", "netoperator")): ?>
|
||||
<?php if(TT_FEATURE_IVT): ?>
|
||||
<?php if($order->id && !$includes_external_product): ?>
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2"></label>
|
||||
|
||||
Reference in New Issue
Block a user