From: ewinslow Date: Thu, 10 Feb 2011 23:07:01 +0000 (+0000) Subject: .disabled => .elgg-state-disabled (core only) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eb3f50101f2459b563c7107717f93cf92cd2163c;p=lorea%2Felgg.git .disabled => .elgg-state-disabled (core only) git-svn-id: http://code.elgg.org/elgg/trunk@8096 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/admin/components/plugin.php b/views/default/admin/components/plugin.php index 010e8482d..203181d5e 100644 --- a/views/default/admin/components/plugin.php +++ b/views/default/admin/components/plugin.php @@ -104,7 +104,7 @@ if ($can_activate) { $action_button = elgg_view('output/url', array( 'text' => elgg_echo('admin:plugins:cannot_activate'), 'disabled' => 'disabled', - 'class' => "elgg-button-action disabled" + 'class' => "elgg-button-action elgg-state-disabled" )); } diff --git a/views/default/core/account/login_walled_garden.php b/views/default/core/account/login_walled_garden.php index feda2f047..c6eaf4f19 100644 --- a/views/default/core/account/login_walled_garden.php +++ b/views/default/core/account/login_walled_garden.php @@ -39,7 +39,7 @@ __HTML; $lostpassword_form_body .= "

"; $lostpassword_form_body .= elgg_view('input/captcha'); - $lostpassword_form_body .= "

" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "

"; + $lostpassword_form_body .= "

" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "

"; ?>