-

branch->create;?>

+

branch->create, $lang->product->branchName[$product->type]);?>

- + - + diff --git a/module/branch/view/edit.html.php b/module/branch/view/edit.html.php index ce23a1d75d..1ac717b388 100644 --- a/module/branch/view/edit.html.php +++ b/module/branch/view/edit.html.php @@ -18,7 +18,7 @@
branch->name;?>branch->name, $lang->product->branchName[$product->type]);?>
branch->desc;?>branch->desc, $lang->product->branchName[$product->type]);?>
- + @@ -26,7 +26,7 @@ - + diff --git a/module/branch/view/manage.html.php b/module/branch/view/manage.html.php index 5871b4fc07..4f90fae36a 100644 --- a/module/branch/view/manage.html.php +++ b/module/branch/view/manage.html.php @@ -37,7 +37,7 @@

branch->noData;?> - createLink('branch', 'create', "productID=$productID", '', true), " " . $lang->branch->create, '', "class='btn btn-info iframe'");?> + createLink('branch', 'create', "productID=$productID", '', true), " " . sprintf($lang->branch->create, $lang->product->branchName[$product->type]), '', "class='btn btn-info iframe'");?>

@@ -99,7 +99,7 @@
branch->name;?>branch->name, $lang->product->branchName[$product->type]);?> name, "class='form-control'");?>
branch->statusList, $branch->status, "class='form-control chosen'");?>
branch->desc;?>branch->desc, $lang->product->branchName[$product->type]);?> desc, "class='form-control'");?>
id", $branch, 'list', '', '', "$disabled iframe", true); + common::printIcon('branch', 'edit', "branchID=$branch->id&productID=$productID", $branch, 'list', '', '', "$disabled iframe", true); if($branch->status == 'active') { common::printIcon('branch', 'close', "branchID=$branch->id", $branch, 'list', 'off', 'hiddenwin', $disabled);