From: <var...@us...> - 2016-07-11 15:18:24
|
Revision: 9874 http://sourceforge.net/p/phpwiki/code/9874 Author: vargenau Date: 2016-07-11 15:18:21 +0000 (Mon, 11 Jul 2016) Log Message: ----------- Fix Crao Sign In buttons Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2016-07-11 14:50:15 UTC (rev 9873) +++ trunk/lib/WikiTheme.php 2016-07-11 15:18:21 UTC (rev 9874) @@ -1820,7 +1820,7 @@ /* * A class representing an image form <samp>submit</samp> button. */ -class SubmitImageButton extends SubmitButton +class SubmitImageButton extends HtmlElement { /** * @param string $text The text for the button. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |