| xqd
@@ -361,8 +361,6 @@ function tpl_form_field_image($name, $value = '', $default = '', $options = arra
|
|
|
|
|
|
|
|
|
function tpl_form_field_multi_image($name, $value = array(), $options = array()) {
|
|
|
- print_r($name);
|
|
|
- print_r($value);die;
|
|
|
global $_W;
|
|
|
$options['multiple'] = true;
|
|
|
$options['direct'] = false;
|
| xqd
@@ -401,7 +399,6 @@ function tpl_form_field_multi_image($name, $value = array(), $options = array())
|
|
|
</div>
|
|
|
<div class="input-group multi-img-details">
|
|
|
EOF;
|
|
|
-
|
|
|
if (is_array($value) && count($value) > 0) {
|
|
|
foreach ($value as $row) {
|
|
|
$s .= '
|