communications: Apply civi CSS to form elements.
[org.fsf.memberdashboard.git] / templates / CRM / Memberdashboard / Page / DashboardElement.tpl
1 {*
2 FSF Member Dashboard
3 Copyright © 2014 Free Software Foundation, Inc.
4
5 This file is a part of FSF Member Dashboard.
6
7 FSF Member Dashboard is free software: you can redistribute it
8 and/or modify it under the terms of the GNU Affero General Public
9 License as published by the Free Software Foundation, either version
10 3 of the License, or (at your option) any later version.
11
12 FSF Member Dashboard is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with FSF Member Dashboard. If not, see
19 <http://www.gnu.org/licenses/>.
20 *}
21
22 <div{if isset($element.class)} class="{$element.class}"{/if}>
23 <div class="header-dark">{$element.sectionTitle}</div>
24 {include file=$element.templatePath}
25 </div>