pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
Res facta quae tamen fingi potuit ([personal profile] pauamma) wrote in [site community profile] changelog2009-04-03 01:35 am

[dw-free] Remove the beta warning from /openid/

[commit: http://hg.dwscoalition.org/dw-free/rev/68ed7f71a368]

http://bugs.dwscoalition.org/show_bug.cgi?id=575

Remove yellow beta box from OpenID login page.

Patch by [personal profile] syntheid.

Files modified:
  • htdocs/openid/index.bml
  • htdocs/openid/index.bml.text
--------------------------------------------------------------------------------
diff -r 7a15ae0ef83b -r 68ed7f71a368 htdocs/openid/index.bml
--- a/htdocs/openid/index.bml	Thu Apr 02 03:55:10 2009 +0000
+++ b/htdocs/openid/index.bml	Fri Apr 03 01:33:46 2009 +0000
@@ -34,10 +34,6 @@ windowtitle=><?_ml .title _ml?>
 windowtitle=><?_ml .title _ml?>
 body<=
 
-<div style='background-color: #ffe680; float: right; width: 175px; font-size: 0.8em; border: 1px outset #333; padding: 2px;'>
-<strong style='text-decoration: underline'><?_ml .beta.heading _ml?></strong><br /> <?_ml .beta.content _ml?>
-</div>
-
 <?h1 <?_ml .main.what_is_openid _ml?> h1?>
 <?p <?_code BML::ml(".main.what_is_openid.content", {'sitename' => $LJ::SITENAMESHORT}) _code?> p?>
 
diff -r 7a15ae0ef83b -r 68ed7f71a368 htdocs/openid/index.bml.text
--- a/htdocs/openid/index.bml.text	Thu Apr 02 03:55:10 2009 +0000
+++ b/htdocs/openid/index.bml.text	Fri Apr 03 01:33:46 2009 +0000
@@ -1,8 +1,4 @@
 .title=OpenID
-
-.beta.heading=BETA:
-
-.beta.content=Our OpenID consumer support is very new.  That is, external users logging in with their identity here will find some rough edges while we work on smoothing it all out.<br /><br />Our server support is relatively complete, though.
 
 .main.what_is_openid=What is OpenID?
 
--------------------------------------------------------------------------------