diff options
author | cash <cash.costello@gmail.com> | 2011-11-01 21:34:31 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-01 21:34:31 -0400 |
commit | 9fa1a7b0b1dd363d16784707bcbb9c3e7c85966f (patch) | |
tree | b39d1a7a8bb123f6bd7cd277be93d9ba21434a8c /mod/externalpages/views/default/admin | |
parent | 5b02eb29cb5b1e6efb27a9b8cb865bc86ef2eeea (diff) | |
download | elgg-9fa1a7b0b1dd363d16784707bcbb9c3e7c85966f.tar.gz elgg-9fa1a7b0b1dd363d16784707bcbb9c3e7c85966f.tar.bz2 |
Fixes #3672 added class for settings forms in admin area
Diffstat (limited to 'mod/externalpages/views/default/admin')
-rw-r--r-- | mod/externalpages/views/default/admin/appearance/expages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/views/default/admin/appearance/expages.php b/mod/externalpages/views/default/admin/appearance/expages.php index b30765089..6a5a521a5 100644 --- a/mod/externalpages/views/default/admin/appearance/expages.php +++ b/mod/externalpages/views/default/admin/appearance/expages.php @@ -7,4 +7,4 @@ $type = get_input('type', 'about'); echo elgg_view('expages/menu', array('type' => $type)); -echo elgg_view_form('expages/edit', array(), array('type' => $type)); +echo elgg_view_form('expages/edit', array('class' => 'elgg-form-settings'), array('type' => $type)); |