From badd1057aab04757a84b82adc0029de6ae559ab0 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Thu, 9 May 2013 14:17:36 +0300 Subject: [PATCH] add extra_js to login & changepassword --- ipf/admin/views.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipf/admin/views.php b/ipf/admin/views.php index 4afe2da..e206c6e 100644 --- a/ipf/admin/views.php +++ b/ipf/admin/views.php @@ -261,6 +261,7 @@ function IPF_Admin_Views_ChangePassword($request, $match) 'object'=>$user, 'form' => $form, 'form_html' => IPF_Admin_App::renderForm($form), + 'extra_js' => array(), 'lapp'=>$lapp, 'lmodel'=>$lmodel, 'admin_title' => IPF::get('admin_title'), @@ -300,6 +301,7 @@ function IPF_Admin_Views_Login($request, $match) 'page_title' => IPF::get('admin_title'), 'form' => $form, 'form_html' => IPF_Admin_App::renderForm($form), + 'extra_js' => $form->extra_js(), 'admin_title' => IPF::get('admin_title'), 'indexpage_url'=>IPF::get('indexpage_url','/'), ); -- 2.49.0