Revision 3281
Added by barteau over 17 years ago
lib/style/skins/knp/knp.js | ||
---|---|---|
107 | 107 |
var FOOTER_URL |
108 | 108 |
= ""; |
109 | 109 |
|
110 |
var LOGINBOX_URL = "/knb/style/skins/knp/SaeonLogin.jspx"; |
|
110 | 111 |
|
111 | 112 |
|
112 | 113 |
|
... | ... | |
144 | 145 |
//footer iframe class |
145 | 146 |
var IFRAME_FOOTER_CLASS = "iframefooterclass"; |
146 | 147 |
|
148 |
//(metacat only) login box iframe class |
|
149 |
var IFRAME_LOGINBOX_CLASS = "iframeloginboxclass"; |
|
147 | 150 |
|
148 | 151 |
//////////////////////////////////////////////////////////////////////////////// |
149 | 152 |
// Edit the default.css file to set the correct table sizes to accomodate the |
Also available in: Unified diff
Added LOGINBOX_URL and IFRAME_LOGINBOX_CLASS. Customized for the KNP skin.