From 19d44f1ebacdf5e6bfbb031926f0f057ff9b4c73 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Tue, 26 Apr 2016 14:17:55 +0800 Subject: [PATCH] * fix colspan for product and project batch edit view. --- module/product/view/batchedit.html.php | 2 +- module/project/view/batchedit.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php index cf2ac534b6..12ec27af62 100755 --- a/module/product/view/batchedit.html.php +++ b/module/product/view/batchedit.html.php @@ -56,7 +56,7 @@ foreach(explode(',', $showFields) as $field) order, "class='form-control'");?> - + createLink('custom', 'ajaxSaveCustom', 'module=product§ion=custom&key=batchedit')?> diff --git a/module/project/view/batchedit.html.php b/module/project/view/batchedit.html.php index e89deeaafc..29e531202c 100755 --- a/module/project/view/batchedit.html.php +++ b/module/project/view/batchedit.html.php @@ -73,7 +73,7 @@ $minWidth = (count($hasFields) > 5) ? 'w-150px' : ''; order, "class='form-control' autocomplete='off'")?> - + createLink('custom', 'ajaxSaveCustom', 'module=project§ion=custom&key=batchedit')?>