|
From: Greg M. <bli...@us...> - 2008-02-10 16:17:22
|
Update of /cvsroot/phpwebsite-comm/modules/openid/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29419/templates Modified Files: settings.tpl Log Message: Detection script must pass before admin can enable OpenID log in. Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/templates/settings.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** settings.tpl 4 Feb 2008 04:54:30 -0000 1.1.1.1 --- settings.tpl 10 Feb 2008 16:17:10 -0000 1.2 *************** *** 13,19 **** <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> ! <p> ! {ALLOW_OPENID} {ALLOW_OPENID_LABEL} ! </p> <p>{ALLOW_OPENID_NOTE}</p> </fieldset> --- 13,17 ---- <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> ! <!-- BEGIN allow_openid --><p>{ALLOW_OPENID} {ALLOW_OPENID_LABEL}</p><!-- END allow_openid --> <p>{ALLOW_OPENID_NOTE}</p> </fieldset> |