|
From: Greg M. <bli...@us...> - 2008-02-10 16:42:18
|
Update of /cvsroot/phpwebsite-comm/modules/openid/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5995/templates Modified Files: settings.tpl Log Message: Only display note if applicable Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/templates/settings.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** settings.tpl 10 Feb 2008 16:17:10 -0000 1.2 --- settings.tpl 10 Feb 2008 16:42:15 -0000 1.3 *************** *** 14,18 **** <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> --- 14,18 ---- <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> <!-- BEGIN allow_openid --><p>{ALLOW_OPENID} {ALLOW_OPENID_LABEL}</p><!-- END allow_openid --> ! <!-- BEGIN allow_openid_note --><p>{ALLOW_OPENID_NOTE}</p><!-- END allow_openid_note --> </fieldset> |