Go to file
Ingo Schommer b604ed0a31 mlanthaler: Added short description of OpenID to the login form.
Please update also the stylesheet "openid_login.css" in mysite/css (it's not under version control, so I'll post the content of the file here). 

-- openid_login.css -- 
#OpenIDLoginForm_LoginForm_OpenIDURL { 

background: url(../../sapphire/images/openid-small.gif) no-repeat; 
background-color: #fff; 
background-position: 0 50%; 
color: #000; 
padding-left: 18px; 
width: 284px; 

} 

#OpenIDDescription { 

margin-bottom: 2em; 

} 

#OpenIDDescription p { 

font-size: 1em; 
line-height: 1.3em; 
margin-top: 0 !important; 

} 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42095 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:35:13 +00:00
api bfojcapell: LocaleAPI renamed to i18n 2007-09-15 00:16:11 +00:00
cli Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
core mlanthaler: Director::redirectBack() redirects now to the base URL if neither the referer nor the _REDIRECT_BACK_URL is set. 2007-09-16 15:34:05 +00:00
css moved .ComplexTableField rule into ComplexTableField.css 2007-09-15 20:49:53 +00:00
email Add checks for safe mode, as set_time_limit can't be used in safe mode 2007-08-20 23:01:17 +00:00
filesystem mlanthaler: Bugfix: *size* is not a constant, added quotes. 2007-09-14 19:19:32 +00:00
forms elofgren: USABILITY: Make Page URL input field wider as part of fix for http://support.silverstripe.com/gsoc/ticket/35 2007-09-16 02:00:59 +00:00
images mlanthaler: Added small OpenID logo used as background image in text fields like the login form. 2007-09-16 01:51:08 +00:00
integration Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
javascript elofgren: Fix Trac Ticket: 'Page name and Navigation label improvements' http://support.silverstripe.com/gsoc/ticket/35 by making it so that 'If you type in Page name, the Navigation Label and Meta Title 2007-09-16 02:01:34 +00:00
misc Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
parsers Added new bbcodeparser that uses pear 2007-09-05 04:15:27 +00:00
pear BBCodeParser code tags should be converted to pre tags 2007-09-06 23:44:14 +00:00
profiler Updated license notice after emailing the author of this profiler, and received an email allowing us to release the code under a BSD license 2007-08-27 05:06:14 +00:00
search Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
security mlanthaler: Added short description of OpenID to the login form. 2007-09-16 15:35:13 +00:00
synchronise Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
templates mlanthaler: Bugfix: Since title was not escaped right, the RSS feed is invalid if there is an tag like <whatever> in the title of an entry. 2007-09-16 01:59:05 +00:00
tests Removed legacy testing frameworks 2007-08-27 05:04:54 +00:00
tools Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
widgets Moved widgets into core 2007-08-02 22:07:11 +00:00
_config.php mlanthaler: Moved the OpenID specific files to a sub folder to make the directory structure clearer and set a "standard" for new authentication methods. 2007-09-16 00:46:51 +00:00
cli-script.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
main.php wscott: Added base code for a working Google Sitemaps support. 2007-09-14 00:27:15 +00:00
main.php5 Don't use short tags 2007-08-24 00:48:33 +00:00
silverstripe_version Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00