diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 16:40:05 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 16:40:05 +0000 |
commit | e036de6ceab5f57b0f502b8400ab05e32e96562b (patch) | |
tree | fa67b394866458609f5d92248eaebb2a9cca943e /mod/diagnostics/views/default | |
parent | e65db3fbab88f0bd98c2e5750f09d139837fdc0e (diff) | |
download | elgg-e036de6ceab5f57b0f502b8400ab05e32e96562b.tar.gz elgg-e036de6ceab5f57b0f502b8400ab05e32e96562b.tar.bz2 |
updated the plugins that have already been updated to 1.8 html/css to use divs rather than p tags in forms
git-svn-id: http://code.elgg.org/elgg/trunk@8163 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/diagnostics/views/default')
-rw-r--r-- | mod/diagnostics/views/default/forms/diagnostics/download.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/diagnostics/views/default/forms/diagnostics/download.php b/mod/diagnostics/views/default/forms/diagnostics/download.php index de19332f1..b0abe8434 100644 --- a/mod/diagnostics/views/default/forms/diagnostics/download.php +++ b/mod/diagnostics/views/default/forms/diagnostics/download.php @@ -1,2 +1,5 @@ <?php +/** + * Diagnostics download form + */ echo elgg_view('input/submit', array('value' => elgg_echo('diagnostics:download')));
\ No newline at end of file |