// update login page

This commit is contained in:
Sarah Lorenzini
2013-10-02 15:59:29 +02:00
parent acb5bf77f6
commit 791481e149
4 changed files with 1269 additions and 24 deletions
@@ -45,6 +45,7 @@ class AdminLoginControllerCore extends AdminController
$admin_webpath = preg_replace('/^'.preg_quote(DIRECTORY_SEPARATOR, '/').'/', '', $admin_webpath);
$this->addJquery();
$this->addCSS('/'.$admin_webpath.'/themes/'.$this->bo_theme.'/css/admin-theme.css');
$this->addJS(_PS_JS_DIR_.'vendor/jquery.validate.js');
$this->addJS(_PS_JS_DIR_.'login.js');
$this->addJqueryUI('ui.widget');
$this->addJqueryUI('effects.shake');