diff options
author | emkael <emkael@tlen.pl> | 2016-06-16 02:37:51 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-06-16 11:50:22 +0200 |
commit | 85b8b9977957f7da7ce4011f0ea10dfef1ad492a (patch) | |
tree | d231d39cd471878a13e3652d6443029b22f35c54 /app/frontend/controls/grid/EventGridElement.tpl | |
parent | 0fea2103dd4cc5a04a756d5a87e26d39ea347e49 (diff) |
* controls for rendering grouped grid view
Diffstat (limited to 'app/frontend/controls/grid/EventGridElement.tpl')
-rw-r--r-- | app/frontend/controls/grid/EventGridElement.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/frontend/controls/grid/EventGridElement.tpl b/app/frontend/controls/grid/EventGridElement.tpl new file mode 100644 index 0000000..dca642a --- /dev/null +++ b/app/frontend/controls/grid/EventGridElement.tpl @@ -0,0 +1,5 @@ +<com:THtmlElement ID="Event" + TagName="div" + CssClass="gridEvent"> + <%= $this->Data->Name %> +</com:THtmlElement> |