diff --git a/templates/admin/extra.tpl b/templates/admin/extra.tpl new file mode 100644 index 0000000..bc2dea6 --- /dev/null +++ b/templates/admin/extra.tpl @@ -0,0 +1,40 @@ +{literal} + + + + + + + + + + + + + +{/literal} + +{php} + +echo '
'; + + foreach ($this->_tpl_vars['mass']['extra'] as $extra) + { + $status = ''; + + if ($extra['status_id'] == 1) + { + $status = 'checked'; + } + + echo '
'; + + echo '
'.$extra['extra_title'].'
'; + echo '
'; + + echo '
'; + } + +echo '
'; + +{/php} \ No newline at end of file -- libgit2 0.21.4