issue 1522 when add input box, show button on last child td object.

if title is empty, should not copy.


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10902 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-07-17 05:33:49 +00:00
parent bb3ad0734f
commit 2f0c01785b
2 changed files with 8 additions and 0 deletions

View file

@ -643,6 +643,11 @@
{
foreach($sourceArgs->title AS $key=>$value)
{
if(!trim($value))
{
continue;
}
$args->layout_srl = getNextSequence();
$args->title = $value;